#395 · Primary category: AI Coding Assistants
open-ralph-wiggum
Type `ralph "prompt"` to start open code in a ralph loop. Also supports a prompt file & status check. Open Code, Claude Code, Codex, Copilot
Project last updated:06/02/26
GitHub Stars
1.9K
Forks
142
Contributors
22
License
MIT
Why we included this project
Agentic coding CLIs like Claude Code and Codex are useful, but they still expect a human to watch each run and nudge them along. This tool removes that babysitting: you type `ralph "prompt"` once, and it loops the agent through attempts, feeding failures and results back in until a stopping condition is hit. It also accepts a prompt file and has a status check for keeping tabs on a run. Because it supports several coding agents (Claude Code, Codex, Copilot CLI, Cursor Agent, Qwen Code, and OpenCode) and lets you switch with a `--agent` flag, it slots into whatever workflow you already have. The value is mostly in that loop logic, so it is a practical fit for unattended implementation jobs and for speeding up repetitive coding tasks.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.