Stats
Links
Categories
Multi-agent orchestration with neural_link coordination and brain memory
npx claudepluginhub benediktms/overmindMulti-agent orchestration framework with neural_link coordination and brain memory
Agent orchestration framework for Claude Code and OpenCode.
Overmind is a multi-agent orchestration framework that coordinates specialized agents to accomplish complex software engineering tasks. It provides:
overmind/
├── kernel/ # Core orchestration engine
├── adapters/ # Platform adapters (Claude Code, OpenCode)
├── skills/ # Skill definitions
├── config/ # Configuration
└── cli/ # CLI tools
just install
Config is read from:
~/.config/overmind/overmind.toml (user level).overmind/ (project level)just dev # Run in development mode
just test # Run tests