ai-skills-store
v1.0.0
Published
CLI installer for AI skill packs — install skills for Claude, Antigravity & more with one command
Maintainers
Readme
ai-skills-store
The official skill registry for the
ai-skillsnpm package.
Install all skills in one command:npx ai-skills@latest
🚀 Quick Install
# Install all skills
npx ai-skills@latest
# List available skills
npx ai-skills@latest --list
# Install a single skill
npx ai-skills@latest --skill=mern-backend
# Install to a custom directory
npx ai-skills@latest --dir=C:\MyAI\skills📁 Folder Structure
ai-skills-store/
├── skills.json ← skill manifest (read by the CLI)
├── package.json ← npm package config
├── index.js ← CLI entry point
├── README.md
└── skills/
├── mern-backend/
│ └── SKILL.md
├── ai-engineer/
│ └── SKILL.md
└── skill-creator/
└── SKILL.md➕ Adding a New Skill
- Create a folder:
skills/your-skill-name/ - Add
SKILL.mdinside it - Register it in
skills.json:{ "name": "your-skill-name", "description": "...", "version": "1.0.0" } - Commit & push — users get it instantly via
npx ai-skills@latest
🔧 Point Your AI Tool to the Skills Folder
After install, skills land at:
| OS | Default Path |
|----|-------------|
| Windows | C:\Users\<You>\skills |
| macOS / Linux | /Users/<you>/skills or ~/skills |
In Antigravity → Skill Custom Paths, add the path above.
📝 License
MIT © Ravi
