What problem does it solve?
This Skill helps you quickly locate, understand, and trace code inside an existing codebase without wasting time on speculative file reading. It is designed for questions like where a symbol is defined, what files use a module, how a project is structured, or whether something is still in use.
Core Features & Use Cases
- Search-first code navigation: Find relevant files and symbols before opening anything.
- Dependency and usage tracing: Identify imports, callers, definitions, and cross-file relationships.
- Architecture mapping: Build concise overviews of modules, entrypoints, layers, and boundaries.
- Use case: Ask where a bug-producing function is defined, which services depend on a module, or how a folder is organized, and get a ranked, synthesized answer instead of raw search output.
Quick Start
Ask the skill to locate the definition, usages, and dependency chain for the symbol or module you want to understand.