Was ist ultrawork?
Parallele Ausführungs-Engine für die Aufgabenerledigung mit hohem Durchsatz Quelle: yeachan-heo/oh-my-codex.
Parallele Ausführungs-Engine für die Aufgabenerledigung mit hohem Durchsatz
Installieren Sie den KI-Skill ultrawork schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: 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: " "})
Parallele Ausführungs-Engine für die Aufgabenerledigung mit hohem Durchsatz Quelle: yeachan-heo/oh-my-codex.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraworkParallele Ausführungs-Engine für die Aufgabenerledigung mit hohem Durchsatz Quelle: yeachan-heo/oh-my-codex.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultrawork Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/yeachan-heo/oh-my-codex