·ralph

Self-referential completion loop for AI CLI tools. Re-runs the agent on the same task across turns with fresh context each iteration, until the completion promise is detected or max iterations is reached.

10.1KInstalls·31Trend·@supercent-io

Installation

$npx skills add https://github.com/supercent-io/skills-template --skill ralph

How to Install ralph

Quickly install ralph AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/supercent-io/skills-template --skill ralph
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: supercent-io/skills-template.

SKILL.md

View raw

The loop happens across agent turns, controlled by an AfterAgent hook.

Provide a verifiable definition of "done." The --completion-promise is crucial.

Always use --max-iterations as a safety net to prevent infinite loops.

Self-referential completion loop for AI CLI tools. Re-runs the agent on the same task across turns with fresh context each iteration, until the completion promise is detected or max iterations is reached. Source: supercent-io/skills-template.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/supercent-io/skills-template --skill ralph
Category
</>Dev Tools
Verified
First Seen
2026-03-01
Updated
2026-03-10

Browse more skills from supercent-io/skills-template

Quick answers

What is ralph?

Self-referential completion loop for AI CLI tools. Re-runs the agent on the same task across turns with fresh context each iteration, until the completion promise is detected or max iterations is reached. Source: supercent-io/skills-template.

How do I install ralph?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/supercent-io/skills-template --skill ralph Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/supercent-io/skills-template