basemind
Instant code search, git history, and shared agent memory
All Skills in This Repository (4)
Pure Emerald Level Indicatorsbasemind-comms
Exchange room-scoped conversations and per-agent inbox messages via basemind's broker.
basemind-cli
Automate basemind symbol search and code navigation via CLI.
basemind
Index and query large codebases for structural insight without reading files.
basemind-stats
Aggregate tool calls, per-tool histograms, and token-savings estimates into a markdown report.
Frequently Asked Questions
FAQPage SchemaHow to install basemind?â–¼
Run `npx skills add Goldziher/basemind --all -g -y` in your terminal to install all skills in this suite globally.
How to search a large codebase without reading files?â–¼
Run `basemind scan` once, then ask for symbol locations, file outlines, references, and callers. You get exact paths and line numbers instead of dumping whole files into context.
Can basemind answer git history questions?â–¼
Yes. It answers what changed recently, who last touched a line or function, and how a file differs across commits, all from a fast local index instead of raw git commands.
Does basemind work with Claude Code and Cursor?â–¼
Yes. It ships as a plugin for Claude Code, Cursor, Codex, OpenCode, Gemini CLI, and other hosts, and every feature also works through its command-line interface.
Can multiple agents coordinate on the same repo?â–¼
Yes. Agents post to scoped threads, read a shared inbox, and hand off findings to each other, so parallel work stays synchronized without collisions.
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