ralph-loop/ralph-loop

"Start Ralph Loop in current session"

Content Preview
---
description: "Start Ralph Loop in current session"
argument-hint: "PROMPT [--max-iterations N] [--completion-promise TEXT]"
allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh:*)"]
hide-from-slash-command-tool: "true"
---

# Ralph Loop Command

Execute the setup script to initialize the Ralph loop:

```!
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh" $ARGUMENTS
```

Please work on the task. When you try to exit, the Ralph loop will feed the SAME PROMPT back to you fo
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ralph-loop/ralph-loop.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/ralph-loop/commands/ralph-loop.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at plugins/ralph-loop/commands/ralph-loop.md

Related Skills