Your entire monorepo in one file.
supergraph analyzes your monorepo and generates a compact text map of every module, symbol, dependency edge, and issue. ~500 lines that fit in any AI context window. For humans, it generates an interactive graph visualization.
Also installs /deep-audit for Claude Code.
Run supergraph in any monorepo. Get audit/supergraph.txt — every package, module, exported symbol, and cross-package edge in a structured, compressed format.
GNOMEFORTRESS-V2 SUPERGRAPH | 2026-03-05
365m · 852ie · 209xe
# PACKAGES (short=npm,modules)
agent=@gnomefortress/agent,7m cli=@gnomefortress/cli,13m
core=@gnomefortress/core,14m fortress=@gnomefortress/fortress,85m
graph=@gnomefortress/graph,37m flow=@gnomefortress/flow,35m ...
# MODULES path [exp(/total)]<-importers symbols | ext-deps
[fortress]
actors/orchestrator [68/93]<-2 OrchestratorActorContext,OrchestratorActorInput,actor,+63
| @gnomefortress/constants,@gnomefortress/graph,xstate
events [119/120]<-16 AbortEvent,ActorErrorLog,AnomalyDetectedEvent,+111
| @gnomefortress/graph,xstate
[graph]
store/graph-store [2/4]<-9 SerializedGraph,GraphStore | graphology
schema/nodes [4]<-11 SymbolNode,SymbolKind,createSymbolNode,KIND_PRIORITY
# CROSS-PACKAGE DEPENDENCIES
fortress/actors/orchestrator -> constants/idx graph/idx utils/idx xstate/idx
fortress/events -> graph/idx graph-bridge/idx xstate/idx
10-phase systematic code audit as a Claude Code slash command. Finds bugs, dead code, race conditions, schema mismatches, and overengineering. Writes actionable plans to disk.
audit/<pkg>/findings.md + audit/<pkg>/plans/. No subagent delegation during analysis — full cross-file context throughout.
Also generates a self-contained interactive graph. Force-directed physics, search, package filtering, issue overlays. The background of this page is a live example.
| Key | Action |
|---|---|
| p | Toggle physics |
| l | Toggle labels |
| scroll | Zoom |
| drag | Pan / pin nodes |
| click | Inspect node symbols |