AI AGENT ADDONS
AI & Agent Building
1,037installs

Run many AI agents at the same time with the Swarm skill. Each agent gets its own fresh context. This is useful when you have several independent tasks that can be done together. It saves time and keeps work organized.

The Swarm skill is best for tasks that edit files. It checks that each agent works on different files to avoid conflicts. If your tasks are just reading or analyzing, a simpler method works better. Use Swarm when you have at least two separate pieces of work that need isolation.

Swarm follows a Mayor-First pattern. A main agent creates a plan and then spawns worker agents. The workers run in parallel. They are guided by wave gates that ensure each step is ready. This makes parallel work safe and efficient.

Add Swarm skill to your workflow

Global

mkdir -p ~/.claude/skills/swarm

Project

mkdir -p .claude/skills/swarm

Source Repository

Stars
400
Forks
40
Watchers
400
License
NOASSERTION
Last Push
23 days ago
Created
8 months ago