What problem does it solve? When starting work on an existing or unfamiliar codebase, developers lack a clear picture of its structure, dependencies, and technical debt, making planning risky and slow. This Skill scans the project and produces structured documentation that enables informed planning. ## Core Features & Use Cases - Structure and Dependency Mapping: Detects project type (Node.js, Python, Rust, Go, .NET), scans directories, and extracts runtime and development dependencies. - Pattern and Integration Analysis: Identifies naming conventions, API routes, state management patterns, external APIs, databases, and third-party services. - Technical Debt Discovery: Surfaces TODOs, FIXMEs, deprecated code, missing tests, and leftover debug statements. - Use Case: Before planning a new feature in a legacy repository, run the mapper to generate ARCHITECTURE.md and STACK.md so the AI assistant and developer share an accurate understanding of the system. ## Quick Start Ask the AI to map this codebase and generate ARCHITECTURE.md and STACK.md documenting its structure, dependencies, and technical debt.