What problem does it solve?
When you land in an unfamiliar part of a codebase, you waste time clicking through files trying to understand how things connect. This Skill produces a compact, fifteen-second-readable map of any code area so you can orient yourself immediately.
Core Features & Use Cases
- Entry Point Discovery: Lists every function, route, CLI command, event handler, or cron that starts a call chain, with file paths and symbols.
- Data Flow Visualization: Shows the dominant path for common input as ASCII arrows, plus external callers and hidden coupling like shared singletons or implicit ordering.
- Use Case: You join a new team and need to understand the billing module before a standup. Ask for a map of the billing area and get a curated one-screen summary with verified file references instead of reading dozens of files.
Quick Start
Ask the assistant to give me the map of the payments module so I can orient myself before making changes.