Graphify
Turns a folder of code, docs, papers, images and videos into an interactive knowledge graph so you can understand a codebase without reading every file. Parses code with tree-sitter (functions, classes, imports, call sites), transcribes audio/video locally with Whisper, and uses Claude to extract concepts and relationships. Runs Leiden community detection via NetworkX to cluster related nodes, then outputs an interactive HTML graph (vis.js), raw JSON, and a human-readable markdown report. In Claude Code, invoke with /graphify; as a CLI, run `graphify .` in any folder. Claims ~71x token reduction vs. feeding raw files to an LLM because you query the graph instead of the source.
Add Graphify to your agent in AIniverse
Discover more reusable skills, save them to your stack, get notified when new ones land.
Open in App · skills.sh