01
Understand-Anything
Understand-Anything is a plugin/skill — for Claude Code, Cursor, Copilot, Codex, and Gemini CLI — that turns a codebase into an interactive knowledge graph: every file, function, and class is a node a multi-agent pipeline builds locally over tree-sitter. Install it with /plugin install understand-anything or a one-line script, then /understand to scan, /understand-chat to ask "which parts handle auth?", and /understand-diff to see what a change actually touches before it lands. It's MIT, TypeScript, and has pulled 62k stars since March.
Reach for it when you (or your agent) inherited a repo nobody holds in their head and need the blast radius of a change, not a vibe. The /understand-diff command is the one that matters here — impact analysis is the first step of supervising work you didn't write. Delete the grep-archaeology and the "ask the one dev who remembers" ritual. Tradeoff: 62k stars in three months is a velocity hard to separate from hype, and a generated map is only as trustworthy as the model that drew it — a confidently-wrong graph is worse than no graph.