orchestrator

Coordinate multiple sub-agents and manage state across multi-step workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fixthatbug/claude-agent-skill-workflow --skill orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/fixthatbug/claude-agent-skill-workflow/tree/main/.claude/skills/orchestrator
Command: npx skills add https://github.com/fixthatbug/claude-agent-skill-workflow --skill orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill enables Claude to act as a sophisticated orchestrator, managing and coordinating multiple sub-agents or tasks to achieve complex goals. It provides patterns for delegation, state management, and error handling across multi-step, multi-agent workflows.

Core Features & Use Cases

  • Multi-Agent Coordination: Delegates tasks to specialized sub-agents and manages their interactions, ensuring efficient collaboration.
  • State Management: Tracks the progress and state of complex workflows, ensuring continuity, fault tolerance, and recovery from interruptions.
  • Task Graph Design: Utilizes task graph patterns for planning and executing sequential or parallel operations, optimizing resource usage.
  • Use Case: When a user needs to perform a complex task that requires multiple AI agents (e.g., "Design, implement, and test a new API endpoint"), this skill orchestrates the entire process, from architectural design to code generation and quality assurance.

Quick Start

Use the orchestrator skill to manage the workflow for designing and implementing a new user authentication feature.