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.
Ralphy is a TypeScript-based CLI tool, installable via npm as `ralphy-cli`, that runs an autonomous coding loop by orchestrating multiple AI agent engines against a task list or PRD until all items are marked complete. It supports Claude Code as the default engine alongside OpenCode, Cursor, Codex, Qwen-Code, Factory Droid, GitHub Copilot, and Gemini CLI, with Claude-specific model shortcuts like `--sonnet` and the ability to pass raw arguments directly to the Claude Code CLI using a `--` separator. Tasks can be sourced from Markdown files or folders, YAML, JSON, or live GitHub Issues, and a `.ralphy/config.yaml` file lets teams encode project rules, forbidden file paths, and build commands that apply across every run. A standout feature is parallel execution, where each agent receives an isolated Git worktree and branch, with optional automatic merging, PR creation, or draft PR workflows. Developers and engineering teams who want to automate bulk feature work or sprint tasks across multiple AI coding tools without manual hand-holding between steps are the primary audience.
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !No standard license detected
git clone https://github.com/michaelshimeles/ralphyTools overview
What people ask about ralphy
What is michaelshimeles/ralphy?
+
michaelshimeles/ralphy is tools for the Claude AI ecosystem. 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. It has 2.9k GitHub stars and was last updated 4mo ago.
How do I install ralphy?
+
You can install ralphy by cloning the repository (https://github.com/michaelshimeles/ralphy) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is michaelshimeles/ralphy safe to use?
+
Our security agent has analyzed michaelshimeles/ralphy and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains michaelshimeles/ralphy?
+
michaelshimeles/ralphy is maintained by michaelshimeles. The last recorded GitHub activity is from 4mo ago, with 43 open issues.
Are there alternatives to ralphy?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy ralphy to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/michaelshimeles-ralphy)<a href="https://claudewave.com/repo/michaelshimeles-ralphy"><img src="https://claudewave.com/api/badge/michaelshimeles-ralphy" alt="Featured on ClaudeWave: michaelshimeles/ralphy" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies