Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add intertwine/hive-orchestrator --skill hive-project-setupgit clone --depth 1 https://github.com/intertwine/hive-orchestratorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/intertwine/hive-orchestrator/hive-project-setup)<a href="https://agentmods.dev/skills/intertwine/hive-orchestrator/hive-project-setup"><img src="https://agentmods.dev/badge/skills/intertwine/hive-orchestrator/hive-project-setup.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.01342 |
| Opus 5 | $0.00020 | $0.00671 |
| Sonnet 5 | $0.00008 | $0.00268 |
| Haiku 4.5 | $0.00004 | $0.00134 |
Grade C, and why
hive-project-setup scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- rm -rf / How it starts
The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hive Project Setup
This skill covers workspace bootstrap, project creation, task management, and evaluator configuration.
Bootstrap a New Workspace
Full onboarding (recommended)
hive onboard <project-slug> --json
This creates:
.hive/substrate directory with cache and task storageprojects/<slug>/AGENCY.md— narrative project documentprojects/<slug>/PROGRAM.md— execution policy with forgiving defaults- 3–5 starter tasks with dependency chains
local-smokeevaluator template- Workspace checkpoint commit
Default PROGRAM.md uses forgiving settings so the first hive finish succeeds cleanly:
auto_close_task: trueallow_accept_without_changes: true
Tighten these for production use.
Minimal init
hive init --json
Creates the .hive/ layout only. No starter project or tasks.
Adopt an existing repo
hive adopt <project-slug> --json
Wraps existing v1 state and enables v2 features incrementally.
Migrate from v1
hive migrate v1-to-v2 --dry-run --json # preview
hive migrate v1-to-v2 --project <id> --json # execute
Create and Manage Projects
hive project create <slug> --title "Project title" --json
hive project list --json
hive project show <project-id> --json
hive project sync --json
Each project gets:
projects/<slug>/AGENCY.md— write narrative context here (objective, notes, recommended flow)projects/<slug>/PROGRAM.md— define execution policy here
Create and Manage Tasks
Task CRUD
hive task create --project-id <id> --title "Task title" --json
hive task create --project-id <id> --title "..." --status ready --json
hive task list --project-id <id> --json
hive task list --status ready --status review --json
hive task show <task-id> --json
hive task update <task-id> --status in_progress --priority 1 --json
hive task update <task-id> --title "New title" --label "bug" --json
Task status flow
proposed → ready → claimed → in_progress → review → done
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 208 lines · 41 tokens per session scan C a44bed4349ac
hive-project-setup is a skill published in the GitHub repository intertwine/hive-orchestrator (23 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 1,342 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agent-sync-coordinator
Agent skill for sync-coordinator - invoke with $agent-sync-coordinator.
agent-multi-repo-swarm
Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm.
agent-swarm-issue
Agent skill for swarm-issue - invoke with $agent-swarm-issue.
agent-issue-tracker
Agent skill for issue-tracker - invoke with $agent-issue-tracker.
agent-project-board-sync
Agent skill for project-board-sync - invoke with $agent-project-board-sync.
agent-user-tools
Agent skill for user-tools - invoke with $agent-user-tools.