Reference doc routing
Skill ArcanEdge-AI/codex-agent-playbook/skills/reference-doc-routing
Use when a task may need architecture, testing, access-control, design-system, API, release, data-model, or subagent reference documents. Helps select relevant docs, classify authority, and pass concise context to subagents.From its SKILL.md
npx -y skills add ArcanEdge-AI/codex-agent-playbook --skill reference-doc-routingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 167 tokens by cl100k_base, as published. Nobody here has run it
Reference Doc Routing Skill
Use this skill to choose and apply reference documents without polluting the main context.
Workflow:
- Identify which parts of the task need reference context.
- Find relevant global and repository-level docs.
- Classify each document as authoritative, advisory, or historical.
- Read only relevant sections when possible.
- Summarize useful context for the current task.
- Pass only relevant document paths or sections to subagents.
- Require implementation-relevant claims to be checked against current code, tests, schemas, configuration, or runtime behavior.
- Report conflicts between docs and primary evidence.
Primary evidence includes:
- current code
- tests
- schemas
- configuration
- logs
- build output
- typecheck output
- runtime behavior
- authoritative external documentation
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.