en un clic
help
Explain Ralph Loop plugin and available commands
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Explain Ralph Loop plugin and available commands
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | help |
| description | Explain Ralph Loop plugin and available commands |
The Ralph Loop plugin provides auto-continuation for complex tasks in opencode.
/ralph-loop <task>Start an iterative development loop that automatically continues until the task is complete.
Example:
/ralph-loop Build a REST API with authentication
The AI will work on your task and automatically continue until completion.
/cancel-ralphCancel an active Ralph Loop before it completes.
Example:
/cancel-ralph
/ralph-loop creates a state file at .opencode/ralph-loop.local.md<promise>DONE</promise> was outputWhen the task is fully complete, the AI outputs:
<promise>DONE</promise>
This signals the loop to stop. The AI should ONLY output this when the task is truly complete.
Located at .opencode/ralph-loop.local.md (add to .gitignore):
---
active: true
iteration: 3
maxIterations: 100
sessionId: ses_abc123
---
Your original task prompt