orchestrating-swarms

Coordinate multi-agent swarms for parallel and sequential task workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate complex, multi-agent workflows by coordinating leaders, teammates, and tasks to achieve scalable, parallelized code review and software delivery.

Core Features & Use Cases

  • Orchestrates teams of Claude Code agents (leaders and teammates) to run parallel tasks with dependency-aware pipelines.
  • Enables self-organizing swarms that spawn, assign, and monitor tasks, and coordinate via inbox messages.
  • Supports orchestration patterns such as Parallel Specialists, Pipeline, Swarm, and Research + Implementation to manage complex workflows.

Quick Start

Spawn a team named "code-swarm", create a set of tasks, and launch teammates to begin parallel review workflows.

Frequently Asked Questions about orchestrating-swarms

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

FAQPage Schema
How do I coordinate multi-agent swarms for parallel code reviews?

Multi-agent swarms coordinate parallel code reviews by assigning leader and teammate roles to agents, distributing tasks across parallel and sequential workflows, and routing status updates through an inbox message system. This enables dependency-aware pipeline execution and scalable software delivery.

Can I run agent pipelines with dependencies across different terminal backends?

Agent pipelines with dependencies support environment spawn backends for in-process execution, tmux, and iTerm2. You can configure these backends to manage parallel and sequential workflows, allowing teammates to operate concurrently within your preferred terminal environment.

What orchestration patterns are available for managing complex multi-agent workflows?

Available orchestration patterns include Parallel Specialists, Pipeline, Swarm, and Research + Implementation. These patterns manage complex workflows by organizing self-organizing swarms that spawn, assign, and monitor tasks through leader-teammate hierarchies and inbox communication.

How do I set up a team and assign tasks to start a parallel workflow?

To start a parallel workflow, spawn a named team, create a set of tasks, and launch teammates to begin execution. The task system integration handles assignment and monitoring, while the TeammateTool operations enable agents to self-organize and coordinate via inbox messages.

Does orchestrating swarms require external dependencies or components?

Orchestrating swarms requires no external dependencies or components. It operates entirely self-contained, providing built-in TeammateTool operations, task system integration, message formats, and environment spawn backends for in-process, tmux, and iTerm2 execution.

When should I use a swarm orchestration pattern instead of running agents sequentially?

Use swarm orchestration patterns instead of sequential execution when managing dependency-aware pipelines, parallel code reviews, or complex software delivery workflows. Swarms allow self-organizing agents to spawn, assign, and monitor tasks concurrently, significantly reducing execution time for parallelizable operations.