next-plaid
Semantic code search and multi-vector retrieval for AI coding agents
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install NextPlaid?โผ
Run `npx skills add lightonai/next-plaid --all -g -y` in your terminal to install all skills in this suite globally.
How to search code by meaning instead of keywords?โผ
Use the colgrep command with a plain-English query like `colgrep "database connection pooling"` and it returns the most relevant functions ranked by meaning.
Does ColGREP work with Claude Code and other AI agents?โผ
Yes. It ships with one-command installers for Claude Code, Codex, OpenCode, and Hermes, and hooks that redirect agent searches to colgrep automatically.
Does my code leave my machine when using ColGREP?โผ
No. Everything runs locally as a single Rust binary with the embedding model on your CPU, so your code is never sent to any server.
Can I combine regex with semantic search?โผ
Yes. Use the -e flag to pre-filter with a text pattern or regex while the semantic query ranks the matching results.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core