What problem does it solve?
This skill provides a structured view of a codebase by identifying entrypoints, dependency flows, environment configurations, and common build/run/test paths, enabling faster onboarding and architecture understanding.
Core Features & Use Cases
- Entry point discovery: detects main execution points such as main.* or index.* files across languages.
- Dependency flow mapping: traces critical import/call paths to reveal how components interact.
- Env and config awareness: surfaces environment variables and configuration patterns used by the project.
- Build/run/test path visibility: highlights how the project is built, run, and tested, aiding setup and troubleshooting.
- Mermaid diagram support: optional rendering of a diagram illustrating the architecture when flow mode is requested.
Quick Start
Analyze this repository to surface entrypoints, dependency flow, env config, and build/run/test paths; use flow mode to render a Mermaid diagram.