71.5x
Fewer tokens/query
Graphify is an AI coding assistant skill that works across Claude Code, Cursor, Codex, Gemini CLI, and more. Type /graphifyin your AI tool — it reads your files, builds a knowledge graph, and gives you back structure you didn't know was there.
71.5x
Fewer tokens/query
23.4K
GitHub stars
22
Languages
10+
AI tools
Graphify works across all major AI coding assistants with platform-specific installation commands.
Graph structure replaces raw file reads. Huge cost savings at scale.
Every relationship tagged EXTRACTED or INFERRED with confidence scores.
Code stays local via tree-sitter. Video transcription runs on your machine.
Three-pass extraction: deterministic AST parsing, local transcription, then semantic inference.
Tree-sitter extracts structure from code — classes, functions, imports, call graphs. 22 languages. No LLM. Code never leaves your machine.
Videos and audio transcribed locally with faster-whisper. PDFs, images, and docs processed by Claude subagents in parallel. Transcripts cached.
Results merged into NetworkX graph. Leiden community detection clusters by topology (no embeddings). Exported as HTML, JSON, and audit report.
Install in 60 seconds. Requires Python 3.10+ and any supported AI coding assistant.
# Install (PyPI package: graphifyy)
pip install graphifyy && graphify install
# Build your first graph
/graphify . # current directory
/graphify ./src --mode deep # aggressive inference
# Make it always-on
graphify cursor install # Cursor
graphify claude install # Claude Code
graphify codex install # OpenAI CodexClick nodes, search, filter by community. Visual exploration of your codebase structure with vis.js.
God nodes (highest-degree concepts), surprising connections, suggested questions. Your AI reads this before searching files.
Query weeks later without re-reading. SHA256 cache means re-runs only process changed files.
--watch mode auto-rebuilds on file change. graphify hook install rebuilds on every commit and branch switch.
Works across 10+ AI coding assistants with platform-specific installation.
Claude Code
graphify claude install
Cursor
graphify cursor install
OpenAI Codex
graphify codex install
Gemini CLI
graphify gemini install
GitHub Copilot
graphify copilot install
Aider
graphify aider install
Factory Droid
graphify droid install
Antigravity
graphify antigravity install
Use these official links to explore the repository and indexed metadata.