skill-routing-gov
Installation
SKILL.md
Goal
- Turn a pile of skills into a routed system.
- Ensure Hermes loads the right skill early instead of vaguely knowing many skills exist.
- Keep AGENTS.md thin while making routing durable and updateable.
Use when
- The user wants broad routing coverage across many skills.
- New skills are being added and trigger rules are starting to drift.
- AGENTS.md needs a central routing table or references to routing docs.
- You want every non-trivial task type to have a preferred skill path.
Do not use when
- There are only a few skills and routing can remain implicit.