What problem does it solve? Understanding a large codebase or mixed document corpus requires reading hundreds of files manually. This Skill turns any folder into a persistent knowledge graph with community detection and an honest audit trail, so questions about architecture, file relationships, and cross-document connections can be answered by graph traversal instead of re-reading source files. ## Core Features & Use Cases - Knowledge graph construction: Extracts entities and relationships from code (AST-based, no LLM needed), docs, papers, images, and transcribed video, then clusters them into labeled communities with god-node and surprising-connection analysis. - Query, path, and explain tools: Answers natural-language questions via BFS/DFS traversal, finds shortest paths between concepts, and explains individual nodes with source citations. - Multiple outputs and integrations: Generates interactive HTML visualization, GraphRAG-ready JSON, GRAPH_REPORT.md, Obsidian vaults, wikis, and exports to Neo4j, FalkorDB, SVG, GraphML, or an MCP server. - Use Case: Point it at a repository (local path or GitHub URL) to produce a cross-repo graph, then ask "How does authentication reach the database?" and get a cited traversal answer without re-extracting anything. ## Quick Start Run /graphify on the current directory to build the knowledge graph, then ask any codebase question to query it.