# ultrawork

> Claude/Codex skill by [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md) · 38k stars · Updated 2026-08-01

Parallel execution engine for high-throughput task completion

Tags: agentic-coding, ai-agents, automation, claude, claude-code, multi-agent-systems, oh-my-opencode, opencode, parallel-execution, vibe-coding

## Install

```sh
git clone https://github.com/Yeachan-Heo/oh-my-claudecode /tmp/oh-my-claudecode && ln -s /tmp/oh-my-claudecode/skills/ultrawork ~/.claude/skills/ultrawork
```

## From README

Parallel session caveats Multi-repo workspace anchor: drop a .omc-workspace marker at the parent directory so multiple sessions across sub-repos share one .omc/. Resolution order: OMCSTATEDIR \> .omc-workspace \> git \> cwd. See docs/REFERENCE.md. Session id source: OMCSESSIONID env var wins in CLI contexts; hook payload data.sessionid wins in hook contexts. Plan id (when applicable): Ultrawork has no persistent state; two concurrent runs are independent by design. No plan-id needed. Parallel verdict: supported (stateless component) Relationship to Other Modes Ultrawork is the parallelism layer. Ralph adds persistence and verification. Autopilot adds the full lifecycle pipeline.

## Links

- HTML page: https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/ultrawork/
- GitHub: https://github.com/Yeachan-Heo/oh-my-claudecode
- Author: [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md)

## More from this repo

- [ai-slop-cleaner](https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/ai-slop-cleaner/index.md) — Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode
   - [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md) · 39k stars
- [ralplan](https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/ralplan/index.md) — Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution
   - [@yeachan-heo](https://omgskills.com/library/yeachan-heo/index.md) · 39k stars
- [omc-doctor](https://omgskills.com/skills/yeachan-heo/oh-my-claudecode/omc-doctor/index.md) — Diagnose and fix oh-my-claudecode installation issues
   - [@Yeachan-Heo](https://omgskills.com/library/yeachan-heo/index.md) · 39k stars
