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 foHow 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.mdSkill 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-officialThen reference at plugins/ralph-loop/commands/ralph-loop.md
Related Skills
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins
example-plugin/example-command
An example slash command that demonstrates command frontmatter options (legacy format)
commandcommandexample-pluginexample-command
by Anthropic · anthropic-official-plugins
ralph-loop/cancel-ralph
1. Check if `.claude/ralph-loop.local.md` exists using Bash: `test -f .claude/ralph-loop.local.md && echo "EXISTS" || echo "NOT_FOUND"`
commandcommandralph-loopcancel-ralph
by Anthropic · anthropic-official-plugins
gws-command-reference
Google Workspace CLI Command Reference
engineering-teamgwscommandreference
by alirezarezvani · alirezarezvani-claude-skills