From pro-workflow
Produces a one-screen map of unfamiliar codebase areas: entry points, core modules, data flow, callers, hidden coupling. Readable in 15 seconds for quick orientation.
npx claudepluginhub rohitg00/pro-workflow --plugin pro-workflowThis skill uses the workspace's default tool permissions.
Orient fast in unfamiliar code. The deliverable is a map, not a tour.
Surfaces a compact map of surrounding modules, callers, callees, and invariants for unfamiliar code regions using fd, git grep, and ast-grep. Provides structural orientation before changes.
Orchestrates parallel subagents to map any codebase, creating docs/CODEBASE_MAP.md with architecture, file roles, dependencies, and navigation. Updates incrementally via git or scans.
Share bugs, ideas, or general feedback.
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.