the_swarm
01Plugin Claude Code
Plugin marketplace listing 1 plugin: the-swarm.
Plugin Claude Code
Plugin marketplace listing 1 plugin: the-swarm.
Instructions file CodexOpenCode
AGENTS.md instructions for ben-alkov/the_swarm, covering theswarm, structure, key files, ci and directly run linters.
Instructions file
Claude Code instructions for ben-alkov/the_swarm, a project described as: Claude Code plugin for multi-pattern multi-agent orchestration, using CC's built in Agent Swarm as the engine — dispatches and coordinates specialist sub-agents in fan-out, pipeline, map-reduce, speculative, and swarm configurations.
Plugin Claude Code
Multi-pattern orchestration for Claude Code — fan-out, swarm, pipeline, map-reduce, speculative, and watchdog patterns for concurrent review, analysis, implementation, and research.
Hook
Runs on the TeammateIdle event, executing teammate-idle.sh. From ben-alkov/the_swarm.
Hook
Runs when a task is marked completed, executing task-completed.sh. From ben-alkov/the_swarm.
Hook
Runs when a git worktree is removed, executing worktree-remove.sh. From ben-alkov/the_swarm.
Skill Claude CodeCodex
Fan-out parallel specialists for concurrent analysis. Dispatch read-only reviewers, researchers, and analyzers against a target.
Skill Claude CodeCodex
Map-reduce orchestration. Parallel mappers process input chunks independently, then a dedicated reducer merges all outputs.
Skill Claude CodeCodex
Pipeline and task-graph orchestration. Sequential stages with dependency edges — linear chain or arbitrary DAG.
Skill Claude CodeCodex
Speculative orchestration. Competing implementations in isolated worktrees, evaluated by a judge who selects the winner.
Skill Claude CodeCodex
Self-claiming pool orchestration. Workers race to claim tasks from a shared pool, loop until the pool is empty.
Skill Claude CodeCodex
Dispatch a swarm using any orchestration pattern. Routes to the appropriate pattern-specific skill based on the selected preset.