Graphify: Convert code bases, documents and SQL into queryable knowledge graphs to replace traditional vector RAG
Graphify, which has been consistently ranking on GitHub Trending in early August 2026, allows users to build locally queryable knowledge graphs from code, documents, SQL schemas, PDFs and more via the /graphify Skill. It uses tree-sitter AST for deterministic parsing at the code layer and does not rely on vector databases. The edges are labeled EXTRACTED/INFERRED for interpretability. This article introduces its differences compared to vector RAG, the steps to install and integrate it with Claude Code/Cursor, as well as its query, path and explain usages.
Read MoreGraphify: An Agent Skill for Translating Code Repositories, Documents and Schemas into Queryable Knowledge Graphs
Graphify, which trended on GitHub Trending in early August 2026, constructs queryable knowledge graphs from code, documents, SQL schemas, PDFs and more via local AST powered by tree-sitter and Leiden community detection, and integrates with Agent tools including Claude Code, Cursor and Codex through the `/graphify Skill`. This article verifies its Trending background and official capability boundaries, makes a comparison with vector RAG, and provides hands-on steps for installation via uv, Skill registration and querying via query/path/explain, to assist with context engineering选型 in large codebase scenarios.
Read More