agent-orchestration

Coordinate multiple autonomous agents through structured inter-agent collaboration and orchestration modes.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill agent-orchestration-acosmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-orchestration
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/operations/agent-orchestration
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill agent-orchestration-acosmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple autonomous agents to achieve a common objective requires reliable messaging, mode-based orchestration, and safe inter-agent handoffs. This skill provides a structured framework to align subagents, orchestrate tasks, and manage communication.

Core Features & Use Cases

  • InterAgentBus: a pub/sub message system for agent-to-agent communication with routing and filtering.
  • Orchestration modes: Supervisor, Pipeline, and Swarm for flexible task delegation and sequencing.
  • Handoff & Task Exchange: standardized handoff to other agents with delegation controls and state propagation.
  • Safe coordination: a clear command hierarchy and transition validation to prevent conflicts and drift.

Quick Start

Coordinate the current multi-agent task by selecting an orchestration mode (Supervisor, Pipeline, or Swarm) and delegating sub-tasks accordingly.

Frequently Asked Questions about agent-orchestration

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

FAQPage Schema
How do I coordinate multiple autonomous agents to achieve a shared objective?

Multi-agent coordination is managed through structured inter-agent collaboration, enforcing a three-tier command chain and validating state transitions to align subagents toward a shared objective reliably.

What orchestration modes are available for multi-agent task delegation?

Multi-agent orchestration supports Supervisor, Pipeline, and Swarm modes, allowing flexible task delegation, dynamic sequencing, and structured handoffs across autonomous subagents.

How does inter-agent messaging work in a multi-agent pipeline?

Inter-agent messaging uses a pub/sub message bus system with routing and filtering, enabling reliable agent-to-agent communication and standardized task exchange across the pipeline.

When do I need validated state transitions for multi-agent handoffs?

Validated state transitions are needed during multi-agent handoffs to prevent conflicts and drift, ensuring safe coordination and proper state propagation across a defined protocol.

Can I use a swarm orchestration mode for dynamic task delegation?

Swarm orchestration supports dynamic task delegation and inter-agent handoffs, utilizing a clear command hierarchy and transition validation to maintain safe coordination across autonomous agents.