The Message Bus skill provides a robust communication protocol for multi-agent systems within Claude Code, facilitating seamless coordination between workers and 'Board of Directors' agents. It implements essential distributed system patterns such as file-based message logging, worker heartbeats, atomic file locking, and multi-phase deliberation workflows including assessment, discussion, and voting. This infrastructure is critical for developers building complex, parallelized AI workflows where multiple agents must synchronize state, avoid file conflicts, and reach consensus on code quality or architectural decisions without a centralized database.
Características Principales
01Automated deadlock detection and circular wait resolution
02291 GitHub stars
03File-based append-only message logging using JSONL
04Multi-phase Board of Directors deliberation and voting system
05Real-time worker status tracking and heartbeat monitoring
06Atomic file locking protocol for conflict-free parallel execution