large-doc-masterylisted
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Large Document / Codebase Mastery
Summaries lose information. "Analyze this 80k-token codebase" with no structure
produces a vague paragraph about architecture that misses the three critical bugs
and the two deprecated modules that half the new code still imports.
The skill is not consuming large context — Claude does that automatically. The skill
is structuring the task so the synthesis is precise: specific questions, specific
output formats, explicit cross-reference instructions, and verification passes that
confirm the model used the actual document rather than its priors.
---
## SLASH COMMANDS
| Command | Action |
| --- | --- |
| `/map` | Build a structural map of the document (sections, components, entities) |
| `/index <topic>` | Find every location in the document that touches a specific topic |
| `/extract <type>` | Extract all instances of a type: decisions, risks, assumptions, TODOs, etc. |
| `/cross-ref <a> <b>` | Find all connections between two topics, sections, or entities |
| `/contradictions` | Surface any internal contradictions or inconsistencies in the document |
| `/gaps` | Identify what's absent — what the document should address but doesn't |
| `/trace <entity>` | Follow an entity (function, concept, person, requirement) through the full document |
| `/timeline` | Extract a chronological sequence of events, changes, or decisions |
| `/compare <section-a> <section-b>` | Directly compare two sections or files |
| `/synthesize <question>` | Answer a