#436 · Primary category: AI Coding Assistants
ralphy
My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & Droid in a loop until your PRD is complete.
Project last updated:02/05/26
GitHub Stars
3.0K
Forks
369
Contributors
28
License
Other
Why we included this project
Ralphy is a wrapper that keeps your usual coding agent running until the job is done, instead of stopping after the first answer. You point it at whatever CLI you already use, Claude Code by default but also Codex, Cursor, Copilot, Gemini, and others, and hand it a single task, a task list, or a PRD file to work through. A small config file can pin the language, framework, and test or build commands, and set boundaries for files the agent should never touch. For bigger work it can run agents in parallel in isolated worktrees, merging results back or opening PRs automatically. That makes it useful for developers who want to hand off repetitive chores and let autonomous coding run in the background while they review the output.
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.