open-ralph-wiggum

Orchestrate autonomous AI agents in persistent loops for iterative code refinement.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/frNNcs/.config --skill open-ralph-wiggum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-ralph-wiggum
Source: https://github.com/frNNcs/.config/tree/main/opencode/skills/open-ralph-wiggum
Command: npx skills add https://github.com/frNNcs/.config --skill open-ralph-wiggum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates complex coding tasks by orchestrating AI agents in a persistent loop, iteratively refining code until completion is achieved.

Core Features & Use Cases

  • Autonomous Code Improvement: Agents repeatedly modify code based on prompts until a completion signal is detected.
  • Task Management: Supports a checklist-based "Tasks Mode" for large projects.
  • Real-time Monitoring: Provides a dashboard to track loop progress and agent status.
  • Context Injection & Agent Rotation: Allows mid-loop adjustments and diverse agent strategies.
  • Use Case: Automatically refactor a large codebase for performance improvements, fix all TypeScript errors, or implement a new feature with comprehensive tests, all managed by an AI loop.

Quick Start

Use the open-ralph-wiggum skill to fix all TypeScript errors and ensure tests pass by running ralph "Arregla todos los errores de TypeScript y asegúrate de que los tests pasen".

Frequently Asked Questions about open-ralph-wiggum

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iterative code refinement using AI agents?

Yes, you can integrate local models using Ollama integration. This allows you to run autonomous code improvement loops locally, ensuring privacy while iteratively refactoring codebases or fixing TypeScript errors without relying on external APIs.

How do I manage large project implementations with an AI code automation loop?

You can manage large projects using a checklist-based Tasks Mode. This feature breaks down complex feature implementations and comprehensive test generation into manageable steps, tracked via a real-time monitoring dashboard.

Can I adjust AI agent strategies mid-loop during code generation?

Yes, mid-loop adjustments are supported through context injection and agent rotation. This allows you to introduce diverse agent strategies and dynamically modify prompts while the autonomous code improvement loop is actively running.

What is the best way to fix all TypeScript errors automatically?

The best way to automatically fix TypeScript errors is running an autonomous AI agent loop with a prompt specifying the error resolution and test passing requirements. The loop iteratively refines the code until completion is achieved.