#162 · Primary category: AI Coding Assistants
Graft
Turbocharge Claude Code, Cursor, Codex, Gemini & every coding agent: faster, cheaper, with contextual understanding specific to your codebase.
Project last updated:08/29/26
GitHub Stars
5.1K
Forks
462
Contributors
30
License
MIT
Why we included this project
Teams that lean on Claude Code, Cursor, Codex, or Gemini in a large or unfamiliar codebase often watch their token bill climb, because the agent re-explores the repo from scratch on every task. Graft addresses that by building a graph of linked markdown files, one node per system or concept, written in plain English the way a senior engineer would explain it, and feeding that context to your coding agent so it can skip the grep-and-open loop. The structural graph is built deterministically with tree-sitter and never calls a model; the summaries are generated under your own API key with whatever provider you choose. The project publishes controlled benchmarks and a SWE-bench Verified run showing fewer tool calls, lower token spend, and equal or better correctness, so it is worth a trial if you want to cut agent costs without giving up accuracy.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.