From sourceatlas
Traces code execution paths, data flows, and call graphs via /sourceatlas:flow queries. Reveals boundaries, entry points, cycles for understanding features and implementations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sourceatlas:code-flow-tracerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger this skill when the user:
Trigger this skill when the user:
/sourceatlas:flow "<query>" with a natural language description/sourceatlas:flow "user login"/sourceatlas:flow "handleSubmit"/sourceatlas:flow "error handling flow"/sourceatlas:flow "where does userProfile come from"/sourceatlas:flow "who calls validateToken"npx claudepluginhub lis186/sourceatlas --plugin sourceatlasTraces execution paths, maps dependencies, follows data flows, and explores unfamiliar code systematically from entry points to build incremental understanding.
Traces feature, request, or data flows through codebase from entry points (API routes, UI handlers, jobs) to storage, documenting layers, transformations, side effects, and dependencies via graphs or grep.
Traces execution paths from entry points through code knowledge graph. Shows call chains with criticality scores and generates Mermaid flowcharts for flow analysis.