What problem does it solve? Understanding a large mixed corpus of code, documents, papers, images, and videos requires reading everything manually, and connections across files stay hidden. graphify turns any folder into a persistent, queryable knowledge graph with an honest audit trail showing which relationships were extracted versus inferred. ## Core Features & Use Cases - Multi-format extraction: Combines deterministic AST parsing for code with parallel LLM subagents for docs, papers, and images, plus Whisper transcription for video and audio files. - Community detection and analysis: Clusters the graph into labeled communities, surfaces god nodes and surprising cross-document connections, and tags every edge as EXTRACTED, INFERRED, or AMBIGUOUS with confidence scores. - Multiple outputs: Generates interactive HTML visualization, GraphRAG-ready JSON, a plain-language GRAPH_REPORT.md, plus optional Obsidian vault, wiki, SVG, GraphML, and Neo4j exports. - Use Case: Point it at an unfamiliar codebase or a research reading list to get a navigable graph showing architecture, concept clusters, and unexpected connections before you touch anything. ## Quick Start Run /graphify on the current directory to build a knowledge graph and open the generated graph.html report.