by PageAI-Pro
A long-running AI agent loop. Ralph automates software development tasks by iteratively working through a task list until completion.
# Add to your Claude Code skills
git clone https://github.com/PageAI-Pro/ralph-loopRalph is a long-running AI agent loop. Ralph automates software development tasks by iteratively working through a task list until completion. This allows for long running agent loops, effectively enabling AI to code for days at a time.
This is an implementation that actually works, containing a hackable script so you can configure it to your env and favorite agentic AI CLI. It's set up by default to use Claude Code in a Docker sandbox, but supports many other agentic AI CLIs.
I recommend using a CLI to bootstrap your project with the necessary tools and dependencies, e.g.:
npx @tanstack/cli create lib --add-ons eslint,form,tanstack-query,nitro --no-git
If you must start from a blank slate, which is not recommended, see Starting from scratch. You can also go for a more barebone start by running
npx create-vite@latest src --template react-ts
Run this in your project's directory to install Ralph.
npx @pageai/ralph-loop
Use the prd-creator skill to generate a PRD from your requirements.<br/>
Ope...
No comments yet. Be the first to share your thoughts!