Getting Started
Installation
You can use skillpm directly with npx (no install required):
Or install the CLI globally:
Note: Skills themselves are always workspace-local (per-project). The
-gflag above installs theskillpmCLI tool globally — not skills.
Requires Node.js 18 or later.
Install a skill
skillpm runs npm install, scans for installed skills, and links discovered skills into agent directories.
Verify it worked
You should see the installed skills with their descriptions.
Using skills in a project
Skills behave like npm dependencies:
This adds the skills as standard npm dependencies in package.json. Anyone who clones the project can run skillpm install to get the same skill set installed and linked.
Where APM fits
If you need full project agent configuration, use APM. skillpm stays focused on npm-distributed skills.
What's next?
- Agent Skills Registry — browse available skills
- Commands — full reference for all skillpm commands
- Creating Skills — build and publish your own skill package