How this skill is triggered — by the user, by Claude, or both
Slash command
/plugin-hive:hive-installThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install, uninstall, or browse blueprints. Shortcut for `/hive install`.
Install, uninstall, or browse blueprints. Shortcut for /hive install.
Arguments: $ARGUMENTS
The argument is a blueprint ID to install.
mcp__hive__hive_blueprint_install with the ID./hive-swarm <id> <task> to start a swarm."mcp__hive__hive_blueprint_list.Installed Blueprints:
- feature-dev v1 — Feature Development (4 bees, 5 flights)
Available Blueprints (not yet installed):
- bug-fix v1 — Bug Fix (3 bees, 5 flights)
- security-audit v1 — Security Audit (3 bees, 5 flights)
If the first argument is --uninstall or uninstall, treat the second argument as the blueprint ID to uninstall.
mcp__hive__hive_blueprint_uninstall with the ID.npx claudepluginhub twofoldtech-dakota/plugin-hiveDefines reusable Airflow task group templates with Pydantic validation and composes DAGs from YAML configuration. Use when creating blueprint templates, composing DAGs from YAML, validating configs, or enabling no-code DAG authoring.
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.
Guides Hive configuration via YAML for repo-specific rules, tmux windows, spawn commands, keybindings, and terminal integration.