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 handles everything: npm resolution, scanning for skills, wiring into agent directories, and configuring MCP servers. See How it works for details.
Verify it worked
You should see the installed skills with their descriptions and MCP server requirements.
Using skills in a project
Skills can be project-local (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 wired into their agents.
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