The Next-Gen Package Manager for Agent Skills
Seamlessly manage, install, and link AI agent skills with lockfile-driven reproducibility and multi-protocol support.
1{2 "$schema": "https://unpkg.com/skills-package-manager@0.9.0/skills.schema.json",3 "installDir": ".agents/skills",4 "linkTargets": [".claude/skills", ".cursor/skills"],5 "selfSkill": false,6 "skills": {7 "pr-creator": "https://github.com/rstackjs/agent-skills.git#89bd10a...&path:/skills/pr-creator",8 "npm-skill": "npm:@scope/agent-logic@^1.2.0",9 "custom-dev": "link:./packages/my-custom-skill",10 "local-dev": "local:./.agents/skills/local-dev",11 "legacy-v1": "file:./backups/old-agent.tgz"12 }13}Choose your workflow and copy the command to your terminal or your AI agent.
npx skills-package-manager init --yes
npx skills-package-manager add <skill-name>
npx skills-package-manager installpnpm add pnpm-plugin-skills --confignpm install -D skills-package-manager
# In package.json:
# "prepare": "skills-package-manager install"Designed specifically to handle the complexities of managing AI agent skills seamlessly.
Ditch heavy git commits. `skills-lock.yaml` ensures every team member and CI/CD environment runs on identical skill versions.
Mix local `link:` or `local:`, versioned `npm:`, or direct `git:` repos with easeāeven sub-folders within `.tgz` archives.
A seamless, drop-in replacement. Swap `npx skills` for `npx skills-package-manager` and unlock more power today.
The `pnpm-plugin-skills` hooks directly into your install lifecycle for zero-effort, automatic skill synchronization.
Zero telemetry. No tracking. Purely client-side tooling that respects your privacy and works with any registry.
Stop folder duplication. Install once and simultaneously link into `.claude`, `.cursor`, and custom agent directories.
Two simple files power your entire workflow.
The single source of truth for your required skills across any protocol.
Locks dependencies to ensure deterministic, reproducible installations every time.
Start building robust, reproducible AI workflows today.