hive-spawn-templates

Generate provider-specific prompt templates for spawning AI agents in Hive.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/inhyoe/hive-plugin --skill hive-spawn-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-spawn-templates
Source: https://github.com/inhyoe/hive-plugin/tree/main/skills/hive-spawn-templates
Command: npx skills add https://github.com/inhyoe/hive-plugin --skill hive-spawn-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides standardized prompt templates for spawning AI agents (Claude, Codex, Gemini) within the Hive orchestration framework, ensuring consistent communication and task delegation.

Core Features & Use Cases

  • Provider-Specific Templates: Offers distinct templates for Claude, Codex, and Gemini agents, tailored to their capabilities.
  • Dynamic Variable Substitution: Utilizes placeholders (e.g., {{TEAM_NAME}}, {{TASK_PROPOSAL}}) that are dynamically replaced with runtime data by the orchestrator.
  • Context Budgeting: Enforces principles for managing AI context windows, prioritizing business logic or code as needed.
  • Use Case: When the Hive orchestrator needs to assign a coding task to a Gemini agent for implementation, it loads the gemini-agent.md template, substitutes all {{VAR}} placeholders with the specific task details, and sends the complete prompt to the Gemini agent.

Quick Start

Load the Claude agent template for consensus by substituting the {{VAR}} placeholders with the appropriate runtime values.

Frequently Asked Questions about hive-spawn-templates

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

FAQPage Schema
How do I generate standardized prompts for AI agents in an orchestration framework?

To generate prompts for AI agents in an orchestration framework, use provider-specific templates that enforce consistent communication and task delegation across Claude, Codex, and Gemini.

How does dynamic variable substitution work for AI agent prompt templates?

Dynamic variable substitution replaces placeholders like {{TEAM_NAME}} and {{TASK_PROPOSAL}} with runtime data, allowing the orchestrator to inject specific task details into template prompts automatically.

Can I use these prompt templates for both consensus and implementation phases?

Yes, the templates support both consensus and implementation phases, providing tailored structures for distinct agent capabilities during task delegation and code generation.

What is context budgeting in AI agent prompt generation?

Context budgeting in prompt generation manages AI context windows by prioritizing business logic or code, ensuring agents receive optimized context limits for their specific implementation tasks.

Do I need separate templates for spawning Claude, Codex, and Gemini agents?

Yes, you need provider-specific templates like claude-agent.md or gemini-agent.md to tailor task delegation prompts to the unique capabilities of each AI agent during code generation.