askill
claude-teams

claude-teamsSafety 90Repository

Guide for coordinating multiple Claude Code agents as teams. Use when setting up agent teams, configuring subagents, orchestrating multi-agent workflows, or building programmatic agent systems with the Claude Agent SDK.

5 stars
1.2k downloads
Updated 2/21/2026

Package Files

Loading files...
SKILL.md

Claude Teams

Coordinate multiple Claude Code agents working together on shared tasks.

When to Use

Activate when:

  • Setting up or configuring Agent Teams (experimental)
  • Creating custom subagents for task delegation
  • Building multi-agent workflows with the Claude Agent SDK
  • Designing coordination patterns for parallel agent work
  • Troubleshooting agent communication or task assignment

Approaches

Three approaches exist for multi-agent coordination, each with different trade-offs:

ApproachCommunicationCoordinationBest For
Agent TeamsPeer-to-peer messaging + shared task listTeam lead + self-coordinationCollaborative work requiring discussion
SubagentsReport back to parent onlyParent manages allFocused delegated tasks
Agent SDKProgrammatic message streamingDeveloper-controlledCI/CD, automation, custom apps

Agent Teams (Experimental)

First-party multi-agent coordination. A team lead spawns teammates that work independently with peer-to-peer messaging and a shared task list.

Enable with: CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1

For setup, configuration, and usage details, see references/agent-teams.md.

Subagents (Task Tool)

Lightweight delegation within a single session. Subagents run in their own context window, complete a task, and return results to the parent.

For subagent types, custom agents, and isolation patterns, see references/subagents.md.

Agent SDK

Programmatic multi-agent orchestration in Python and TypeScript using the same tools that power Claude Code.

For SDK setup, agent definitions, and session management, see references/agent-sdk.md.

Multi-Agent Patterns

Proven patterns for file ownership, task decomposition, scaling, and quality gates.

For architecture guidance and case studies, see references/patterns.md.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

82/100Analyzed 2/25/2026

Comprehensive guide for coordinating multiple Claude Code agents with clear trigger section, structured comparison of three approaches (Agent Teams, Subagents, Agent SDK), and well-organized content. References external files for detailed implementation rather than including all steps inline. Located in dedicated skills folder with appropriate tags. High reusability and clarity despite some actionability reduction from reference-heavy approach.

90
85
85
75
70

Metadata

Licenseunknown
Version-
Updated2/21/2026
Publishervinnie357

Tags

ci-cdllm