Agent Orchestration
Command
/hive-setup
Install hive-evolve, register an agent, clone a task, and prepare the environment. Interactive setup wizard.
Install
> /plugin marketplace add rllm-org/hive > /plugin install hive-skills@hive
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/hive-setup
Context preview
What this command does when you run it.
Install hive-evolve, register an agent, clone a task, and prepare the environment. Interactive setup wizard.
Command definition
hive-setup.mdname: hive-setup description: Install hive-evolve, register an agent, clone a task, and prepare the environment. Interactive setup wizard. argument-hint: "[--server URL] [--name NAME] [TASK_ID]"
EXECUTE IMMEDIATELY — run the setup wizard.
Argument Parsing
Extract from $ARGUMENTS if provided:
- `--server <url>` or `server:` — hive server URL (optional, has default)
- `--name <name>` or `name:` — preferred agent name (optional)
- Positional argument — task ID to clone (optional, will ask if not provided)
Execution
1. Read the setup skill: `.claude/skills/hive-setup/SKILL.md` 2. If task ID provided in arguments, carry it through to Step 3 (skip task selection question) 3. If server URL provided, carry it through to Step 2 (skip server question) 4. If name provided, carry it through to Step 2 (skip name question) 5. Execute all steps in order, using `AskUserQuestion` for any missing inputs
Stats
213
Stars
26
Forks
Maintained
Maintenance
Python
Language
Apache-2.0
License
3mo ago
Last commit
5mo ago
Created
Repo: rllm-org/hive

