Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub akhilyad/deployy --plugin hyrex-swarmHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-swarm:swarm-init [--topology hierarchical|mesh|ring][--topology hierarchical|mesh|ring]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Initialize a hierarchical swarm for coordinated multi-agent work.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Initialize a hierarchical swarm for coordinated multi-agent work.
Via MCP: mcp__hyrex__swarm_init({ topology: "hierarchical", maxAgents: 8, strategy: "specialized" })
Or via CLI:
npx @hyrex/cli@latest swarm init --topology hierarchical --max-agents 8 --strategy specialized
Then create a Claude Code team via TeamCreate and spawn agents using the Agent tool with isolation: "worktree" for git-safe parallel work. Use SendMessage for inter-agent coordination.
For larger teams (10+), use hierarchical-mesh topology:
npx @hyrex/cli@latest swarm init --topology hierarchical-mesh --max-agents 15 --strategy specialized