ralphex

Launch and monitor ralphex autonomous plan executions with live progress tracking in CLI environments.

1.4k|118|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/umputun/ralphex --skill ralphex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralphex
Source: https://github.com/umputun/ralphex/tree/main/assets/claude/skills/ralphex
Command: npx skills add https://github.com/umputun/ralphex --skill ralphex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables hands-off execution of ralphex autonomous plan runs with live progress monitoring, reducing manual supervision.

Core Features & Use Cases

  • Autonomous plan execution: launches ralphex in the background and tracks progress.
  • Progress reporting: reads and reports plan name, branch, mode, and status from a progress file.
  • Flexible usage: accepts an optional plan file path or runs without a plan, supporting various workflows.

Quick Start

Install ralphex if needed and start a session with an optional plan file. Use this skill to launch ralphex and monitor progress in the background.

Frequently Asked Questions about ralphex

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

FAQPage Schema
How do I autonomously execute a Claude Code plan in the background?

To autonomously execute a Claude Code plan in the background, launch ralphex with an optional plan file path. It orchestrates the launch, selects the mode, and logs background progress to a live file.

What is the best way to monitor progress for autonomous CLI plan execution?

The best way to monitor progress for autonomous CLI plan execution is by reading the live progress file generated by ralphex. This file continuously reports the plan name, branch, mode, and current status details.

Do I need a working ralphex CLI installation to run hands-off plan execution?

Yes, you need a working ralphex CLI installation to run hands-off plan execution. This Skill requires the CLI tool to be installed locally to orchestrate background launches and track progress.

Can I run a background plan execution without specifying a plan file?

Yes, you can run background plan execution without specifying a plan file. The Skill accepts an optional plan file path and supports running workflows directly without one.

What CLI tools does ralphex use to launch and monitor autonomous plans?

Ralphex uses Bash, Read, AskUserQuestion, TaskOutput, and Glob tools to launch and monitor autonomous plans. These tools enable background process orchestration and live progress reporting.

Are there limitations when tracking ralphex autonomous plan runs in CLI environments?

A limitation of tracking ralphex autonomous plan runs is that it only operates in CLI environments requiring specific tools like Bash and Glob. Progress monitoring relies entirely on reading the generated progress file.