orchestrating

Coordinate multiple Claude Code agents with shared state and messaging.

14|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/zircote/claude-team-orchestration --skill orchestrating
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrating
Source: https://github.com/zircote/claude-team-orchestration/tree/main/skills/orchestrating
Command: npx skills add https://github.com/zircote/claude-team-orchestration --skill orchestrating

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating many Claude Code agents across teams and tasks is complex; this skill provides a structured framework to manage teams, tasks, messaging, and back-end orchestration.

Core Features & Use Cases

  • Team creation and leader coordination to enable scalable collaboration.
  • Task system with dependencies, status tracking, and lifecycle management.
  • Teammate spawning, messaging, and inter-agent coordination across backends.
  • Orchestration patterns support (parallel reviews, pipelines, swarm workflows) and robust error handling.
  • Backends auto-detection and safe shutdown to maintain stability.

Quick Start

Organize a team of two agents to perform a parallel code review workflow and report findings.

Frequently Asked Questions about orchestrating

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

FAQPage Schema
How do I coordinate multiple Claude Code agents for collaborative tasks?

Multi-agent task coordination is managed by spawning teammates, routing messages, and creating tasks with dependencies. This framework provides a structured YAML entry point and Markdown runtime instructions to handle shared state and inter-agent messaging across backends.

Can I run parallel code reviews using a multi-agent workflow?

Parallel code reviews are supported through team creation and leader coordination. You can organize a team of agents to perform review workflows simultaneously, report findings, and manage shared state to enable scalable collaboration across the codebase.

How does inter-agent messaging work when orchestrating task pipelines with dependencies?

Inter-agent messaging routes instructions between spawned teammates to coordinate pipelines with dependencies. The task system tracks status and lifecycle management, ensuring agents handle sequential operations and route messages correctly across different backends.

What's the best way to manage task lifecycle and error handling in a multi-agent swarm?

Task lifecycle management and robust error handling are built into the orchestration patterns. The framework supports swarm workflows with status tracking, dependency resolution, and safe shutdown procedures to maintain back-end stability when agents encounter errors.

Do I need specific dependencies to orchestrate self-organizing task queues across backends?

Self-organizing task queues across backends require no external dependencies. The framework auto-detects available backends and uses a YAML frontmatter entry point to configure team spawning, task routing, and safe shutdown without additional packages.

Why use a dedicated orchestration framework instead of manual agent coordination?

A dedicated orchestration framework solves the complexity of coordinating many Claude Code agents by providing structured task systems, dependency tracking, and inter-agent messaging. Manual coordination lacks the shared state management and error handling needed for scalable team-based workflows.