What problem does it solve?
Structural codebase navigation is slow in large repos; this Skill builds a compact, queryable map of files, exports, imports, dependency graph, and roles to speed discovery and reduce token usage in agent context.
Core Features & Use Cases
- Generates a structural index by scanning the project tree and collecting files, exports, imports, and symbols.
- Builds a dependency graph and infers roles to enable fast, keyword-driven searches and fleet context injections.
- Outputs to .planning/map/index.json and supports map slices for agent context integration.
- Useful when onboarding to a new codebase, auditing large repositories, or powering automated code navigation in fleets.
Quick Start
Generate or refresh the index with the recommended root and review the resulting map file at .planning/map/index.json.