ralph-docs

ralph-docs is a skill for Claude Code, Codex from mikeyobrien/ralph-orchestrator. It costs 117 tokens per session (1,438 once invoked), scanned A, original, MIT.

A skill for consulting Ralph Orchestrator's published documentation, where Ralph Orchestrator is a system for coordinating repeated coding-agent tasks. It covers Ralph's event loop, task assignments, memory, backends, command-line tools, and diagnostics.

In plain words
What is it for?
Use it to explain how Ralph works, investigate loop failures, find the relevant code area for a proposed change, and troubleshoot Ralph projects.
Why use it?
It helps answer questions about Ralph from its official documentation instead of guessing about unfamiliar behavior or failures.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Part of the ralph-orchestrator plugin — 3 skills shipped together

Good fit Use it to explain how Ralph works, investigate loop failures, find the relevant code area for a proposed change, and troubleshoot Ralph projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mikeyobrien/ralph-orchestrator/ralph-docs
About the project

Ralph Orchestrator is a framework that repeatedly runs AI-agent tasks until they finish or reach an iteration limit. Developers use it to coordinate autonomous coding work through command-line, web-dashboard, and MCP-server interfaces, with state managed per workspace. The catalogue entries provide agent skills, agents, instructions, and plugins for operating Ralph.

mikeyobrien/ralph-orchestrator · 3,127 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mikeyobrien/ralph-orchestrator --skill ralph-docs
Clone the repo
git clone --depth 1 https://github.com/mikeyobrien/ralph-orchestrator

Made for: Claude Code, Codex.

Or install ralph-orchestrator, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ralph-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/mikeyobrien/ralph-orchestrator/ralph-docs.svg)](https://agentmods.dev/skills/mikeyobrien/ralph-orchestrator/ralph-docs)
Your own site
<a href="https://agentmods.dev/skills/mikeyobrien/ralph-orchestrator/ralph-docs"><img src="https://agentmods.dev/badge/skills/mikeyobrien/ralph-orchestrator/ralph-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,438 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 59
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00117 $0.01438
Opus 5 $0.00059 $0.00719
Sonnet 5 $0.00023 $0.00288
Haiku 4.5 $0.00012 $0.00144

Measured 8d ago against content hash 833a031ca31c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ralph-docs scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sSfL https://mikeyobrien.github.io/ralph-orchestrator/llms.txt \
skills/ralph-docs/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ralph Docs

Introspect Ralph Orchestrator the same way the framework expects a smart agent to — consult the published documentation map at https://mikeyobrien.github.io/ralph-orchestrator/llms.txt, fetch only the sections relevant to the question, and answer from authoritative sources.

Use this skill to behave like an internal Ralph contributor rather than a guess-first assistant.

Use This Skill For

  • Answering "how does Ralph do X?" questions about the event loop, hats, memories, tasks, presets, backends, CLI, TUI, diagnostics, waves, or API.
  • Explaining an observed behavior ("why did my loop terminate with max_iterations?", "why didn't my hat fire?") from first principles in the docs, not pattern-matching.
  • Proposing and scoping an improvement to the ralph-orchestrator codebase — locating the right crate, the relevant concept doc, and the existing test surface before writing code.
  • Triaging a ralph bug report: map symptoms to likely subsystem, pull in the concept + reference docs for that subsystem, identify the probable file path in the repo.
  • Onboarding: answer a new user's setup/quick-start questions from the official Getting Started pages instead of the agent's stale training data.

Core Principle: llms.txt Is The Router

Ralph's llms.txt is a curated map, not a full-text dump. The workflow is:

  1. Discover — fetch llms.txt to see the top-level sections (Getting Started / Concepts / User Guide / Advanced / API / Examples / Contributing / Reference).
  2. Narrow — pick the 1–3 pages that actually answer the question. The map links directly to .md versions — those are agent-optimized and should be preferred over scraping HTML.
  3. Fetch — pull only those pages. Do not fetch more than three pages speculatively; the budget should be spent on answering, not browsing.
  4. Cross-check — for code-level claims, confirm against the repo (crate paths are listed in AGENTS.md / CLAUDE.md inside the ralph-orchestrator checkout).
  5. Answer — cite the page you relied on. Include the URL so the user can verify.

Read the full file on GitHub · 118 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 118 lines · 117 tokens per session scan A 833a031ca31c

Subscribe to this mod's changes

ralph-docs is a skill published in the GitHub repository mikeyobrien/ralph-orchestrator (3,127 stars, last pushed 6d ago), licensed MIT. It adds 117 tokens to every session and 1,438 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

chart

Use when the user asks to visualize data with charts, graphs, or plots using the chart tool (bar, line, scatter, pie, time series, etc.).

Kilo-Org/kilocode · 37 tokens

writing-tests

Write unit tests, component tests, and integration tests for AiderDesk using Vitest and React Testing Library. Use when creating new tests, adding test coverage, configuring mocks, setting up test files, or debugging failing tests.

hotovo/aider-desk · 48 tokens

nx-workspace

Run and generate NX targets, configure project.json, and visualize dependency graphs. Use when you say: 'run affected tests', 'nx generate a library', 'configure project.json', or 'show dependency graph'.

monkilabs/opencastle · 46 tokens

playwright-testing

Playwright E2E testing patterns, cross-browser configuration, page objects, and CI setup. Use when creating E2E specs, visual regression suites, or configuring Playwright in CI. Trigger terms: playwright, e2e, trace, page object, cross-browser.

monkilabs/opencastle · 58 tokens

agent-memory

Creates, queries agent expertise profiles in AGENT-EXPERTISE.md; increments file-familiarity counters after each task; ranks candidate agents by recency, task-area match. Use when deciding which agent should handle a file, checking who last worked on a module, recording task outcomes, or assigning work based on past…

monkilabs/opencastle · 69 tokens

data-engineering

Transforms, validates, loads data in ETL pipelines. Use when building scrapers, validating NDJSON feeds, or importing data into CMS/DB targets.

monkilabs/opencastle · 35 tokens