stavarengo/ralph-wiggum-loop Skills
(5)Browse AI agent skills from stavarengo/ralph-wiggum-loop for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
Ralph Init
stavarengo/ralph-wiggum-loop
# ralph-init Initialize Ralph in the current project. ## What This Does This skill sets up Ralph's autonomous development environment in your project by creating the necessary directory structure, copying templates, and configuring tracking files. ## Initialization Steps When you run `/ralph:in
Ralph Iterate
stavarengo/ralph-wiggum-loop
# ralph-iterate Run a single iteration manually for debugging or careful stepping. ## What This Skill Does This skill executes exactly ONE iteration of Ralph's work cycle. It spawns a single ralph-worker subagent, waits for it to complete, displays the result, and then stops. This is useful for:
ralph-reset
stavarengo/ralph-wiggum-loop
Hard reset repository to last good state when Ralph gets stuck
Ralph Start
stavarengo/ralph-wiggum-loop
# ralph-start Start Ralph's autonomous iteration loop. ## What This Skill Does This skill starts Ralph's autonomous loop that repeatedly spawns the ralph-worker agent to implement tasks from fix_plan.md. The loop continues until all tasks are complete, a blocker is encountered, or the user stops
Ralph Stop
stavarengo/ralph-wiggum-loop
# ralph-stop Stop Ralph's autonomous iteration loop gracefully. ## What This Skill Does This skill stops the autonomous loop started by `/ralph:start`. It sets a stop signal, allows the current iteration to finish, and updates the status. ## Prerequisites - Ralph must be initialized (`/ralph:in