agents-swarm-orchestration

Featured

Coordinates multi-agent execution across subagents, teams, and workflows. Use when planning dependency-aware fan-out, verifier passes, runtime selection, or Loop Engineering.

AI & Automation 87 stars 19 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
65
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Swarm Orchestration Advanced execution layer for multi-worker runs after agent or team selection. Coordinate multiple workers without polluting the main thread. Use this skill after `agents-subagents` has already selected the right agent, member, team, or debate pattern. This skill is for choosing the orchestration surface, freezing task ownership before fan-out, and requiring structured outputs that the lead agent can validate and merge safely. ## Terminology (Aug 2026) "Swarm" is community vocabulary — it appears nowhere in Anthropic documentation. Use the official primitive names when writing configs, prompts, or docs; keep "swarm" only as informal shorthand for the whole category. | Informal | Official primitive | Status (Aug 2026) | |----------|-------------------|-------------------| | "swarm of subagents" | **Subagents** | GA. Background behavior is mode-dependent; `background: true` forces background but `false` is not a documented foreground pin. Recursive spawn currently defaults to three layers below the main session | | "swarm with peer chat" | **Agent teams** | Experimental, env-gated `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`. Behavior churns weekly — re-verify before relying | | "scripted swarm" | **Dynamic workflows** | Shipped 2026-05. JS in `.claude/workflows/`; ≤1000 agents/run, 16 concurrent. The repeatable-orchestration artifact | | "swarm across terminals" | **Cross-session messaging** | Aug 2026, macOS/Linux. Sessions message each other without a t...

Details

Author
vasilyu1983
Repository
vasilyu1983/AI-Agents-public
Created
10 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category