skill-router
Installation
SKILL.md
Skill Router
Use local skill indexing to choose and load relevant skills only when a task needs them.
Dispatch
| $ARGUMENTS | Action | Example |
|---|---|---|
search <query> |
List ranked matching skills | /skill-router search "fix Playwright test" |
context <query> |
Build a compact context packet for top matches | /skill-router context "write a release changelog" |
read <skill> |
Load one skill by exact name or path | /skill-router read skill-creator |
doctor |
Diagnose visible skill roots and counts | /skill-router doctor |
| Natural-language task | Auto: Search, then context for best matches | "which skill should handle docs generation?" |
| Empty | Show quick usage and run doctor | /skill-router |