swarm-advanced

Initialize swarm topology, spawn agents, and orchestrate distributed tasks via MCP tools.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wedosoft/project-a --skill swarm-advanced-wedosoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-advanced
Source: https://github.com/wedosoft/project-a/tree/main/.claude/skills/swarm-advanced
Command: npx skills add https://github.com/wedosoft/project-a --skill swarm-advanced-wedosoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Master advanced swarm orchestration patterns for distributed research, development, and testing tasks using MCP tools and CLI.

Core Features & Use Cases

  • Patterned swarms: Research, development, and testing contexts with topology control.
  • Pattern-driven coordination: Mesh, hierarchical, star, ring with adaptive strategies.
  • Memory and monitoring: Cross-swarm memory and performance tracking.

Quick Start

Initialize a swarm with topology and spawn agents; orchestrate tasks with parallel/pipeline modes.

Frequently Asked Questions about swarm-advanced

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

FAQPage Schema
How do I initialize and orchestrate tasks across multiple agents in a distributed swarm?

Distributed swarm orchestration initializes topology via mcp__claude-flow__swarm_init, spawns specialized agents with mcp__claude-flow__agent_spawn, and coordinates parallel or pipeline tasks using mcp__claude-flow__task_orchestrate. This enables parallel task execution across agents in research, development, and testing workflows.

What swarm topology patterns are available for coordinating distributed workflows?

Swarm topologies include mesh, hierarchical, star, and ring patterns with adaptive coordination strategies. Each topology controls agent communication and task routing, allowing you to match the pattern to your workflow's parallelism and dependency structure.

Can I monitor performance and share memory across multiple agents in a swarm?

Yes. Cross-swarm memory and performance tracking interfaces enable agents to access shared state and monitor execution metrics. This supports coordinated decision-making and visibility across the distributed workflow.

How do I use MCP tools and CLI commands to manage swarm agents and tasks?

MCP tools (swarm_init, agent_spawn, task_orchestrate) and associated CLI commands provide functional APIs to initialize topology, spawn agents with specialized roles, and route tasks through parallel or sequential execution modes.

What contexts are swarm orchestration patterns designed for?

Swarm orchestration patterns address research, development, and testing scenarios requiring parallel task coordination. They handle complexity at scale by distributing work across specialized agents and managing memory and topology state.

When should I use hierarchical versus mesh topology in swarm workflows?

Hierarchical topology suits workflows with clear leader-follower dependencies and staged execution. Mesh topology enables full peer-to-peer communication for highly parallel, adaptive coordination where agents need direct access to all other agents.