Agent skill

setup-ralph

Setup the Ralph autonomous AI coding loop - ships features while you sleep

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ralph-loop-devattom-claude --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/agent/ralph-loop-devattom-claude/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<objective> Set up the Ralph autonomous coding loop in any project. Ralph runs AI agents in a loop, picking tasks from a PRD, implementing one at a time, committing after each, and accumulating learnings until all tasks are complete. **This skill ONLY sets up Ralph - you run the commands yourself.** </objective> <quick_start> **Setup Ralph interactively (recommended):** ```bash /setup-ralph -i ``` **Setup for specific feature:** ```bash /setup-ralph -f 01-add-authentication ``` **What this does:** 1. Creates `.claude/ralph/` structure in your project 2. Runs setup script to create all Ralph files 3. (If -i): Brainstorms PRD with you interactively 4. Transforms PRD into user stories (prd.json) 5. Shows you the command to run Ralph (you run it yourself) **After setup, you run:** ```bash bun run .claude/ralph/ralph.sh -f <feature-name> ``` </quick_start> <critical_rule> 🛑 NEVER run ralph.sh or any execution commands automatically 🛑 NEVER execute the loop - only set up files and show instructions ✅ ALWAYS let the user copy and run commands themselves ✅ ALWAYS end by showing the exact command to run </critical_rule> <when_to_use> **Use this skill when:** - Starting a new feature that

What's inside
Ships with 1 file
  • metadata.json
Commands it runs
bun run .claude/ralph/ralph.sh -f <feature-name>
More from claude-skill-registry
All skills →
About this skill
What does the setup-ralph skill do?

Setup the Ralph autonomous AI coding loop - ships features while you sleep

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ralph-loop-devattom-claude --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going