create-hat-collection

Generate YAML hat presets with event-flow architectures through guided conversation.

3.1k|286|Updated Sep 7, 2025
One-click install
npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill create-hat-collection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-hat-collection
Source: https://github.com/mikeyobrien/ralph-orchestrator/tree/main/.claude/skills/create-hat-collection
Command: npx skills add https://github.com/mikeyobrien/ralph-orchestrator --skill create-hat-collection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams generate Ralph hat collection presets through a guided conversational workflow, saving time and reducing design errors by validating against the preset schema.

Core Features & Use Cases

  • Guided conversation to gather workflow requirements (purpose, pattern, roles, and handoffs) and map them to a production-ready YAML preset.
  • Phase-driven design of event flows (task.start, hat handoffs, LOOP_COMPLETE) with validation to ensure a coherent, testable chain.
  • Outputs ready-to-use presets into the presets/ directory for testing and deployment.

Quick Start

Use this skill to interactively create a new hat-collection preset by answering prompts about your desired architecture and roles.

Frequently Asked Questions about create-hat-collection

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

FAQPage Schema
How do I create a multi-agent workflow preset for event-flow architectures?

You can create a multi-agent workflow preset through a guided conversation that maps your roles and handoffs into a production-ready YAML file. This process enforces schema constraints to ensure a coherent event-flow architecture.

What is a hat preset and when do I need one for multi-agent systems?

A hat preset is a production-ready YAML configuration that defines multi-agent event flows, including task starts, handoffs, and loop completions. You need one to establish a testable, validated architecture for complex agent workflows.

How do I design event flows with task.start and LOOP_COMPLETE for agent handoffs?

Designing event flows with task.start and LOOP_COMPLETE happens through a phase-driven conversational workflow that validates your agent roles and handoffs, producing a coherent and testable chain in a YAML preset.

Can I validate multi-agent workflow schemas before deploying my YAML presets?

Yes, the preset generation process enforces schema constraints during the design phase, validating roles and handoffs to ensure your multi-agent workflow YAML is coherent and ready for testing before deployment.

What's the best way to structure roles and handoffs in a multi-agent YAML preset?

The best way to structure roles and handoffs is through interactive prompts that gather your workflow requirements and map them to a validated YAML preset, ensuring all event-flow architecture constraints are met.