agent-teams

Coordinate multiple Claude Code agents with shared task lists and inter-agent messaging.

2|1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/pavanpaik/claude-code-agent-teams-skill --skill agent-teams-pavanpaik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/pavanpaik/claude-code-agent-teams-skill/tree/main
Command: npx skills add https://github.com/pavanpaik/claude-code-agent-teams-skill --skill agent-teams-pavanpaik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multiple Claude Code instances to work together as a coordinated team with shared task lists, inter-agent messaging, and parallel workflows, reducing manual coordination overhead.

Core Features & Use Cases

  • Shared task lists with dependencies, ownership, and status tracking across teammates
  • Direct inter-agent messaging and broadcasts for coordination
  • Spawning teammates in tmux panes and managing lifecycle
  • Zero-configuration deployment via uvx with automatic Python environment management
  • Works across Claude Code CLI, Windsurf Cascade, and IDEs for seamless integration

Quick Start

Describe a project and let the skill create a team, spawn teammates, and start coordinating tasks automatically.

Frequently Asked Questions about agent-teams

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple Claude Code agents to work on tasks in parallel?

Multi-agent coordination lets you spawn multiple Claude Code instances in tmux panes with shared task lists and inter-agent messaging, enabling parallel workflows and reducing manual coordination overhead.

What is inter-agent messaging and how does it help with team coordination?

Inter-agent messaging enables Claude Code agents to send direct messages and broadcasts to each other, facilitating shared task ownership, dependency tracking, and synchronized parallel workflows across teammates.

Can I use multi-agent team coordination in Windsurf Cascade and IDEs?

Yes, multi-agent team coordination works across Claude Code CLI, Windsurf Cascade, and IDEs, enabling shared task lists and inter-agent messaging in your preferred development environment.

Do I need to manually configure Python environments to run multi-agent teams?

No, you do not need manual Python configuration because the skill uses uvx for zero-configuration deployment with automatic Python environment management during team creation and agent spawning.

How do I spawn teammates in tmux panes for parallel coding tasks?

You spawn teammates in tmux panes by describing a project, which automatically creates a team, generates agents, and manages their lifecycle and concurrency control within the tmux session.

How does concurrency control protect shared task lists during parallel workflows?

Concurrency control and built-in validation guard data integrity by preventing race conditions when multiple agents simultaneously update shared task lists, dependencies, and ownership status across the team.