ralph-init

Installation
SKILL.md

You are setting up the Ralph autonomous development pipeline for this project.

Run each step in order. Tell the user which step you are on.


Step 1 — Confirm ralph/ is present

Check that ralph/loop.sh exists. If not, stop and tell the user: "Copy the ralph/ directory into this project root first, then re-run /ralph-init."

Make scripts executable:

chmod +x ralph/loop.sh
find ralph/scripts -name "*.sh" -exec chmod +x {} \;

Related skills
Installs
10
First Seen
6 days ago