Skill Router

Use when routing an agent request across multiple skills, building or auditing a routing table, detecting routing coverage gaps, or answering questions like 'which skill handles this?', 'who routes X?', or 'why did skill A activate instead of B?'. Covers trigger-label matching, file-path matching, keyword matching, description-based semantic matching, project-fit filtering, relation-aware co-loading and exclusion, eval/staleness annotations, and coverage-gap detection. Do NOT use when the target skill is already known (load it directly), when authoring a new skill (use `skill-scaffold` instead), or when evaluating a SINGLE skill's quality (use `graph-audit`).

jacob-balslev 6757615 4 files · 45.5 KB Updated

File contents

jacob-balslev/skills/tree/main/skills/agent-ops/skill-router commit 6757615e60

Frequently asked questions

npx skillmds@latest add jacob-balslev/skill-router