agent-brain
Semantic and keyword search over docs and codebases
All Skills in This Repository (3)
Pure Emerald Level IndicatorsLocal Install Skill
Build and install Agent Brain CLI and server locally with Python 3.11, Poetry, and uv.
using-agent-brain
Search indexed documents across BM25, vector, hybrid, and graph modes.
configuring-agent-brain
Install and configure Agent Brain for document search with pluggable providers.
Frequently Asked Questions
FAQPage SchemaHow to install Agent Brain?โผ
Run `npx skills add SpillwaveSolutions/agent-brain --all -g -y` in your terminal to install all skills in this suite globally.
What does Agent Brain do?โผ
It indexes your documentation and source code, then lets you search it with natural language using hybrid, semantic, keyword, and knowledge-graph modes.
Can Agent Brain run without API keys?โผ
Yes. Configure Ollama as the embedding and summarization provider to run everything locally and offline at no cost.
Does Agent Brain work with Claude Code and other runtimes?โผ
Yes. It ships a Claude Code plugin plus install commands for OpenCode, Codex, and an MCP server for clients like Cursor and Claude Desktop.
Which search mode should I use?โผ
Use hybrid for general questions, BM25 for exact terms like error codes, vector for concepts, and graph mode for dependency questions like what calls a function.
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