Setting the file. One moment.
Subchapter 23.20
references/layout-reference-backed-skill.mdMarkdown1 KBView on GitHub
Use this layout when the skill needs deep knowledge, but most runs only need one branch or subset of that knowledge.
SKILL.md can act as a routermy-skill/
├── SKILL.md
└── references/
├── focused-topic-a.md
├── focused-topic-b.md
└── troubleshooting.mdKeep reference files as direct children of references/. For related variant-specific leaves, use a shared filename prefix and list each file directly from SKILL.md.
SKILL.md tells the agent exactly when to open each reference.