swarm-advanced

Orchestrates multi-agent swarms for research, development, testing, and analysis workflows using Claude Flow.

1|1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/33may/robotics --skill swarm-advanced-33may
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-advanced
Source: https://github.com/33may/robotics/tree/main/humanoid/.claude/skills/swarm-advanced
Command: npx skills add https://github.com/33may/robotics --skill swarm-advanced-33may

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-flow.

What problem does it solve? Coordinating multiple AI agents across complex tasks like research, full-stack development, and testing requires manual orchestration, topology selection, and state management that is error-prone and time-consuming. ## Core Features & Use Cases - Swarm Topology Patterns: Configure mesh, hierarchical, star, and ring topologies matched to research, development, testing, or pipeline workflows. - Parallel Task Orchestration: Spawn specialized agents (researchers, coders, testers, analysts) and execute tasks in parallel with monitoring and fault tolerance. - Memory and State Management: Persist findings across sessions with namespaced memory, snapshots, backups, and neural pattern learning. - Use Case: Spin up a hierarchical development swarm with an architect, backend and frontend developers, testers, and a DevOps engineer to design, implement, test, and deploy a REST API in coordinated phases. ## Quick Start Ask the AI to initialize a Claude Flow swarm with a chosen topology and spawn specialized agents to research a topic or build and test an application in parallel.

Frequently Asked Questions about swarm-advanced

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

FAQPage Schema
How do I set up a multi-agent swarm with Claude Flow?

Install claude-flow via npm, then initialize a swarm with swarm_init specifying a topology like mesh or hierarchical. Spawn specialized agents with agent_spawn and orchestrate tasks using task_orchestrate or parallel_execute.

Which swarm topology should I use for my workflow?

Use mesh for research and collaborative analysis, hierarchical for structured development, star for centralized testing and validation, and ring for sequential pipeline processing. The choice depends on whether tasks need peer communication, command structure, or staged execution.

Can Claude Flow swarms run tasks in parallel?

Yes, parallel_execute runs independent tasks concurrently across spawned agents, while batch_process handles multiple test suites or items. Dependent tasks should use sequential orchestration with defined dependencies.

Does swarm state persist across sessions?

Yes, memory_usage stores data in namespaces with TTL values, and memory_persist plus state_snapshot enable cross-session persistence and checkpoint restoration. Backups can be written to disk with memory_backup.

What should I do when swarm agents fail to coordinate?

Check the topology selection, verify memory namespace configuration, and enable swarm_monitor for real-time health checks. The skill also supports daa_fault_tolerance with auto-recovery strategies and error_analysis for diagnosing failures.