skogai-routing
Installation
SKILL.md
This skill treats SKILL.md, AGENTS.md, CLAUDE.md, and small local guidance files as variants of the same pattern: a routing file. A routing file is a compact entrypoint that states ownership, identifies intent, and points to the smallest useful endpoint.
<mental_model> Every file has one job:
- Routing files answer "where should this go next?"
- Workflows answer "what steps should be followed?"
- References answer "what should be known?"
- Templates answer "what shape should output take?"
- Scripts answer "what repeatable check or action should run?"
If a file starts doing more than one job, split it or demote the extra detail into a more specific endpoint. </mental_model>