swarm-init
Original:🇺🇸 English
Translated
Initialize a multi-agent swarm with anti-drift configuration
3installs
Sourceruvnet/ruflo
Added on
NPX Install
npx skill4agent add ruvnet/ruflo swarm-initTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Initialize a hierarchical swarm for coordinated multi-agent work.
Via MCP:
mcp__claude-flow__swarm_init({ topology: "hierarchical", maxAgents: 8, strategy: "specialized" })Or via CLI:
bash
npx @claude-flow/cli@latest swarm init --topology hierarchical --max-agents 8 --strategy specializedThen create a Claude Code team via and spawn agents using the tool with for git-safe parallel work. Use for inter-agent coordination.
TeamCreateAgentisolation: "worktree"SendMessageFor larger teams (10+), use hierarchical-mesh topology:
bash
npx @claude-flow/cli@latest swarm init --topology hierarchical-mesh --max-agents 15 --strategy specialized