anthropics / anthropics/skills
Community: Multi-agent skill installer (npx ai-agent-skills)
- Dominant language
- Python
- Stars
- 176k
- Forks
- 20.8k
- Avg merge
- 7h 21m
- Merged PRs (30d)
- 5
Description
Hey Anthropic team!
Built a CLI tool that installs skills to any AI coding agent, not just Claude:
```bash
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.
---
[SkillCreator.ai](https://skillcreator.ai) · [agentskills.io](https://agentskills.io)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.