Graphify
It builds a deterministic, query‑able knowledge graph of your entire codebase—including source files, docs, SQL schemas, configs and PDFs—so AI assistants can answer exact, code‑level questions without using a vector store.
- •You need an LLM to answer precise “where is X defined?” or “which endpoints touch this table?” questions across a large monorepo.
- •Your team wants to embed a live code‑graph into Claude Code, Cursor, Codex or Gemini prompts for real‑time debugging or impact analysis.
- •You must keep the graph up‑to‑date automatically as code changes, without relying on fuzzy vector similarity.
In Claude Code, you can now write: ``` @graphify "Give me all Python functions that write to the `orders` table and are referenced in the API docs. Return the file path and line numbers." ```
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/graphify && curl -fsSL https://workflowstacks.com/api/skills/graphify/claude-skill -o ~/.claude/skills/graphify/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Graphify is a very large Python project (~64k lines across 104 code files, plus 315 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, Apache-2.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3graphify/cli.pyWhere the program starts running
- 4pyproject.tomlDependencies and the commands it exposes
- 5graphify/__init__.pyInside graphify/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/graphify && curl -fsSL https://workflowstacks.com/api/skills/graphify/claude-skill -o ~/.claude/skills/graphify/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More mcp-server tools founders pair with this one.