ralph-wiggum-cursor
Autonomous coding loops with fresh context rotation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Ralph Wiggum for Cursor?โผ
Run `npx skills add agrimsingh/ralph-wiggum-cursor --all -g -y` in your terminal to install the skill globally.
What is the Ralph Wiggum technique?โผ
It is a loop that feeds the same task prompt to a coding agent repeatedly, keeping progress in files and git instead of the conversation. When context fills up, a fresh agent continues from the saved state.
How does Ralph prevent context pollution?โผ
It tracks token usage, warns at 70k tokens, and rotates to a fresh context at 80k. It also detects gutter states like the same command failing three times and starts fresh.
Can Ralph run multiple agents in parallel?โผ
Yes. Parallel mode runs multiple agents in isolated git worktrees, then auto-merges results and can open a single pull request.
Do I need coding experience to use Ralph?โผ
You only need to write a task file with clear checkbox success criteria. The scripts handle iteration, retries, and git commits automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core