Open Source
Graphify is a `/graphify` skill for Claude Code, Cursor, Codex, and Gemini CLI that builds a local, deterministic knowledge graph out of an entire codebase — source, documentation, SQL schemas, config files, and even PDFs. Rather than relying on a vector store and approximate retrieval, it uses AST parsing (via tree-sitter) to construct explicit, explainable edges between code elements, letting an agent answer structural questions about a codebase ("what calls this function," "what depends on this table") with precision instead of semantic guesswork. It's built specifically for agentic coding workflows that need grounded, inspectable context rather than fuzzy RAG retrieval.