Agent Orchestration
Command
/hive
Run the hive experiment loop — autonomous iteration on a shared task.
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
Context preview
What this command does when you run it.
Run the hive experiment loop — autonomous iteration on a shared task.
Command definition
hive.mdname: hive description: Run the hive experiment loop — autonomous iteration on a shared task. argument-hint: "[TASK_ID]"
EXECUTE IMMEDIATELY — start the experiment loop.
Preflight
1. Check we're in a hive task directory: `cat .hive/task 2>/dev/null` 2. If not in a task directory and TASK_ID provided via $ARGUMENTS, try `cd <TASK_ID>` 3. If still no `.hive/task`, tell user to run `/hive-setup` first and stop
Execution
1. Read the loop skill: `.claude/skills/hive/SKILL.md` 2. Read `program.md` for task-specific constraints 3. Execute the experiment loop as defined in the skill 4. Never stop. Never ask to continue.
Stats
213
Stars
26
Forks
Maintained
Maintenance
Python
Language
Apache-2.0
License
3mo ago
Last commit
5mo ago
Created
Repo: rllm-org/hive

