/graphify
Turn any folder of files into a navigable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPH_REPORT.md.
Usage
/graphify . # full pipeline on current directory
/graphify <path> # specific path
/graphify <path> --update # incremental: only re-extract changed files
/graphify <path> --mode deep # thorough extraction
/graphify query "<question>" # BFS traversal
/graphify path "A" "B" # shortest path between two concepts
/graphify explain "X" # plain-language explanation of a node
Setup
Loading code…
After running /graphify ., Claude reads graphify-out/GRAPH_REPORT.md automatically before searching files.