#355 · Primary category: AI Coding Assistants
next-plaid
NextPlaid, ColGREP: Multi-vector search, from database to coding agents.
Project last updated:08/25/26
GitHub Stars
538
Forks
60
Contributors
25
License
Apache-2.0
Why we included this project
ColGREP is a semantic code search tool built as a single Rust binary. It builds a local index of a project, then answers natural-language queries like "database connection pooling" alongside plain regex and keyword patterns. You can search by meaning and still pin down an exact identifier or substring at the same time. Everything runs locally, so your code never leaves your machine and there's no server or API to stand up. It also plugs into coding agents like Claude Code, Codex, and OpenCode, which makes it handy at the terminal and gives an agent a fast, private way to find relevant code. If you'd rather not run a separate search service, the self-contained design is appealing, and you can swap in different ColBERT models from HuggingFace to tune results.
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.