#127 · Primary category: AI Coding Assistants
ralph-claude-code
Autonomous AI development loop for Claude Code with intelligent exit detection
Project last updated:07/18/26
GitHub Stars
9.6K
Forks
722
Contributors
29
License
MIT
Why we included this project
Ralph is for teams that already work with Claude Code but want it to keep going without someone watching every session. It runs the CLI in a loop, proposing and applying improvements until a dual-condition exit gate confirms the work is actually finished. That gate matters because it pairs with rate limiting, a circuit breaker that stops runaway iterations, and a session timeout, so an agent that never quits won't quietly rack up API costs. It can also pull tasks from GitHub issues or PRDs and resume earlier sessions, which makes it a decent fit for batch work across several repositories. If you trust Claude Code to make edits but not to run unsupervised forever, this is the guardrail setup you're after.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.