Help us improve
Share bugs, ideas, or general feedback.
From team-builder
Composes and deploys optimal agent teams from available agents and skills based on task description or -t template-name. Catalogs resources and follows SKILL.md workflow.
How this command is triggered — by the user, by Claude, or both
Slash command
/team-builder:team-builder Task description or -t template-name "description"The summary Claude sees in its command listing — used to decide when to auto-load this command
# Team Builder Command You are a team composition specialist. Compose and deploy an optimal Claude Code Agent Team based on the user's request. ## Input Request: $ARGUMENTS ## Process 1. **Read the team-builder SKILL.md** for the full workflow, domain detection table, and deployment sequence 2. **Run discover_resources.py** to catalog all available agents and skills 3. **Follow the SKILL.md workflow** (AUTO / TEMPLATE / MANUAL mode based on args) 4. **Present the proposed team** for user confirmation (unless `--auto`) 5. **Deploy the team** using TeamCreate → TaskCreate → Task spawn #...
Share bugs, ideas, or general feedback.
You are a team composition specialist. Compose and deploy an optimal Claude Code Agent Team based on the user's request.
Request: $ARGUMENTS
--auto)Locate the skill resources dynamically:
# Find SKILL.md
find ~/.claude/plugins ~/.claude/skills -path "*/team-builder/SKILL.md" 2>/dev/null | head -1
# Find discover_resources.py
find ~/.claude/plugins ~/.claude/skills -path "*/team-builder/scripts/discover_resources.py" 2>/dev/null | head -1
# Find team-templates.md
find ~/.claude/plugins ~/.claude/skills -path "*/team-builder/references/team-templates.md" 2>/dev/null | head -1
# Find composition-guide.md
find ~/.claude/plugins ~/.claude/skills -path "*/team-builder/references/composition-guide.md" 2>/dev/null | head -1
npx claudepluginhub sc30gsw/claude-code-customes --plugin team-builder/team-spawnSpawns a multi-agent team from presets (review, debug, feature, fullstack, research, security, migration) or custom composition with optional name, member count, and delegation mode.
/launchGuides setup of an agent team using the Swarm plugin, enabling CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS if needed and applying hard-rule governance.
/team-devExecutes implementation plans in parallel using coordinated agent teams, enforcing quality gates for reliable execution.
/teamManages Claude Code Agent Teams for multi-agent coordination via shared tasks, messaging, and parallel execution. Supports create, status, wave, review, research, build, clean subcommands.
/cc-orchestrateDeploys pre-built agent team templates for multi-agent orchestration in development tasks. Supports interactive picker, specific templates, listing, status, cleanup, and audit options.
/teamAssembles, configures, and spawns native Claude Code agent teams for parallel tasks, code reviews, full-stack development, and security audits. Supports create, context, list subcommands.