agentsclimarketplace

Reference doc routing

Skill ArcanEdge-AI/claude-code-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

Install
npx -y skills add ArcanEdge-AI/claude-code-agent-playbook --skill reference-doc-routing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 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.

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:

  1. Identify which parts of the task need reference context.
  2. Find relevant global and repository-level docs.
  3. Classify each document as authoritative, advisory, or historical.
  4. Read only relevant sections when possible.
  5. Summarize useful context for the current task.
  6. Pass only relevant document paths or sections to subagents.
  7. Require implementation-relevant claims to be checked against current code, tests, schemas, configuration, or runtime behavior.
  8. 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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.