What problem does it solve?
This skill solves the problem of fragmented agent memory, where multiple AI coding assistants lose context or repeat work because they lack a shared, persistent record of project history and decisions.
Core Features & Use Cases
- Two-Level Indexing: Maintains a lightweight master index for quick navigation and detailed sub-indexes for specific task areas.
- Contextual Handoff: Allows seamless transitions between different agents like Claude Code or OpenCode by providing a structured breadcrumb trail of work.
- Use Case: When switching from a UI-focused task to a backend authentication task, an agent can read the relevant sub-index to understand previous blockers and decisions without re-reading the entire repository.
Quick Start
Ask the agent to run multi brain init to bootstrap the memory structure and configure your repository for shared agent context.