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.
$npx -y skills add mikeyobrien/ralph-orchestrator --skill ralph-docsInstalls into the current project.
Run `npx skills use "https://github.com/mikeyobrien/ralph-orchestrator" --skill "mikeyobrien/ralph-orchestrator/ralph-docs"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mikeyobrien/ralph-orchestrator" that are relevant to the current task. Run `npx skills add "https://github.com/mikeyobrien/ralph-orchestrator"` and select the relevant skills, then follow their instructions.