All skills
Skillintermediate

Ralph Orchestrator Agent Skills

This directory is the canonical public skill package for external agent harnesses that operate Ralph.

Claude Code Knowledge Pack7/10/2026

Overview

Ralph Orchestrator Agent Skills

This directory is the canonical public skill package for external agent harnesses that operate Ralph.

It ships two skills:

  • ralph-hats for creating, inspecting, validating, and improving hat collections
  • ralph-loop for running, monitoring, resuming, merging, and debugging Ralph loops

These are public agent skills. They are not part of Ralph's internal ralph tools skill registry.

Install with Claude Code

Add this repository as a marketplace source:

/plugin marketplace add mikeyobrien/ralph-orchestrator

Then install the ralph-orchestrator plugin from the marketplace browser.

Install with Vercel npx skills

List the skills in this repository:

npx skills add mikeyobrien/ralph-orchestrator --list

Install both skills for Claude Code:

npx skills add mikeyobrien/ralph-orchestrator \\
  --skill ralph-hats \\
  --skill ralph-loop \\
  -a claude-code \\
  -y

Install one skill for Codex-style agents:

npx skills add mikeyobrien/ralph-orchestrator \\
  --skill ralph-loop \\
  -a codex \\
  -y

During local development you can also install from the checked-out repo:

npx skills add . --list