swarm-advanced

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

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

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 distributed testing requires manual orchestration, topology selection, and error handling that is difficult to manage ad hoc. ## 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 via MCP tools or CLI commands. - 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 reviewer to design, implement, test, and deploy a REST API in coordinated phases. ## Quick Start Initialize a mesh swarm with claude-flow MCP tools and spawn researcher agents to investigate a topic in parallel, then synthesize the findings into a report.

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?

Initialize a swarm with swarm_init specifying a topology like mesh or hierarchical, then spawn agents with agent_spawn and orchestrate work via task_orchestrate. Alternatively, run npx claude-flow swarm with a task description and strategy flags from the CLI.

Which swarm topology should I use for my task?

Use mesh for research and collaborative analysis, hierarchical for structured development workflows, star for centralized testing and validation, and ring for sequential pipeline processing. The choice depends on whether agents need peer communication or a coordinator.

Can claude-flow swarms run tasks in parallel?

Yes, parallel_execute runs independent tasks concurrently across spawned agents, while sequential strategies handle dependent tasks. You should monitor resource usage and implement error handling for parallel execution.

Does swarm state persist across sessions?

Yes, memory_usage stores data in namespaces with TTL values, and state_snapshot creates checkpoints you can restore later. Memory backups can be written to disk for cross-session persistence.

Why are my swarm agents not coordinating properly?

Coordination failures usually stem from wrong topology selection, missing memory configuration, or disabled monitoring. Verify the topology matches your workflow, check namespace usage, and enable swarm_monitor to observe agent health.