What problem does it solve? Understanding a large codebase or mixed document corpus requires reading every file manually. This Skill turns any folder into a navigable knowledge graph with community detection, an audit trail, and query tools, so you can answer architecture and content questions without re-reading the source. ## Core Features & Use Cases - Multi-format extraction: Parses code structurally via AST (no LLM needed) and extracts semantic entities from docs, papers, images, and transcribed video/audio. - Graph outputs: Produces interactive HTML, GraphRAG-ready JSON, a plain-language GRAPH_REPORT.md, plus optional Obsidian vault, wiki, Neo4j, SVG, and GraphML exports. - Query tools: Supports query, path, and explain subcommands, incremental --update re-extraction, --watch auto-rebuild, and an MCP server for live graph access. - Use Case: Point it at a monorepo to get a clustered graph of modules and concepts, then ask "how does the auth flow reach the database layer?" and trace the answer through actual graph paths. ## Quick Start Ask the agent to build a knowledge graph of the current project folder and show the god nodes, surprising connections, and suggested questions from the report.