askill
swe-swarm-orchestrate

swe-swarm-orchestrateSafety 75Repository

Multi-agent swarm coordination for large tasks

1 stars
1.2k downloads
Updated 2/28/2026

Package Files

Loading files...
SKILL.md

⚠️ WORKFLOW INITIALIZATION

If starting a new session, first read workflow initialization:

mcp__plugin_swe_serena__read_memory("wf/WF_INIT")

Follow WF_INIT instructions before executing this skill.


Swarm Orchestrate Skill

Coordinate multi-agent swarm for complex tasks.

MCP Selection Priority

  1. Claude Flow (preferred) - General orchestration
  2. RUV-Swarm (fallback) - DAA learning agents
  3. Sequential (no MCP) - Chunked execution

Agent Types

AgentPurpose
researcherExplore codebase
coderImplement changes
analystReview patterns
optimizerPerformance tuning
coordinatorOrchestrate tasks

Swarm Topologies

  • mesh - All agents connected (default)
  • hierarchical - Tree structure
  • ring - Circular communication
  • star - Central coordinator

Actions

  1. Select swarm system based on available MCPs
  2. Decompose task into parallel subtasks
  3. Spawn agents (ALL in one message)
  4. Coordinate execution
  5. Synthesize results

Critical Rules

  • NEVER run npx claude-flow init - use MCP tools only
  • Spawn agents in parallel (single message)
  • Store state in WORKING_MEMORY

Exit

> **Skill /swe-swarm-orchestrate complete** - returning to WF_EXECUTE

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

48/100Analyzed 3/2/2026

A moderately structured skill for multi-agent swarm coordination with clear organizational elements (tables, agent types, topologies). However, it lacks concrete implementation details, command examples, and explicit usage context. The skill provides good framework structure but insufficient depth for practical execution - users would need significant additional guidance to actually implement swarm orchestration. Tags and structured format indicate reusability intent, but tight coupling to serena workflow limits portability.

75
60
50
45
40

Metadata

Licenseunknown
Version1.0.0
Updated2/28/2026
PublisherEarthmanWeb

Tags

github-actionsllm