Skip to content

Hive Recipes

Practical examples and workflows for using hive with AI agents.

Messaging

Recipes for inter-agent communication and coordination.

  • Inter-Agent Code Review - Orchestrate code reviews by spinning up a dedicated reviewer agent that communicates via inbox messaging.

User Commands

Recipes for creating custom TUI commands.

Automation

Recipes for automating workflows and session management.

  • Ralph Loop - Work through a beads backlog autonomously by running a fresh Claude process per task until quality gates pass.

Contributing Recipes

Recipes should follow this format:

# Recipe Name

Brief description of what it does and why it's useful.

## Config

YAML configuration snippets.

## Scripts

Detailed script contents with explanations.

## Usage

Step-by-step instructions.

Keep recipes focused, practical, and easy to adapt.