swarm-coordination

Orchestrate multi-agent task decomposition and parallel execution for software workflows.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ImBIOS/swarm-tools --skill swarm-coordination-imbios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-coordination
Source: https://github.com/ImBIOS/swarm-tools/tree/main/packages/claude-code-swarm-plugin/skills/swarm-coordination
Command: npx skills add https://github.com/ImBIOS/swarm-tools --skill swarm-coordination-imbios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multi-agent coordination for OpenCode swarm workflows to accelerate complex software tasks by decomposing work, coordinating resources, and enabling parallel execution with built-in review loops.

Core Features & Use Cases

  • Task decomposition into parallelizable subtasks across agents
  • File reservation and conflict-free worker spawning
  • Persistent coordination with Swarm Mail, Hive, and Hivemind
  • Structured review and feedback flow to ensure quality
  • Use Case: coordinate frontend, backend, and tests to deliver a feature with traceable progress

Quick Start

Initialize a swarm coordination session and decompose a task to spawn parallel agents for execution.

Frequently Asked Questions about swarm-coordination

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multi-agent workflows for parallel task execution?

Multi-agent coordination orchestrates task decomposition and parallel execution by spawning workers and managing reservations. It enables conflict-free file editing and tracks progress across modules to accelerate complex software workflows.

What is the best way to decompose complex software tasks across multiple agents?

Task decomposition breaks complex software requirements into parallelizable subtasks. This approach spawns specialized agents for frontend, backend, and tests, ensuring coordinated forks and traceable progress throughout the feature delivery.

How does swarm mail integration work with hivemind memories?

Swarm mail integration enables persistent coordination by connecting hive cells and hivemind memories. It manages subtask spawning and progress tracking, ensuring all agents maintain synchronized states during parallel workflow execution.

Can I use multi-agent coordination for cross-team collaboration on multiple modules?

Multi-agent coordination supports cross-team collaboration across multiple files and modules. It applies structured review and feedback loops to ensure quality when coordinating complex tasks that require synchronized development efforts.

Do I need file reservation to prevent conflicts when spawning parallel agents?

File reservation is required to prevent conflicts when spawning parallel agents. It ensures conflict-free worker execution by locking specific files, allowing multiple agents to operate simultaneously without overwriting each other's progress.

When should I not use a multi-agent swarm for task decomposition?

Multi-agent swarm coordination should not be used for simple, single-file tasks that lack parallelizable subtasks. It is designed for complex workflows requiring multiple modules, cross-team collaboration, and structured feedback loops.