From agent-teams
This skill should be used when the user asks to "create an agent team", "spawn teammates", "set up parallel agents", "coordinate multiple Claude sessions", "do a parallel code review", "debug with competing hypotheses", "build features across layers with separate agents", or any task that benefits from multiple Claude Code instances working together. Also trigger when the user mentions "agent team", "teammates", "multi-agent", "parallel agents", or describes work that could be split across independent workers who need to communicate — even if they don't explicitly say "agent team".
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-teams:agent-teamsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Coordinate multiple Claude Code instances as a team with shared tasks,
Coordinate multiple Claude Code instances as a team with shared tasks, inter-agent messaging, and centralized management.
references/full-docs.md — architecture, tools, config, permissions, and limitationsreferences/use-case-templates.md — ready-to-use prompt templates with spawn examplesCLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in settings.json env sectionEvaluate the task before creating a team:
Create an agent team when:
Use subagents instead when:
Use a single session when:
Identify:
If the answer to #4 is "just report back," use subagents instead.
Teammates do NOT inherit the lead's conversation history. The spawn prompt is their only context. Include:
Example:
Spawn a teammate named "api-dev" with the prompt: "Own the Express API
layer at src/api/. Build the new /users endpoint with JWT auth middleware.
The app uses Prisma for DB access and Zod for validation. Coordinate with
frontend-dev on the request/response schema before implementing. Report
blockers to the lead."
Always clean up via the lead (never via teammates):
See references/full-docs.md for architecture details, display modes, hooks,
permissions, and known limitations. See references/use-case-templates.md for
ready-to-use prompt templates.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub brightops-ai/brightopsai-plugins-official --plugin agent-teams