swarm
v0.1.0Alternative-model fan-out engine. Manifest-driven parallel runs across capable :cloud models and Claude — background execution, digest compression, worktree isolation, and a governance-gated provider path.
By Andrew MastonLicense: MIT1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install swarm for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add swarm@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “swarm-2” remain stable.
- Codex:
swarm-2@agent-plugin-marketplace→swarm@agent-plugin-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/andrewmaston1988/claude-plugin-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/swarm/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/executing-swarms/SKILL.md├── skills/orchestrating-agents/SKILL.md└── skills/swarm/SKILL.md
Included Skills3
Use before drafting any swarm manifest — deciding what shape the dependency graph takes, and what each task must wait for. Triggers — "what shape should this run be", "one manifest or two", "does this need a second wave", "phased chain", "fan out then integrate". SKIP for: how a plan splits into agents (one per lane; merges only on shared surface) — that is swarm:orchestrating-agents.
Use before dispatching any fan-out — authoring a manifest, or splitting a set of items across parallel agents. Decides how a plan splits into parallel agents, one per lane of disjoint files, merged only on shared reading surface, and sizes each by wall-clock and blast radius. Triggers — "fan this out", "how many leaves", "can we share more", "batch these items", "one agent per file". SKIP for: a single bounded task — there is nothing to group.
Use when a request fans out into 3+ independent bounded leaves, when alternative models are wanted for breadth or second opinions, or when one bounded task should run outside this session. Triggers — "swarm this", "fan out", "sweep", "judge panel", "run these in parallel", "use glm/minimax", "run a <model> session on swarm", "delegate this to a leaf".
Plugin manifests2
{
"name": "swarm",
"version": "0.1.0",
"description": "Alternative-model fan-out engine. Manifest-driven parallel runs across capable :cloud models and Claude — background execution, digest compression, worktree isolation, and a governance-gated provider path.",
"author": {
"name": "Andrew Maston",
"email": "[email protected]"
},
"homepage": "https://github.com/andrewmaston1988/claude-plugin-marketplace",
"repository": "https://github.com/andrewmaston1988/claude-plugin-marketplace",
"license": "MIT",
"keywords": [
"swarm",
"fan-out",
"multi-model",
"ollama",
"orchestration"
],
"skills": "./skills/",
"hooks": {},
"interface": {
"displayName": "Swarm",
"shortDescription": "Manifest-driven parallel fan-out across alternative models",
"longDescription": "Swarm fans a task graph out across capable :cloud models and Claude in parallel, each leaf isolated in its own git worktree, and compresses the run into one digest. Use it to sweep a codebase, run a judge panel, or hand a bounded task to another model on a cloud budget it reports honestly.",
"developerName": "Andrew Maston",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/andrewmaston1988/claude-plugin-marketplace",
"defaultPrompt": [
"Fan this out across three models.",
"Run a read-only swarm over this repo."
],
"brandColor": "#8e7ff2"
}
}{
"name": "swarm",
"description": "Alternative-model fan-out engine. Manifest-driven parallel runs across capable :cloud models and Claude — background execution, digest compression, worktree isolation, and a governance-gated provider path.",
"author": {
"name": "Andrew Maston",
"email": "[email protected]"
},
"homepage": "https://github.com/andrewmaston1988/claude-plugin-marketplace",
"repository": "https://github.com/andrewmaston1988/claude-plugin-marketplace",
"license": "MIT",
"keywords": [
"swarm",
"fan-out",
"multi-model",
"ollama",
"orchestration"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[swarm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/swarm-2)