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/ralphyResumen de Tools
Lo que la gente pregunta sobre ralphy
¿Qué es michaelshimeles/ralphy?
+
michaelshimeles/ralphy es tools para el ecosistema de Claude AI. 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. Tiene 2.9k estrellas en GitHub y se actualizó por última vez 4mo ago.
¿Cómo se instala ralphy?
+
Puedes instalar ralphy clonando el repositorio (https://github.com/michaelshimeles/ralphy) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar michaelshimeles/ralphy?
+
Nuestro agente de seguridad ha analizado michaelshimeles/ralphy y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene michaelshimeles/ralphy?
+
michaelshimeles/ralphy es mantenido por michaelshimeles. La última actividad registrada en GitHub es de 4mo ago, con 43 issues abiertos.
¿Hay alternativas a ralphy?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega ralphy en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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