Turn any codebase into an interactive knowledge graph!
Understand-Anything is a Claude Code plugin that builds an explorable map of your project. It analyzes every file, function, class, and dependency, then gives you an interactive dashboard to explore it all visually.
Run the analysis and five agents execute in parallel. They scan your project, extract structure, identify architectural layers, and build a knowledge graph. The output is an interactive React Flow visualization.
The dashboard shows your codebase as a graph. Nodes are files, functions, and classes. Edges show dependencies. Everything is color-coded by layer (API, Service, Data, UI, Utility).
Click any node to see its code, relationships, and a plain-English LLM explanation.
Key features:
• Visual exploration with searchable, interactive graph
• Plain-English summaries for every component
• Guided architecture tours ordered by dependency
• Semantic search - find by meaning, not just name
• Diff impact analysis - see what your changes affect
It works across multiple AI coding agents - Claude Code, Codex, OpenCode, OpenClaw, Cursor, Antigravity
It's 100% Open source
I've shared the link in the comments!