What problem does it solve?
This Skill eliminates the time-consuming and error-prone process of manually understanding a project's codebase. It automatically maps structure, dependencies, connections, architecture patterns, and conventions, providing deep context for planning, building, or reviewing, and preventing misinformed decisions.
Core Features & Use Cases
- Deep Codebase Mapping: Discovers directory structure, file patterns, module boundaries, and entry points.
- Dependency & Connection Analysis: Maps internal/external dependencies, imports/exports, API calls, and data flows.
- Architecture & Convention Identification: Identifies architectural patterns (e.g., MVC, Microservices) and codebase conventions (naming, style).
- Text-Based Dependency Graph: Visualizes module and external dependencies for clarity.
- Use Case: Before starting a new feature, activate this skill to get a comprehensive overview of the relevant parts of the codebase, ensuring your new code aligns with existing patterns and dependencies.
Quick Start
Analyze the project context for the src/api/ and src/services/ directories to understand their structure and dependencies.