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.
npx claudepluginhub lis186/sourceatlas --plugin sourceatlasThis skill uses the workspace's default tool permissions.
Trigger this skill when the user:
Traces 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.
Share bugs, ideas, or general feedback.
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"