What is ultrawork?
Parallel execution engine for high-throughput task completion Source: yeachan-heo/oh-my-codex.
Parallel execution engine for high-throughput task completion
Quickly install ultrawork AI skill to your development environment via command line
Source: yeachan-heo/oh-my-codex.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraworkParallel execution engine for high-throughput task completion Source: yeachan-heo/oh-my-codex.
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
https://github.com/yeachan-heo/oh-my-codex