Reference doc routing
Skill ArcanEdge-AI/claude-code-agent-playbook/skills/reference-doc-routing
Custom instructions, subagents, skills, and reference docs for production-grade Claude Code agents.
npx -y skills add ArcanEdge-AI/claude-code-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.
2 things to look at
- 29 days oldThe repository was created 29 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 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.
What its author says it does
Copied from the file, not written here
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.
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