skills
skills copied to clipboard
Community: Multi-agent skill installer (npx ai-agent-skills)
Hey Anthropic team!
Built a CLI tool that installs skills to any AI coding agent, not just Claude:
npx ai-agent-skills install pdf
npx ai-agent-skills install pdf --agent cursor
npx ai-agent-skills install pdf --agent vscode
Supported Agents
| Agent | Flag | Install Location |
|---|---|---|
| Claude Code | --agent claude (default) |
~/.claude/skills/ |
| VS Code / Copilot | --agent vscode |
.github/skills/ |
| Cursor | --agent cursor |
.cursor/skills/ |
| Amp | --agent amp |
~/.amp/skills/ |
| Goose | --agent goose |
~/.config/goose/skills/ |
| OpenCode | --agent opencode |
~/.opencode/skills/ |
Repos:
- npm package: https://github.com/skillcreatorai/Ai-Agent-Skills
- Curated list: https://github.com/skillcreatorai/Awesome-Agent-Skills
All skills follow the Agent Skills spec. The official Anthropic skills from this repo work great with it.
Would be happy to add a section in your README pointing to the installer, or submit a PR if helpful.