hive

Orchestrate multi-agent workflows with queen and worker roles via mprocs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill hive-rdfitted
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive
Source: https://github.com/rdfitted/Claude-Code-Setup/tree/main/.codex/skills/hive
Command: npx skills add https://github.com/rdfitted/Claude-Code-Setup --skill hive-rdfitted

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex, multi-step tasks by coordinating multiple AI agents (a queen and workers) in parallel, ensuring efficient and structured execution of large-scale projects.

Core Features & Use Cases

  • Parallel Task Execution: Leverages mprocs to run multiple agents concurrently, significantly reducing overall task completion time.
  • Structured Workflow Management: Defines distinct roles for a 'queen' agent (coordination, synthesis) and 'worker' agents (task execution), ensuring a logical flow.
  • Use Case: For a large software development feature, the 'queen' could break down the task, assign sub-tasks to 'workers' for coding and testing, and then synthesize the results.

Quick Start

Use the hive skill to orchestrate a new session named 'feature-x' with 4 workers to implement a new user authentication module.

Frequently Asked Questions about hive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multi-agent workflows for parallel processing?

You orchestrate multi-agent workflows by using a queen and worker model to break down complex tasks into sub-tasks, assign them to specialized agents, and synthesize the final results. This enables structured execution of large-scale projects.

How does parallel execution with mprocs speed up multi-agent task completion?

Parallel execution with mprocs speeds up multi-agent task completion by running multiple worker agents concurrently. This allows specialized agents to execute assigned sub-tasks simultaneously rather than sequentially, significantly reducing overall processing time.

Can I use Gemini CLI and Codex for diverse AI model interactions in workflow automation?

Yes, you can use Gemini CLI and Codex for diverse AI model interactions within your workflow automation. The orchestration model supports these platforms to manage specialized agents during complex task execution.

What is the best way to manage complex software development tasks using a multi-agent system?

The best way to manage complex software development tasks is to use a queen agent for coordination and synthesis while assigning sub-tasks like coding and testing to parallel worker agents. This structured workflow management ensures logical flow and efficient execution.

Do I need mprocs to run multiple AI agents concurrently?

Yes, you need mprocs to run multiple AI agents concurrently. It is the specific mechanism used to leverage parallel execution, allowing multiple workers to operate simultaneously during multi-agent orchestration.

When should I not use a queen and worker model for multi-agent orchestration?

You should not use a queen and worker model for multi-agent orchestration when tasks are simple, linear, or require no synthesis of sub-tasks. This approach is designed for large-scale projects that benefit from parallel execution and structured workflow management.