skill-repo-manager
Installation
SKILL.md
Skill Repository Manager
Route to the right topic based on user intent. Three areas: CLI commands (install, list, update), Repository structure (skill format, directory layout), and Publishing (sharing, versioning, best practices).
Quick Router
| User intent | Topic | Start here |
|---|---|---|
| "Install a skill", "add a skill", "npx skills add" | CLI | references/cli/commands.md |
| "List my skills", "what skills do I have?" | CLI | references/cli/commands.md |
| "Find a skill", "search for a skill" | CLI | references/cli/commands.md |
| "Remove a skill", "uninstall a skill" | CLI | references/cli/commands.md |
| "Update skills", "refresh skills" | CLI | references/cli/commands.md |
| "Scaffold a new skill", "create a skill" | CLI | references/cli/commands.md |
| "How do I structure a skill repo?" | Structure | references/structure/directory-layout.md |
| "What goes in SKILL.md?" | Format | references/format/skill-md.md |
| "How do I publish skills?" | Publishing | references/publishing/publishing.md |
| "Best practices for skill repos" | Publishing | references/publishing/best-practices.md |