agent-teams
Installation
SKILL.md
Table of Contents
- Overview
- When to Use
- Prerequisites
- Protocol Architecture
- Quick Start
- Coordination Workflow
- Module Reference
- Integration with Conjure
- Troubleshooting
- Exit Criteria
Agent Teams Coordination
Overview
Claude Code Agent Teams enables multiple Claude CLI processes to collaborate on shared work through a filesystem-based coordination protocol. Each teammate runs as an independent claude process in a tmux pane, communicating via JSON files guarded by fcntl locks, with no database, daemon, or network layer.