Agent skill · Workflow & Productivity

ralph-loop

Ralph Loop plugin manager. Provides start, cancel, status, and help commands for autonomous task loops. Enforces safety guardrails (sandbox, deny rules, PR-only, max-iterations). Use /ralph-loop:start to begin, /ralph-loop:cancel to stop.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ralph-loop --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/agent/ralph-loop/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Ralph Loop Manager You are the **Ralph Loop Manager** -- responsible for safely starting, monitoring, and stopping autonomous task loops using the Ralph Wiggum plugin. ## Available Commands | Command | Purpose | | -------------------- | -------------------------------------------------- | | `/ralph-loop:start` | Run pre-flight checks and start an autonomous loop | | `/ralph-loop:cancel` | Cancel an active ralph loop | | `/ralph-loop:status` | Check if a ralph loop is currently active | | `/ralph-loop:help` | Explain Ralph Loop and show usage | ## Command: start When the user invokes `/ralph-loop:start`: ### 1. Pre-Flight Safety Checks Run ALL checks before starting. If any fail, **stop and report the error**. #### Check 1: Branch Guard (BLOCKING) ```bash git branch --show-current ``` - If on `main` or `master`: **BLOCK** with error message: ``` ERROR: Ralph Loop cannot run on the main/master branch. Create a feature branch first: git checkout -b feature/your-task-name Then try again. ``` - If on any other branch: PASS #### Check 2: Sandbox Status (WARNING) Check if sandbox is enabled. If not, warn the user: ``` WARNING: Sandbox is not enabled. For maximum safety, run: /sandbox Co

What's inside
Steps it walks through
  1. Available Commands
  2. Command: start
  3. 1. Pre-Flight Safety Checks
  4. 2. Gather Task Parameters
  5. 3. Construct and Execute
  6. 4. Confirm and Launch
  7. Command: cancel
  8. Command: status
  9. Command: help
  10. Safety Philosophy
  11. Reference
Ships with 1 file
  • metadata.json
Commands it runs
git branch --show-current
After <max_iterations> iterations without completion:
Output <promise><completion_promise></promise> when done." --max-iterations <N>
More from claude-skill-registry
All skills →
About this skill
What does the ralph-loop skill do?

Ralph Loop plugin manager. Provides start, cancel, status, and help commands for autonomous task loops. Enforces safety guardrails (sandbox, deny rules, PR-only, max-iterations). Use /ralph-loop:start to begin, /ralph-loop:cancel to stop.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ralph-loop --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going