What problem does it solve?
It solves the problem of navigating large or unfamiliar codebases by producing an accurate symbol-to-location map so you can understand where key types and APIs live.
Core Features & Use Cases
- Exported Symbol Extraction (class/function/interface/type/const/enum): Finds semantic symbols and records their exact file:line locations.
- Multi-language Support: Detects and processes common stacks such as TypeScript/JavaScript, Python, Rust, and Go.
- Refactor & Onboarding Friendly: Speeds up refactoring planning and reduces reliance on noisy grep searches.
Use case: You are about to refactor or inherit a large repository and need to quickly build a reliable mental model of where exported entry points and major types are defined before making changes.
Quick Start
Run the map skill so it scans your project and writes a codebase symbol map to your local Claude workspace output directory.