Tools
Graphify Reaches 95K Stars Turning Codebases Plus Docs, SQL Schemas, Configs and PDFs Into One Queryable Knowledge Graph
Graphify-Labs/graphify is at 94,990 stars and ships as a `/graphify` skill for Claude Code, Cursor, Codex and Gemini CLI, using local deterministic AST parsing with no API cost. Its distinguishing claim is scope: it ingests non-code artifacts — SQL schemas, configs, PDFs, docs — into the same graph as the code, so cross-artifact questions ('which endpoint reads this table') resolve by traversal rather than grep. The deterministic-AST, zero-API-cost design means graph updates are free to run on every commit, which is what makes it viable as a background index.
Source
↳ Follow the thread