skills/ralph-hats/SKILL.md
Create, inspect, validate, explain, and improve Ralph hat collections. Use this skill whenever the user asks to make or refine a `.ralph/hats/*.yml` workflow, debug hat routing, explain event topology, or tune a multi-hat Ralph run.
npx skillsauth add mikeyobrien/ralph-orchestrator ralph-hatsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to operate the full Ralph hat lifecycle for user-authored hat collections.
.ralph/hats/ralph.yml or another -c source.-H..ralph/hats/<name>.yml.ralph hats validate.ralph hats graph when the event flow is not
trivial.ralph hats show <hat> when you need to inspect one hat's effective
configuration.ralph run -c ... -H ... -p "..." exercise or provide the exact test command.name, description, events, event_loop, hats.event_loop is only for hats overlay keys such as
starting_event and completion_promise.task.start or task.resume as hat triggers. Ralph reserves those
for coordination. Use semantic delegated events like work.start,
review.start, or research.start.description populated on every hat.events: metadata when custom event names would otherwise be opaque.presets/ from this skill.references/schema.mdreferences/commands.mdreferences/examples.mddevelopment
Introspect, explain, and improve Ralph Orchestrator using its published llms.txt doc map. Use this skill whenever the user asks questions about Ralph's behavior, wants to understand how a Ralph internal works (event loop, hats, memories, tasks, backends, presets), debug an unfamiliar failure mode, or propose a code change to the ralph-orchestrator repo. The skill teaches the agent to discover authoritative answers from the live docs via llms.txt before guessing, and to scope improvements through the published architecture rather than the local checkout alone.
development
Run, monitor, resume, merge, and debug Ralph loops. Use this skill whenever the user asks to operate `ralph run` or `ralph loops`, inspect loop state, recover suspended loops, analyze diagnostics, or unblock merge queue issues.
testing
A directory-style test skill for smoke testing
testing
Validates Terminal User Interface (TUI) output using freeze for screenshot capture and LLM-as-judge for semantic validation. Supports both visual (PNG/SVG) and text-based validation modes.