Agent skill · Content & Marketing

ralph-tui

AI agent loop orchestrator for autonomous task execution - coding, content, any multi-step work

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ralph-tui-hathbanger-fridas-choppers-gtm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/agent/ralph-tui-hathbanger-fridas-choppers-gtm/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Ralph TUI - Autonomous Task Execution Break down complex work into tasks, then let AI execute them autonomously. **Why this matters:** Instead of manually prompting for each step, define the work upfront as a PRD, then let ralph-tui orchestrate execution. It selects tasks, builds prompts with context, executes your AI agent, and advances automatically. ## Usage ``` /ralph-tui # Show available commands /ralph-tui run # Run autonomous loop on current prd.json /ralph-tui create # Create a new PRD with AI assistance /ralph-tui status # Check execution status ``` ## On Skill Invoke ### If no args or "help": Show the ralph-tui command reference: ``` Ralph TUI - AI Agent Loop Orchestrator Commands: jfl ralph run --prd ./tasks/file.json Run autonomous task loop jfl ralph create-prd --chat Create PRD with AI jfl ralph setup Initialize in project jfl ralph status Show session status jfl ralph resume Resume paused session Quick Start: 1. Create PRD: jfl ralph create-prd --chat 2. Run loop: jfl ralph run --prd ./tasks/my-feature.json Keyboard (in TUI): s = start, p = pause, q = quit j/k = navigate, Enter = details ``` ### If "run" or "start": 1. Check for prd.json files: ```bash ls ./tasks/*

What's inside
Steps it walks through
  1. Usage
  2. On Skill Invoke
  3. If no args or "help":
  4. If "run" or "start":
  5. If "create" or "new":
  6. If "status":
  7. PRD Format
  8. Story Fields
  9. Creating Good PRDs
  10. 1. Keep Stories Small
  11. 2. Clear Acceptance Criteria
  12. 3. Order Dependencies
  13. 4. Include Context
  14. Execution Model
Ships with 1 file
  • metadata.json
Commands it runs
ls ./tasks/*.json 2>/dev/null || ls ./prd.json 2>/dev/null
jfl ralph run --prd <selected-file>
jfl ralph create-prd --chat --output ./tasks/
jfl ralph status
Install JFL (includes ralph-tui)
npm install -g jfl
Use ralph via jfl
jfl ralph run --prd ./tasks/feature.json
Or directly
ralph-tui run --prd ./tasks/feature.json
More from claude-skill-registry
All skills →
About this skill
What does the ralph-tui skill do?

AI agent loop orchestrator for autonomous task execution - coding, content, any multi-step work

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ralph-tui-hathbanger-fridas-choppers-gtm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going