mikeyobrienmikeyobrienCommunityΒ·18 Agent Skills Included

ralph-orchestrator

Keep AI coding agents looping autonomously until tasks are done

Runs AI coding agents in autonomous loops that iterate until a task is fully complete. Coordinates specialized agent personas, parallel worktree loops, and quality gates like tests and linting that reject unfinished work. Includes skills for planning features, generating tasks, reviewing pull requests, and debugging loops, removing manual supervision from long coding jobs.
npx skills add mikeyobrien/ralph-orchestrator --all -g -y
Available:

Gives the AI agent the repository's architecture map, build and test commands, and the core orchestration tenets it must follow when running loops, hats, memories, and tasks.

All Skills in This Repository (18)

Pure Emerald Level Indicators
πŸ“¦ In Repo
mikeyobrienmikeyobrien

review-pr

Runs an orchestrated code review loop against a GitHub pull request and reports findings.

Community
Intermediate
πŸ“¦ In Repo
mikeyobrienmikeyobrien

tui-debug-in-pane

Reproduce and debug TUI rendering issues by running ralph in a tmux split pane.

Community
Intermediate
πŸ“¦ In Repo
mikeyobrienmikeyobrien

ralph-hats

Create, validate, and improve Ralph hat collection YAML workflows.

Community
Intermediate
πŸ“¦ In Repo
mikeyobrienmikeyobrien

ralph-loop

Run, inspect, resume, merge, and debug Ralph orchestration loops via CLI commands.

Community
Intermediate
πŸ“¦ In Repo
mikeyobrienmikeyobrien

complex-test-skill

Validate directory-based skill discovery by locating SKILL.md files at skill roots.

Community
Basic
πŸ“¦ In Repo
mikeyobrienmikeyobrien

tmux-terminal

Control tmux sessions to automate interactive terminal workflows.

Community
Intermediate
πŸ“¦ In Repo
mikeyobrienmikeyobrien

test-driven-development

Generate Rust test stubs from specs, tasks, or descriptions.

Community
Advanced
πŸ“¦ In Repo
mikeyobrienmikeyobrien

ralph-operations

Manage Ralph orchestration loops by analyzing diagnostic data and debugging loop behavior.

Community
Basic
πŸ“¦ In Repo
mikeyobrienmikeyobrien

create-hat-collection

Generate YAML hat presets with event-flow architectures through guided conversation.

Community
Advanced
πŸ“¦ In Repo
mikeyobrienmikeyobrien

evaluate-presets

Evaluate Ralph's hat presets and generate logs, metrics, and summary reports.

Community
Advanced
πŸ“¦ In Repo
mikeyobrienmikeyobrien

find-code-tasks

Enumerate code-task files by status, dates, and metadata from repositories.

Community
Basic
πŸ“¦ In Repo
mikeyobrienmikeyobrien

pr-demo

Record terminal sessions with asciinema and convert them to GIFs or SVGs for GitHub PRs.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install ralph-orchestrator?β–Ό

Run `npx skills add mikeyobrien/ralph-orchestrator --all -g -y` in your terminal to install all skills in this suite globally.

What does Ralph Orchestrator do?β–Ό

It keeps AI coding agents working in a loop until a task is finished, using quality gates like tests and linting to reject incomplete work instead of stopping after one attempt.

Which AI backends does Ralph support?β–Ό

Ralph works with Claude Code, Gemini CLI, Codex, Kiro, Copilot CLI, OpenCode, and several other agent backends, with automatic detection of whichever is installed.

Can Ralph run multiple tasks in parallel?β–Ό

Yes. Ralph supports parallel loops using git worktrees, so multiple agents can work on isolated copies of your code and merge results through a queue.

Do I need to watch the agent while it works?β–Ό

No. Ralph runs autonomously, but you can optionally connect a Telegram bot to answer agent questions and steer the loop from your phone.

Related Repositories in Software Engineering

View All in Software Engineering→