The package manager for AI agent skills. Install skills for Claude Code, Cursor, Windsurf, and other AI coding assistants.
npm install -g skill-get# Search for skills
skill-get search code-review
# Install a skill
skill-get install pdf
# List installed skills
skill-get list
# Show skill information
skill-get info frontend-design
# Remove a skill
skill-get remove pdf| Skill | Description | Install |
|---|---|---|
pdf |
Create and edit PDF documents | skill-get install pdf |
code-review |
Comprehensive code review | skill-get install code-review |
frontend-design |
Create production-grade UIs | skill-get install frontend-design |
docx |
Create Word documents | skill-get install docx |
xlsx |
Create Excel spreadsheets | skill-get install xlsx |
Install a skill by name.
skill-get install pdf
skill-get install code-reviewSearch for skills matching a query.
skill-get search document
skill-get search codeList all installed skills.
skill-get listShow detailed information about a skill.
skill-get info pdfRemove an installed skill.
skill-get remove pdfUpdate installed skills. Update a specific skill or all skills.
skill-get update # Update all
skill-get update pdf # Update specific skillSkills are installed to your AI agent's skill directory:
| Agent | Path |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| Windsurf | ~/.windsurf/skills/ |
| Default | ~/.ai-skills/ |
skill-get uses the MCPSkills registry API at https://api.mcpskills.dev/api/v1
- Website: mcpskills.pages.dev
- API: api.mcpskills.dev
- GitHub: github.com/mcpskills/skill-get
MIT