---
title: "Ralph Orchestrator Agent Skills"
description: "This directory is the canonical public skill package for external agent harnesses that operate Ralph."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-583
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:42.116Z
license: CC-BY-4.0
attribution: "Ralph Orchestrator Agent Skills — Claudary (https://claudary.paisolsolutions.com/skills/readme-583)"
---

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

## 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:

```text
/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:

```bash
npx skills add mikeyobrien/ralph-orchestrator --list
```

Install both skills for Claude Code:

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

Install one skill for Codex-style agents:

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

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

```bash
npx skills add . --list
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-583) · https://claudary.paisolsolutions.com
