flux-ralph-init

Scaffold a repo-local Ralph harness in Flux projects.

7|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Nairon-AI/flux --skill flux-ralph-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flux-ralph-init
Source: https://github.com/Nairon-AI/flux/tree/main/skills/flux-ralph-init
Command: npx skills add https://github.com/Nairon-AI/flux --skill flux-ralph-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold or update a repo-local Ralph autonomous harness in scripts/ralph/, enabling rapid, repeatable Ralph-driven experiments in Flux-enabled projects.

Core Features & Use Cases

  • Creates a ready-to-run Ralph harness scaffold in repository roots, including templates for Ralph scripts, hooks, and receipts.
  • Enables opt-in setup for repo-local Ralph workflow during /flux:ralph-init commands, accelerating onboarding and reproducible runs in CI or local dev.
  • Supports updating existing setups by preserving user configurations while refreshing templates and tooling.

Quick Start

Run /flux:ralph-init to bootstrap or refresh the repo-local Ralph harness in the current repository.

Frequently Asked Questions about flux-ralph-init

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

FAQPage Schema
How do I scaffold a repo-local Ralph harness for Flux projects?

To scaffold a repo-local Ralph harness, run the /flux:ralph-init command to bootstrap or refresh templates and tooling in the scripts/ralph/ directory. This creates a ready-to-run setup for repeatable Ralph-driven workflows in Flux-enabled repositories.

What is a Ralph harness used for in DevOps repository automation?

A Ralph harness is used to enable consistent, repeatable autonomous workflows in Flux projects. It provides templates for scripts, hooks, and receipts, supporting local execution of Ralph loops and session phases during development or CI runs.

Can I update an existing Ralph harness setup without losing my configurations?

Yes, you can update an existing Ralph harness setup without losing configurations. Running the initialization command refreshes templates and tooling while preserving user configurations already present in the repository.

Does the Ralph harness scaffold work for both local development and CI environments?

The Ralph harness scaffold works for both local development and CI environments. It accelerates onboarding and supports reproducible runs, ensuring consistent Ralph-driven experiments across different execution contexts in Flux-enabled projects.

What is the best way to structure Skill metadata and resources for a Ralph harness?

The best way to structure Skill metadata for a Ralph harness is ensuring frontmatter is present and optional resources like scripts, references, and assets are organized for on-demand use during activation, supporting session phases and local execution.