TL;DR
A tool that converts code, documents, images, etc., into a knowledge graph for direct querying within AI coding assistants.
Key features
Maps an entire project into a knowledge graph with the /graphify command.
Parses code deterministically and locally using tree-sitter AST.
Every edge is tagged as EXTRACTED (explicit in source) or INFERRED (resolved by graphify).
Integrates with various AI coding assistants like Claude Code, Codex, and Cursor.
When to use it
Use when you need to quickly understand and navigate a large codebase or documentation, or when you want to provide full project context to an AI assistant for more accurate code generation or analysis.