·ultrawork
</>

ultrawork

Parallel execution engine for high-throughput task completion

27Installs·1Trend·@yeachan-heo

Installation

$npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultrawork

How to Install ultrawork

Quickly install ultrawork AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultrawork
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: yeachan-heo/oh-my-codex.

SKILL.md

View raw

Ultrawork is a parallel execution engine that runs multiple agents simultaneously for independent tasks. It is a component, not a standalone persistence mode -- it provides parallelism and smart model routing but not persistence, verification loops, or state management.

Sequential task execution wastes time when tasks are independent. Ultrawork enables firing multiple agents simultaneously and routing each to the right model tier, reducing total execution time while controlling token costs. It is designed as a composable component that ralph and autopilot layer on top of.

statewrite({mode: "ultrawork", active: true, reinforcementcount: 1, startedat: " "})

Parallel execution engine for high-throughput task completion Source: yeachan-heo/oh-my-codex.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultrawork
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from yeachan-heo/oh-my-codex

Quick answers

What is ultrawork?

Parallel execution engine for high-throughput task completion Source: yeachan-heo/oh-my-codex.

How do I install ultrawork?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultrawork Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/yeachan-heo/oh-my-codex

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22