What problem does it solve?
This Skill provides a decentralized blackboard system for multi-agent coordination, allowing agents to collaborate efficiently without central bottleneck, particularly in scenarios where multiple agents need to modify the same repository and avoid file conflicts.
Core Features & Use Cases
- Decentralized File Conflict Resolution: Agents resolve file conflicts autonomously without intervention by the main agent.
- Shared Blackboard: Agents communicate and coordinate tasks through a shared blackboard, reducing the need for the main agent as a coordination bottleneck.
- Use Case: For complex projects with multiple teams working on the same repository, tabb helps avoid conflicts and improve efficiency by allowing agents to self-organize and coordinate tasks directly.
Quick Start
To use the tabb skill, link the 'tabb' directory from the 'claude-tools' repository to your Claude Code skill directory with the command: ln -s "$PWD/skills/tabb" ~/.claude/skills/tabb.