What problem does it solve? When you land in an unfamiliar part of a codebase, reading every file wastes time and produces no clear picture. This Skill produces a compact, evidence-backed map of any code area so you can orient yourself in fifteen seconds instead of an hour. ## Core Features & Use Cases - Entry Point Discovery: Lists every function, route, CLI command, event handler, or cron that starts a call chain, with file path and symbol. - Data Flow Diagram: Renders the dominant execution path as ASCII arrows from entry to sink. - Hidden Coupling Detection: Surfaces shared singletons, global state, and undocumented contracts between files that look independent but are not. - Use Case: You join a project and need to understand the billing module before a standup. Ask for the map and get entry points, core modules, callers, and coupling in one screen. ## Quick Start Ask the assistant to give you the map of the billing module so you can orient yourself before making changes.