What problem does it solve? Understanding a large codebase, research corpus, or mixed folder of documents requires reading everything manually, and insights disappear between sessions. This Skill 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 - Knowledge Graph Extraction: Combines deterministic AST parsing for code with parallel AI subagents for docs, papers, and images, tagging every edge as EXTRACTED, INFERRED, or AMBIGUOUS with confidence scores. - Community Detection & Analysis: Clusters the graph into labeled communities, identifies god nodes and surprising cross-document connections, and generates a plain-language GRAPH_REPORT.md. - Multiple Output Formats: Produces interactive HTML visualization, GraphRAG-ready JSON, SVG, GraphML, Neo4j Cypher exports, Obsidian vaults, and an agent-crawlable wiki. - Query & Maintenance: Supports BFS/DFS natural-language queries, shortest-path lookups, incremental updates, file watching, and an MCP server for agent access. - Use Case: Point it at an unfamiliar repository to understand its architecture before touching code, or drop papers, tweets, and notes into a folder and query the combined concept graph weeks later without re-reading anything. ## Quick Start Ask the AI to run /graphify on the current directory to build a knowledge graph and open the generated report.