agent-teams

Coordinate parallel multi-agent sessions with a shared task list and inter-agent messaging.

45|7|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/cubetribe/ClaudeCode_GodMode-On --skill agent-teams-cubetribe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/cubetribe/ClaudeCode_GodMode-On/tree/main/skills/agent-teams
Command: npx skills add https://github.com/cubetribe/ClaudeCode_GodMode-On --skill agent-teams-cubetribe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the bottleneck of sequential task execution by enabling coordinated, parallelized multi-agent collaboration on complex, multi-part projects.

Core Features & Use Cases

  • Shared Task Coordination: Utilizes a shared task list with dependency tracking to keep multiple agents in sync.
  • Role-Based Teammates: Deploys specialized agents (Architect, Builder, Validator, etc.) to handle distinct aspects of a project simultaneously.
  • Use Case: When building a large feature with independent modules, use this Skill to assign the Architect to design, the Builder to implement, and the Validator to test in parallel, significantly reducing total development time.

Quick Start

Enable the experimental agent teams feature in your environment and instruct the orchestrator to initialize a team to build the new authentication module.

Frequently Asked Questions about agent-teams

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

FAQPage Schema
How do I run parallel multi-agent workflows for large-scale feature development?

Parallel multi-agent workflows are orchestrated by deploying specialized role-based agents, such as an Architect, Builder, and Validator, to execute independent modules simultaneously. This coordinated parallelization reduces total development time for complex projects.

How does inter-agent messaging keep parallel sessions in sync?

Inter-agent messaging keeps parallel sessions in sync by utilizing a shared task list with dependency tracking. This mechanism allows multiple agents to coordinate their actions, communicate updates, and verify cross-agent progress throughout the project workflow.

Do I need to configure environment variables to enable multi-agent orchestration?

Yes, multi-agent orchestration requires the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable to be set to 1 for activation. This experimental environment configuration must be enabled before instructing the orchestrator to initialize a team.

Can I assign specialized roles like Architect and Validator to different agents simultaneously?

Yes, you can assign specialized roles like Architect, Builder, and Validator to different agents simultaneously. The skill deploys these role-based teammates to handle distinct aspects of a project, such as designing, implementing, and testing modules in parallel.

When should I use parallelized agent teams instead of sequential task execution?

You should use parallelized agent teams instead of sequential task execution when building large features with independent modules. This approach solves the bottleneck of sequential execution by allowing simultaneous implementation and cross-agent verification.

What are the limitations of using shared task lists for multi-agent collaboration?

The shared task list approach requires independent modules to be effectively parallelized for maximum benefit. Complex projects with heavy inter-module dependencies may limit the parallelization gains achievable through inter-agent messaging and coordinated workflows.