#24 · Primary category: AI Coding Assistants
codegraph
Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, CoPilot, and Hermes Agent — fewer tokens, fewer tool calls, 100% local
Project last updated:08/26/26
GitHub Stars
68.6K
Forks
4.4K
Contributors
43
License
MIT
Why we included this project
CodeGraph builds a searchable knowledge graph of your codebase so AI coding agents can look up what they need instead of re-reading files. It parses source with tree-sitter, stores symbols and relationships in a local SQLite database, and refreshes that index as you edit, which means Claude Code, Cursor, Codex, and similar tools get the context they need with fewer tokens and tool calls. Everything stays on your machine, with no API keys or external services, so it's a reasonable fit for teams that can't send proprietary code to a cloud. If you're working with agentic coding tools on a large or unfamiliar repository, this is worth a look for cutting down on wasted context and making edits land faster.
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.