swarm-advanced

Automate multi-agent swarm orchestration for distributed Claude Flow workflows.

75|17|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/smith-horn/skillsmith --skill swarm-advanced-smith-horn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-advanced
Source: https://github.com/smith-horn/skillsmith/tree/main/.claude/skills/swarm-advanced
Command: npx skills add https://github.com/smith-horn/skillsmith --skill swarm-advanced-smith-horn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates advanced swarm orchestration for distributed Claude Flow workflows, reducing manual coordination overhead and enabling scalable multi-agent execution.

Core Features & Use Cases

  • Advanced multi-agent orchestration across mesh, hierarchical, star, and ring topologies.
  • Supports parallel and sequential task execution, memory management, monitoring, fault tolerance, and auto-recovery.
  • Use cases include research swarms for parallel data gathering, development swarms for coordinated feature work, testing swarms for QA, and analysis swarms for code/system assessment.

Quick Start

  1. Initialize a swarm with a chosen topology (mesh, hierarchical, star, or ring) and specify a maximum number of agents.
  2. Spawn specialized agents (e.g., researcher, analyst, synthesizer, documenter) with relevant capabilities.
  3. Define orchestrations using task and memory primitives, then run in parallel or sequential modes.
  4. Monitor swarm progress with status checks and adjust configuration as needed.

Frequently Asked Questions about swarm-advanced

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 is automated by configuring distributed topologies like mesh or hierarchical, enabling parallel task execution across agents. You spawn specialized agents and define orchestrations using task and memory primitives to run concurrently.

What swarm topology should I use for my multi-agent orchestration?

Swarm orchestration supports mesh, hierarchical, star, and ring topologies. Choose mesh for peer-to-peer agent communication, hierarchical for structured delegation, star for centralized control, or ring for sequential passing of tasks.

How does fault tolerance work in distributed multi-agent workflows?

Fault tolerance in distributed multi-agent workflows is managed through monitoring and auto-recovery mechanisms. The orchestration system continuously tracks agent status and automatically handles errors to ensure scalable execution without manual intervention.

Can I run sequential and parallel execution modes in the same Claude Flow swarm?

Yes, Claude Flow swarms support both sequential and parallel execution modes. You can define orchestrations using task and memory primitives, then switch between modes depending on whether your workflow requires concurrent processing or ordered steps.

What are the limitations of using swarm orchestration for complex workflows?

Swarm orchestration limitations depend on your configured maximum number of agents and chosen topology. Complex workflows require careful agent spawning and memory management to prevent coordination overhead from outweighing parallel execution benefits.

How do I manage memory across multiple agents in a coordinated workflow?

Memory management across multiple agents is handled through memory primitives defined within the orchestration configuration. These primitives enable cross-agent communication and shared state tracking, ensuring reliable data handoffs during both parallel and sequential execution.