ralph-init

Community

Set up Ralph in your project for autonomous loops

Authorvickaul-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Ralph is designed to run an autonomous agent loop within your project, but you must set up the runtime files first. This Skill creates scripts/ralph, places ralph.sh and prompt.md in that directory, and configures the project for loop execution.

Core Features & Use Cases

  • Initializes Ralph in the current project by creating scripts/ralph and populating it with the runner and prompt.
  • After completing PRD generation with /prd and conversion with /ralph, enables running the iterative loop via the created script.
  • Provides a straightforward setup that persists progress and PRD state across iterations.

Quick Start

mkdir -p scripts/ralph cp ~/Documents/Projects/ralph-claude/ralph.sh scripts/ralph/ cp ~/Documents/Projects/ralph-claude/prompt.md scripts/ralph/ chmod +x scripts/ralph/ralph.sh After initialization, run: ./scripts/ralph/ralph.sh 10

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ralph-init
Download link: https://github.com/vickaul-ai/ralph-claude/archive/main.zip#ralph-init

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.