orchestrating-swarms

Community

Coordinate multi-agent workflows with swarms.

Authorpukpuklouis
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Coordinating a set of Claude agents across a project to perform distributed tasks can be tedious and error-prone without a structured system. This Skill provides a scalable approach to organize teams, tasks, and inter-agent communication to accelerate complex workflows.

Core Features & Use Cases

  • Parallel orchestration: spawn multiple agents to work on independent tasks simultaneously, then aggregate results.
  • Dependency-driven pipelines: enforce task order and automatically unlock downstream work as blockers are cleared.
  • Self-organizing swarms: dynamically allocate work to idle agents to maximize throughput.
  • Use Case: coordinate a code-review sprint by creating a team, launching reviewers as teammates, collecting findings via inbox messages, and performing a synchronized shutdown when done.

Quick Start

Use Claude Code to:

  • Teammate({ operation: "spawnTeam", team_name: "pr-review-swarm", description: "PR review swarm" })
  • Task({ team_name: "pr-review-swarm", name: "security", subagent_type: "compound-engineering:review:security-sentinel", prompt: "Review PR for security issues and report findings to team-lead.", run_in_background: true })
  • Teammate({ operation: "requestShutdown", target_agent_id: "security" })
  • Teammate({ operation: "cleanup" })

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: orchestrating-swarms
Download link: https://github.com/pukpuklouis/website-blackliving-ecomm/archive/main.zip#orchestrating-swarms

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.