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".
From agent-teamsnpx claudepluginhub brightops-ai/brightopsai-plugins-official --plugin agent-teamsThis skill uses the workspace's default tool permissions.
references/full-docs.mdreferences/use-case-templates.mdSearches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
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.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
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.