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.
npx skills add majiayu000/claude-skill-registry --skill ralph-loop --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Available Commands
- Command: start
- 1. Pre-Flight Safety Checks
- 2. Gather Task Parameters
- 3. Construct and Execute
- 4. Confirm and Launch
- Command: cancel
- Command: status
- Command: help
- Safety Philosophy
- Reference
git branch --show-current After <max_iterations> iterations without completion: Output <promise><completion_promise></promise> when done." --max-iterations <N>
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.
