Graphify — граф знаний по всему проекту

★ 77.4K

Graphify is a CLI tool and skill for AI coding assistants (Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, and more) that turns an entire project — code, docs, PDFs, images, videos — into a connected knowledge graph you traverse with queries instead of grepping through files. Reach for it to quickly understand how a large or unfamiliar project is built, trace the relationship between two entities, or explain a concept with links back to the source. Code is parsed locally with tree-sitter AST (deterministic, no LLM, nothing leaves your machine), while docs and media use your assistant's model or your own API key. Every edge is tagged `EXTRACTED` (explicit in the source) or `INFERRED` (resolved by graphify). Install it with `graphify install`, invoke it with `/graphify .`, and get a clickable `graph.html` plus a report. Note: it is a real graph you walk, not a vector index or embeddings — "find by meaning" here means traversal and edges, not semantic search.