#213 · Primary category: AI Coding Assistants
cocoindex-code
A super light-weight embedded code search engine CLI (AST based) that just works - improves speed and efficiency for coding agent 🌟 Star if you like it!
Project last updated:08/30/26
GitHub Stars
2.7K
Forks
216
Contributors
23
License
Apache-2.0
Why we included this project
Coding agents are only as good as what they can see of your codebase, and on large or unfamiliar repos that often means guessing or spending context tokens on files they do not need. CocoIndex Code builds an AST-aware semantic index of the project and serves the agent short, targeted search results, so it can find where symbols are defined and how they relate without reading everything. Setup is a one-minute install with zero configuration, and you can drive it from the CLI, teach Claude Code or Codex to search on its own through a Skill, or expose it as an MCP server for other agents. It reportedly cuts token usage by about 70 percent, which matters on big codebases where the context window is the real constraint. If your team already runs an agent and wants it to navigate unfamiliar code more reliably, this is a low-friction way to get there.
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.