by snwfdhmp
A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled.
# Add to your Claude Code skills
git clone https://github.com/snwfdhmp/awesome-ralphA curated list of resources about Ralph (aka Ralph Wiggum), the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled.
Ralph is a technique created by Geoffrey Huntley for autonomous AI coding. The core concept is elegantly simple:
while :; do cat PROMPT.md | claude-code ; done
Key principles:
Found this useful? ⭐️ Like this repo to help others discover it
Primary sources from Geoffrey Huntley, the creator of the Ralph technique.