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.