Help us improve
Share bugs, ideas, or general feedback.
From claude-code
Orchestrates Claude Code agent teams: spawn teammates, assign tasks with dependencies, manage communication via messages or broadcasts, configure modes, and set quality gate hooks.
npx claudepluginhub bendrucker/claude --plugin claude-codeHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code:agent-teamThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Describe the task and team structure in natural language. Claude creates the team, spawns teammates, and coordinates work.
Orchestrates Claude Code agent teams for parallel multi-agent workflows on complex tasks using TeamCreate, SendMessage, TaskUpdate, and shared task lists. Enable with --enable-teams flag.
Orchestrates teams of Claude Code sessions for parallel work on research, features, debugging, and cross-layer tasks using shared tasks, inter-agent messaging, and team lead coordination.
Coordinates multiple Claude Code instances as agent teams for workflows needing inter-agent communication. Covers TeamCreate, SendMessage types, task coordination, hooks, and orchestration patterns.
Share bugs, ideas, or general feedback.
Describe the task and team structure in natural language. Claude creates the team, spawns teammates, and coordinates work.
Tasks: pending, in progress, completed. Tasks can depend on other tasks — blocked tasks unlock automatically when dependencies complete.
Teams are stored locally:
~/.claude/teams/{team-name}/config.json~/.claude/tasks/{team-name}/The config contains a members array with each teammate's name, agent ID, and type. Teammates read this file to discover each other.
Teammates inherit the lead's permission settings at spawn. Each teammate loads project context (CLAUDE.md, MCP servers, skills) plus the spawn prompt — the lead's conversation history does not carry over.
/resume won't restore them)claude command from executing at all (#25315). Use in-process backend (the default) as a workaround.TeammateIdle and TaskCompleted quality gate hooks