ultrawork

ultrawork is a skill for Claude Code, Codex from IAPro-Community/Orquestrador-Maestro. It costs 14 tokens per session (1,377 once invoked), scanned A, original, Apache-2.0.

A parallel execution workflow for completing many tasks at the same time.

In plain words
What is it for?
Use it to coordinate high-throughput task execution across parallel workstreams.
Why use it?
It reduces waiting when independent work can run concurrently.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to coordinate high-throughput task execution across parallel workstreams.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iapro-community/orquestrador-maestro/ultrawork
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add IAPro-Community/Orquestrador-Maestro --skill ultrawork
Clone the repo
git clone --depth 1 https://github.com/IAPro-Community/Orquestrador-Maestro

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ultrawork

README.md
[![agentmods](https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/ultrawork/github.svg)](https://agentmods.dev/skills/iapro-community/orquestrador-maestro/ultrawork)
Your own site
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/ultrawork"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/ultrawork/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ultrawork

Your own site · 80×15
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/ultrawork"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/ultrawork.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,377 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.01377
Opus 5 $0.00007 $0.00688
Sonnet 5 $0.00003 $0.00275
Haiku 4.5 $0.00001 $0.00138

Measured 9d ago against content hash 96574bd3be69, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ultrawork scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

codex/skills/ultrawork/SKILL.md · 144 lines

How it starts

The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.

<Use_When>

  • Multiple independent tasks can run simultaneously
  • User says "ulw", "ultrawork", or wants parallel execution
  • You need to delegate work to multiple agents at once
  • Task benefits from concurrent execution but the user will manage completion themselves </Use_When>

<Do_Not_Use_When>

  • Task requires guaranteed completion with verification -- use ralph instead (ralph includes ultrawork)
  • Task requires a full autonomous pipeline -- use autopilot instead (autopilot includes ralph which includes ultrawork)
  • There is only one sequential task with no parallelism opportunity -- delegate directly to an executor agent
  • User needs session persistence for resume -- use ralph which adds persistence on top of ultrawork </Do_Not_Use_When>

<Why_This_Exists> 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. </Why_This_Exists>

<Execution_Policy>

  • Fire all independent agent calls simultaneously -- never serialize independent work
  • Always pass the model parameter explicitly when delegating
  • Read docs/shared/agent-tiers.md before first delegation for agent selection guidance
  • Use run_in_background: true for operations over ~30 seconds (installs, builds, tests)
  • Run quick commands (git status, file reads, simple checks) in the foreground </Execution_Policy>

<Tool_Usage>

  • Use LOW-tier delegation for simple changes
  • Use STANDARD-tier delegation for standard work
  • Use THOROUGH-tier delegation for complex work
  • Use run_in_background: true for package installs, builds, and test suites
  • Use foreground execution for quick status checks and file operations </Tool_Usage>

State Management

Use omx_state MCP tools for ultrawork lifecycle state.

  • On start: state_write({mode: "ultrawork", active: true, reinforcement_count: 1, started_at: "<now>"})
  • On each reinforcement/loop step: state_write({mode: "ultrawork", reinforcement_count: <current>})
  • On completion: state_write({mode: "ultrawork", active: false})
  • On cancellation/cleanup: run $cancel (which should call state_clear(mode="ultrawork"))

Read the full file on GitHub · 144 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 144 lines · 14 tokens per session scan A 96574bd3be69

Subscribe to this mod's changes

ultrawork is a skill published in the GitHub repository IAPro-Community/Orquestrador-Maestro (42 stars, last pushed yesterday), licensed Apache-2.0. It adds 14 tokens to every session and 1,377 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens

parallel-execution-optimizer

Identify and execute independent operations in parallel for 3-5x speedup. Auto-analyzes task dependencies, groups into batches, launches parallel Task() calls. Applies to /optimize (5 checks), /ship pre-flight (5 checks), /implement (task batching), /prototype (N screens). Auto-triggers when detecting multiple…

marcusgoll/Spec-Flow · 80 tokens

recap

Quick summary of the last session — commands run, files changed, and what to do next.

sharpdeveye/maestro · 22 tokens

apple-notes-search

Semantic + keyword search and connection-discovery across the user's own Apple Notes via the apple-notes MCP server. Use when the user wants to find, recall, or synthesize something from their notes, or surface non-obvious bridges/related notes. macOS, on-device.

Ghosteken/agent-harness · 61 tokens

wrap-session

Wrap up the current session by updating active.md, logging the session, committing, and providing the next session's starter prompt. Use at the end of every working session.

FarzamMohammadi/the-engineer · 37 tokens

dev-cleanup

Bounded checklist for cleaning local dev artifacts (build outputs, caches, temporary logs) in a single repository. NEVER auto-executes destructive commands — every cleanup action requires explicit, in-the-moment user confirmation. Use when a user explicitly asks for cleanup, or when the orchestrator determines stale…

NicoGenti/opencode-orchestrator-kit · 74 tokens