PageAI-ProPageAI-ProOfficialยท11 Agent Skills Included

ralph-loop

Autonomous long-running coding loops with task verification

Runs an autonomous coding loop that works through a task list until every item passes tests, linting, and type checks. Generates PRDs and structured task lists from plain requirements, then executes them one by one inside isolated Docker sandboxes. Eliminates manual supervision of long coding sessions with automatic commits, screenshots, and verifiable completion criteria.
npx skills add PageAI-Pro/ralph-loop --all -g -y
Available:

Gives your AI agent strict code quality rules for each loop iteration, including reusing existing code, keeping files small, completing one task per run, and verifying all work with tests before committing.

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

e2e-tester

Create Playwright E2E tests using Page Object Model patterns.

Official
Intermediate
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

web-design-guidelines

Fetch official Web Interface Guidelines and report deviations in UI files.

Official
Intermediate
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

postgres

Apply PostgreSQL best practices for schema design, indexing, and replication.

Official
Advanced
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

skill-creator

Create and maintain Claude skills with standardized SKILL.md frontmatter and resource folders.

Official
Intermediate
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

mysql

Plan MySQL/InnoDB schema design, indexing, and transaction handling.

Official
Advanced
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

prd-creator

Generate PRD.md, SUMMARY.md, and JSON task breakdowns from software ideas.

Official
Advanced
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

frontend-code-review

Identify frontend code quality issues in .tsx, .ts, and .js files.

Official
Intermediate
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

vercel-react-best-practices

Apply React and Next.js performance best practices during code reviews and refactoring.

Official
Advanced
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

component-refactoring

Extract hooks, subcomponents, and modal logic from high-complexity React components.

Official
Advanced
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

frontend-testing

Generate Vitest and React Testing Library tests for frontend components, hooks, and utilities.

Official
Advanced
๐Ÿ“ฆ In Repo
PageAI-ProPageAI-Pro

vitest-best-practices

Apply Vitest best practices to existing test suites with code examples.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’