agent-teams

Solid

Coordinate Claude Code Agent Teams through filesystem-based protocol. Use

AI & Automation 297 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Table of Contents - [Overview](#overview) - [When to Use](#when-to-use) - [Prerequisites](#prerequisites) - [Protocol Architecture](#protocol-architecture) - [Quick Start](#quick-start) - [Coordination Workflow](#coordination-workflow) - [Module Reference](#module-reference) - [Integration with Conjure](#integration-with-conjure) - [Troubleshooting](#troubleshooting) - [Exit Criteria](#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. No database, no daemon, no network layer. This skill provides the patterns for orchestrating agent teams effectively. ## When To Use - Parallel implementation across multiple files or modules - Multi-agent code review (one agent reviews, another implements fixes) - Large refactoring requiring coordinated changes across subsystems - Tasks with natural parallelism that benefit from concurrent agents ## When NOT To Use - Single-file changes or small tasks (overhead exceeds benefit) - Tasks requiring tight sequential reasoning (agents coordinate loosely) - When `claude` CLI is not available or tmux is not installed ## Prerequisites ```bash # Verify Claude Code CLI claude --version # Verify tmux (required for split-pane mode) tmux -V # Enable experimental feature (set...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-teams

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

2,259 Updated 4 days ago
rohitg00
AI & Automation Listed

agent-teams

Configure Claude Code agent teams (TeamCreate, SendMessage, TaskUpdate). Use when running parallel agents, coordinating with messaging, or setting up a lead/teammate architecture.

35 Updated today
laurigates
AI & Automation Listed

multi-agent-coordination

Coordinate multiple Claude Code terminals on the same project without collisions. Use when the user wants to run 2+ Claude sessions in parallel on one repo, asks about multi-agent workflows, parallel Claude, terminal coordination, file locks, shared kanban boards, planner/architect roles, or how to avoid two AI sessions editing the same file. Provides interactive setup wizard, file-level lock protocol, shared task board, planner approval gate, configurable git workflow (single-branch or feature-branch), stale-lock detection with TTL, role-tailored terminal intros, and slash commands (/multi-agent-init, /agents-status, /agent-intro, /release-locks).

2 Updated 1 weeks ago
RahimjonovBoburjon
Code & Development Listed

ckteam

Orchestrate Agent Teams for parallel multi-session collaboration. Use for research, implementation, review, and debug workflows requiring independent teammates.

0 Updated 1 months ago
DatTran26
AI & Automation Solid

agent-teams-command

Command multi-agent work with bounded roles, ownership, integration gates, and verification loops. Use when the user needs Claude Code Agent Teams, parallel agents, delegation strategy, or multi-agent orchestration.

108 Updated today
Mark393295827