Что такое ultrawork?
Механизм параллельного выполнения для высокопроизводительного выполнения задач Источник: yeachan-heo/oh-my-codex.
Механизм параллельного выполнения для высокопроизводительного выполнения задач
Быстро установите AI-навык ultrawork в вашу среду разработки через командную строку
Источник: 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: " "})
Механизм параллельного выполнения для высокопроизводительного выполнения задач Источник: yeachan-heo/oh-my-codex.
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraworkМеханизм параллельного выполнения для высокопроизводительного выполнения задач Источник: yeachan-heo/oh-my-codex.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultrawork После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/yeachan-heo/oh-my-codex