
Swarmspace Marketplace
- Updated April 26, 2026
- AndurilCode/swarmspace
swarmspace is a multi-repo workspace toolkit that spawns parallel coding agents which coordinate through the filesystem so teams can split work by claim and audit before close.
About
swarmspace-marketplace is a Claude Code and Copilot CLI plugin for parallel agent execution across a workspace. It spawns peer agents that claim atomic tasks, share state through memo and journal files, and audit each other before closing work. Use it when one agent is too slow or narrow and you need coordinated multi-agent investigation, refactors, or divergent creative tournaments.
- Leaderless peer agents coordinate through filesystem memo and journal
- Atomic claim splitting prevents duplicate work across agents
- Investigation, executor refactor, and creative tournament protocols
- Works with Claude Code and GitHub Copilot CLI plugins
- ws CLI bootstraps recipes, scripts, and justfile workflows
Swarmspace Marketplace by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add AndurilCode/swarmspaceAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | April 26, 2026 |
|---|---|
| Repository | AndurilCode/swarmspace ↗ |
How do I run multiple coding agents in parallel without them duplicating work or merging unreviewed changes?
Spawn parallel Claude Code or Copilot CLI agents that coordinate via filesystem claims, shared memo, and pre-close audits.
Who is it for?
Developers running Claude Code or Copilot CLI who need filesystem-coordinated swarms for investigation, refactors, or creative tournaments.
Skip if: Simple single-agent tasks or teams that want a centralized orchestrator instead of leaderless peer coordination.
What you get
Multiple agents execute against shared claims and journals, then pass audits before their work is considered complete.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
How do agents avoid doing the same work?
They split work through atomic filesystem claims recorded in a shared memo and journal.
Which agent hosts does it support?
It installs as a plugin for Claude Code and GitHub Copilot CLI, with a manual bootstrap path for CLI-only use.
What protocols are included?
Read-only investigation, executor refactor, and divergent-creative tournament modes ship out of the box.