npx claudepluginhub twofoldtech-dakota/plugin-hiveThis skill is limited to using the following tools:
Launch a swarm in one command. Shortcut for `/hive swarm`.
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.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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."