How this skill is triggered — by the user, by Claude, or both
Slash command
/plugin-hive:hive-swarmThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch a swarm in one command. Shortcut for `/hive swarm`.
Launch a swarm in one command. Shortcut for /hive swarm.
Arguments: $ARGUMENTS
Parse $ARGUMENTS as: <blueprint_id> <task description...>
The first word is the blueprint ID. Everything after it is the task.
Examples:
/hive-swarm feature-dev Add dark mode toggle to settings page/hive-swarm bug-fix Login fails when email contains a plus sign/hive-swarm security-audit Scan the API routes for injection vulnerabilitiesSteps:
mcp__hive__hive_swarm_start with the parsed blueprint_id and task.mcp__hive__hive_pollinate with the new swarm_id to kick off the first work cycle.mcp__hive__hive_blueprint_list to show available blueprints./hive install <id> first.hive_swarm_start fails, show the error and suggest checking blueprints with /hive blueprints.On successful swarm start:
Swarm #N started (blueprint: <id>)
Task: <task description>
Dispatching bees:
- <bee_id>: <flight description>
...
/hive-drive to run this swarm autonomously."npx claudepluginhub twofoldtech-dakota/plugin-hiveOrchestrates advanced swarm patterns for distributed research, development, and testing workflows using mesh, hierarchical, star, and ring topologies with adaptive agent strategies.
Guides Hive setup: installs/upgrades hive-evolve CLI (Python 3.10+ via uv/pipx/pip), sets HIVE_SERVER, checks login, registers agent, clones tasks for swarms. Triggers on 'setup hive' or first-time requests.
Spawns isolated agents to execute independent working-tree tasks in parallel with wave-validity gating and conflict checks. Use when ≥2 independent units need file edits.