What problem does it solve? Engineers joining a new codebase or touching an unfamiliar subsystem waste hours tracing code paths by hand. This Skill answers "how does X work" questions by exploring the codebase and producing a structured architectural explanation a senior engineer can use to build a working mental model. ## Core Features & Use Cases - Adaptive exploration depth: Routes simple questions (single module, narrow function) to a single explainer pass, and complex subsystem questions to 2-4 parallel read-only explorer agents whose findings are synthesized. - Structured explanations: Produces consistent output sections — Overview, Key Concepts, How It Works, Where Things Live, Gotchas — with file paths, function names, and optional mermaid diagrams. - Placement and layering guidance: Answers "where should this live", "which package owns this", and "is this the right layer" questions alongside runtime flow walkthroughs. - Use Case: Before modifying an authentication flow, ask how token refresh works and receive a synthesized explanation tracing the entry point, call chain, key abstractions, and non-obvious pitfalls. ## Quick Start Ask how the payment retry logic works in this repository and get a structured architectural explanation.