@oxagen/skills
v0.10.0
Published
Agent skill definitions for the Oxagen CLI — run `npx @oxagen/skills install` to add them to ~/.oxagen/skills
Readme
@oxagen/skills
Agent skill definitions for the Oxagen CLI.
Install the skills
npx @oxagen/skills installCopies the bundled *.skill.md definitions into ~/.oxagen/skills, where the
oxagen CLI discovers them automatically on its next run. Existing files are
left untouched unless you pass --force.
npx @oxagen/skills list # show the bundled skill definitions
npx @oxagen/skills install --dir ./.oxagen/skills # project-local install
npx @oxagen/skills install --force # overwrite existing filesInstall the CLI
curl -fsSL https://cli.oxagen.sh/install.sh | shSee the installation guide for all install methods, and the CLI docs for what to run next.
What's inside
Each skills/*.skill.md file is a self-contained skill definition (frontmatter
plus instructions) the Oxagen agent loads at startup — entity resolution,
relationship extraction, summarization, coding, skill authoring, and more.
The library source in this package (loader, registry, seeding) is used by the Oxagen platform monorepo and is not part of the published artifact — the npm package ships only the installer and the skill definitions.
