ralph-loop
Autonomous long-running coding loops with task verification
All Skills in This Repository (11)
Pure Emerald Level Indicatorse2e-tester
Create Playwright E2E tests using Page Object Model patterns.
web-design-guidelines
Fetch official Web Interface Guidelines and report deviations in UI files.
postgres
Apply PostgreSQL best practices for schema design, indexing, and replication.
skill-creator
Create and maintain Claude skills with standardized SKILL.md frontmatter and resource folders.
mysql
Plan MySQL/InnoDB schema design, indexing, and transaction handling.
prd-creator
Generate PRD.md, SUMMARY.md, and JSON task breakdowns from software ideas.
frontend-code-review
Identify frontend code quality issues in .tsx, .ts, and .js files.
vercel-react-best-practices
Apply React and Next.js performance best practices during code reviews and refactoring.
component-refactoring
Extract hooks, subcomponents, and modal logic from high-complexity React components.
frontend-testing
Generate Vitest and React Testing Library tests for frontend components, hooks, and utilities.
vitest-best-practices
Apply Vitest best practices to existing test suites with code examples.
Frequently Asked Questions
FAQPage SchemaHow to install ralph-loop?โผ
Run `npx skills add PageAI-Pro/ralph-loop --all -g -y` in your terminal to install all skills in this suite globally.
What does the Ralph loop actually do?โผ
It repeatedly picks the highest-priority unfinished task, writes the code, runs tests and type checks, commits the result, and continues until every task passes or the iteration limit is reached.
Can AI really code unattended for days?โผ
Yes. Ralph runs inside isolated Docker sandboxes with fresh context each iteration, so it can work through large task lists safely without human supervision.
Which coding agents does ralph-loop support?โผ
It works with Claude Code by default and also supports Codex, Cursor, Gemini, and other agentic CLIs via the --agent flag.
Do I need to write the task list myself?โผ
No. The included prd-creator skill turns your plain-language requirements into a full PRD and a JSON task list ready for the loop to execute.
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