Agent skills

Skills are SKILL.md instruction packs your agent installs once and reuses: each pack teaches a recurring job (inputs, tool sequence, budget rules) on top of the Veezee tools. All packs live in veezeehq/veezee-skills on GitHub and ship inside the @veezee/sdk npm package.

Install#

From GitHub:

npx skills add veezeehq/veezee-skills

Or from the npm package, after npm install @veezee/sdk:

npx skills add ./node_modules/@veezee/sdk/skills

Or copy the raw SKILL.md into your project's skills directory.

Available skills#

Both installs carry all eight packs (the npm package ships them as of SDK 0.7.0).

Machine index#

Agents can enumerate the packs at https://veezee.io/.well-known/agent-skills/index.json.

Truth rule: a skill only instructs what the shipped tools actually do; every pack is validated in CI (frontmatter shape, forbidden-vocabulary scan).