Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
spences10 avatar

Orchestration

  • 5 installs
  • 35 repo stars
  • Updated April 29, 2026
  • spences10/claude-code-toolkit

Helps with ai & agent building tasks.

About

orchestration is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • orchestration
  • AI & Agent Building
  • AI-coding skill

Orchestration by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #13,065 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/spences10/claude-code-toolkit --skill orchestration

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars35
Last updatedApril 29, 2026
Repositoryspences10/claude-code-toolkit

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Orchestration

Patterns for coordinating multi-agent work in Claude Code using team mode.

Source: code.claude.com/docs/en/agent-teams

Quick Start

Tell the lead what team you want in natural language:

Create an agent team to refactor the auth module. Spawn three teammates:
- One focused on extracting shared utilities
- One migrating tests to the new structure
- One updating documentation
Use Sonnet for each teammate.

The lead creates the team, spawns teammates, distributes work via a shared task list, and synthesizes results.

How It Works

ComponentRole
Team leadYour main session — creates team, spawns teammates, coordinates
TeammatesSeparate Claude Code instances working on assigned tasks
Task listShared work items teammates claim and complete
MessagingSendMessage for DMs, broadcasts, and shutdown requests

Teammates are persistent — they go idle between turns and can be woken up with messages. They can message each other directly.

Key Behaviours

  • Lead spawns teammates based on your prompt — you describe the team, the lead creates it
  • Teammates self-claim tasks from the shared list after finishing work
  • No nested teams — teammates cannot spawn their own teams or teammates
  • File partitioning — never assign the same file to multiple teammates
  • 3-5 teammates is the sweet spot for most workflows
  • 5-6 tasks per teammate keeps everyone productive

When Teams vs Subagents

SubagentsTeams
CommunicationReport back to caller onlyMessage each other directly
CoordinationMain agent manages all workShared task list, self-coordination
Best forFocused tasks, only result mattersComplex work needing collaboration
Token costLowerHigher (each teammate = separate instance)

References

  • patterns.md - 6 orchestration patterns (fan-out, pipeline, map-reduce, speculative, background, task-graph)
  • domains.md - 8 domain-specific decomposition guides
  • task-management.md - Task dependencies, graph walking, file partitioning

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.