hive-essentials

hive-essentials is a skill for Claude Code, Codex from intertwine/hive-orchestrator. It costs 46 tokens per session (1,468 once invoked), scanned A, original, MIT.

An introduction to Hive, a system for coordinating work between people and AI agents. It explains how Hive organizes workspaces, projects, tasks, execution attempts, reviews, and shared status.

In plain words
What is it for?
Learning how Hive’s console and command-line interface fit together, how work is structured, and how agents observe progress and steer tasks.
Why use it?
It gives newcomers the basic model needed to understand Hive’s terms and workflow. Without it, the other Hive guides may be difficult to follow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md; mentions Codex.

Install

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.

agentmods
npx agentmods add skills/intertwine/hive-orchestrator/hive-essentials
Any agent
npx skills add intertwine/hive-orchestrator --skill hive-essentials
Clone the repo
git clone --depth 1 https://github.com/intertwine/hive-orchestrator

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for hive-essentials

README.md
[![agentmods](https://agentmods.dev/badge/skills/intertwine/hive-orchestrator/hive-essentials.svg)](https://agentmods.dev/skills/intertwine/hive-orchestrator/hive-essentials)
Your own site
<a href="https://agentmods.dev/skills/intertwine/hive-orchestrator/hive-essentials"><img src="https://agentmods.dev/badge/skills/intertwine/hive-orchestrator/hive-essentials.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,468 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.01468
Opus 5 $0.00023 $0.00734
Sonnet 5 $0.00009 $0.00294
Haiku 4.5 $0.00005 $0.00147

Measured 6d ago against content hash e1b716c98b26, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

hive-essentials scanned grade A with 0 findings 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 6d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/hive-essentials/SKILL.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hive Essentials

Read this before the other Hive skills. It gives you the mental model; the other skills give you the workflows.

What Hive Is

Hive is an agentic workflow orchestrator. It manages parallel task execution across multiple agents (human or LLM) with governance, evaluation, and observability.

The console is the primary interface for humans. The CLI is the primary interface for agents. Both read and write the same underlying state.

Entity Hierarchy

Workspace
├── Projects          (goals with policy)
│   ├── AGENCY.md     (narrative context for humans)
│   └── PROGRAM.md    (execution policy: budgets, allowed paths, evaluators)
├── Tasks             (units of work, canonical in .hive/tasks/*.md)
│   ├── status        (proposed → ready → claimed → in_progress → review → done)
│   ├── claims        (time-limited work leases)
│   └── links         (blocks, parent_of, relates_to, duplicates, supersedes)
├── Runs              (governed execution attempts on a task)
│   ├── worktree      (isolated git branch)
│   ├── transcript    (event stream)
│   ├── approvals     (driver ↔ human round-trip)
│   └── eval_results  (evaluator decision)
├── Campaigns         (multi-task orchestration with lanes and cadence)
│   └── Lanes         (exploit, explore, review, maintenance)
└── Memory            (observations and reflections, review-gated)

The Observe-and-Steer Pattern

Hive separates execution from judgment:

  1. Agents execute. They claim tasks, launch runs, produce artifacts.
  2. Evaluators gate. PROGRAM.md defines what passes. Runs are accepted, rejected, or escalated.
  3. Humans steer. Via console or CLI, they approve, pause, reroute, or cancel runs. They set policy in PROGRAM.md.

As an agent, your job is to execute within policy and surface decisions that need human judgment. You do not self-approve governed runs unless the evaluator policy allows it.

Drivers

Drivers are the execution backends that actually run agent work. Each driver has different capabilities.

Read the full file on GitHub · 150 lines

Changes

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.

  1. 6d ago First seen · 150 lines · 46 tokens per session scan A e1b716c98b26

Subscribe to this mod's changes

hive-essentials is a skill published in the GitHub repository intertwine/hive-orchestrator (23 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 1,468 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.