ralph-loop-helper

Guide Ralph loop usage for long-running autonomous tasks in mineflayer-bedrock.

6|3|Updated Mar 29, 2025
One-click install
npx skills add https://github.com/mc-zuri/mineflayer-bedrock --skill ralph-loop-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-loop-helper
Source: https://github.com/mc-zuri/mineflayer-bedrock/tree/main/.claude/skills/ralph-loop-helper
Command: npx skills add https://github.com/mc-zuri/mineflayer-bedrock --skill ralph-loop-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides guidance on using the Ralph loop for long-running autonomous tasks in the mineflayer-bedrock project, including safeguards to prevent premature exit and ensure completion.

Core Features & Use Cases

  • Iterative development loops: Use /ralph-loop to drive tasks that require multiple iterations until success.
  • Safeguards & patterns: Max iterations, exact completion signals with tags, and phased execution.
  • Project examples: Implement Bedrock plugins, run test suites, and perform API compatibility checks iteratively with automatic verification.

Quick Start

Run /ralph-loop "<task description>" with a defined --max-iterations value and a --completion-promise that signals completion. Optionally structure tasks in phases as shown in the templates.