Use when exploring unfamiliar codebases, before searching for code, or after editing files. Builds a structural AST index (classes, functions, imports, call…
graphify — Code Navigation Layer Structural index of the codebase. Know what exists, where, and how it connects — before you grep. Requires CLI: npm i -g graphify-ts (uses Bun runtime). Manual updates only. The graph does not refresh on its own — you (or the user) run graphify update or graphify build when you want a fresh index. This avoids write conflicts in git worktrees and other multi-session setups. First-time setup (one-time per machine) npm i -g graphify-ts # install CLI Then, once per project: graphify build .
don't have the plugin yet? install it then click "run inline in claude" again.