omc.ralph

Execute omc-copilot tasks in Ralph mode via CLI invocation.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-ralph
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: omc.ralph
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/omc-ralph
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-ralph

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable running tasks in Ralph mode to provide a compatibility wrapper for Ralph loop execution.

Core Features & Use Cases

  • Runtime mode selection: Executes tasks in Ralph mode to leverage Ralph loop capabilities.
  • Compatibility layer: Bridges between existing omc-copilot commands and Ralph runtime.
  • Use Case: When you need to test a task across runtime modes without changing your orchestration logic.

Quick Start

Invoke omc-copilot run with --mode ralph to execute a task using the Ralph runtime.

Frequently Asked Questions about omc.ralph

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

FAQPage Schema
How do I run a task in Ralph mode using the omc-copilot CLI?▼

To run a task in Ralph mode, execute the CLI invocation `omc-copilot run "<task>" --mode ralph --cwd <path>`. This enables task execution using the Ralph runtime without changing your existing user scripts.

What is the purpose of a Ralph mode compatibility wrapper?▼

Ralph mode provides a compatibility wrapper for Ralph loop execution. It bridges standard omc-copilot commands with the Ralph runtime, allowing you to leverage Ralph loop capabilities within your orchestration workflows.

Can I test tasks across different runtime modes without modifying my orchestration logic?▼

Yes, you can test tasks across runtime modes without changing orchestration logic. The compatibility layer integrates with the existing runtime pipeline, enabling Ralph mode execution seamlessly across standard run scenarios.

Do I need to change my user scripts to execute tasks in the Ralph runtime?▼

No, you do not need to change your user scripts to execute tasks in the Ralph runtime. The wrapper integrates directly with the existing omc-copilot runtime pipeline to support standard run scenarios.

What are the limitations of using Ralph mode for task orchestration?▼

Ralph mode is limited to providing a compatibility wrapper for Ralph loop execution within the omc-copilot plugin. Its scope strictly covers orchestration workflows and standard run scenarios without altering underlying user scripts.