From pro-workflow
Produces a one-screen codebase map showing entry points, core modules, data flow, callers, and hidden coupling. Use when orienting in unfamiliar code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pro-workflow:module-mapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orient fast in unfamiliar code. The deliverable is a map, not a tour.
Orient fast in unfamiliar code. The deliverable is a map, not a tour.
A single response containing, in this order:
AREA: <one-line summary>
ENTRY POINTS
- <path>:<symbol> — <role>
CORE MODULES
- <path> — <role>
FLOW
<entry> -> <module> -> <module> -> <sink>
CALLERS
- <path> — uses <entry>
HIDDEN COUPLING
- <description> (<path>)
Use the exact headers. Consistency lets the user scan.
npx claudepluginhub rohitg00/pro-workflow --plugin pro-workflowProduces evidence-cited maps of unfamiliar codebase areas with file:line references for every claim. Use before non-trivial changes, onboarding, or multi-module refactors.
Maps module structure and callers when navigating unfamiliar codebases. Use before editing new modules or when asked for a big picture overview.