awesome-ralph
A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled.
关于 Ralph 的资源精选列表 — 这种 AI 编码技术会让 AI 编码 agent 自动循环运行,直到规格需求全部达成。
How to install
git clone https://github.com/snwfdhmp/awesome-ralph ~/.claude/skills/awesome-ralph About
Awesome Ralph A 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: bash while :; do cat PROMPT.md | claude-code ; done **Key principles:** Run an AI agent repeatedly until a PRD/specification is complete Progress persists in files and git history, not in context Each iteration starts fresh with clean context Use "backpressure" (tests, lints, type checks) to validate work …
Recommendation signals
Meta
- License
- –
- Language
- –
- GitHub stars
- 918
- mo. downloads
- –
- Last push
- 2026-02-03
- Created
- 2026-01-19
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令;无 license
- Sources
- curated:hesreallyhim/awesome-claude-code
- Topics
- ai-coding, claude, claude-code, ralph, ralph-loop, ralph-wiggum, vibe-coding
Related plugins
awesome-dsh-plugin
awesome-dsh-plugin/awesome-dsh-plugin
A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表
claude-howto
luongnv89/claude-howto
A visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
claude-cookbooks
anthropics/claude-cookbooks
A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.
claude-code-system-prompts
Piebald-AI/claude-code-system-prompts
All parts of Claude Code's system prompt, 27 builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, statusline, magic docs, WebFetch, Bash cmd, security review, agent creation). Updated for each Claude Code version.