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.
npx agentmods add skills/rexleimo/aios/aios-work-dispatchnpx skills add rexleimo/aios --skill aios-work-dispatchgit clone --depth 1 https://github.com/rexleimo/aiosWrote 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.
[](https://agentmods.dev/skills/rexleimo/aios/aios-work-dispatch)<a href="https://agentmods.dev/skills/rexleimo/aios/aios-work-dispatch"><img src="https://agentmods.dev/badge/skills/rexleimo/aios/aios-work-dispatch.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00070 | $0.01335 |
| Opus 5 | $0.00035 | $0.00668 |
| Sonnet 5 | $0.00014 | $0.00267 |
| Haiku 4.5 | $0.00007 | $0.00134 |
Grade A, and why
aios-work-dispatch 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AIOS Work Dispatch
Use this Skill when deciding whether current coding task should enter aios work parallel dispatch. It explains routing; it does not replace current AIOS workflow policy or Rex Command.
Trigger eligibility
Use aios work candidate route only when all conditions hold:
- Current AIOS disposition is
planned. - Task decomposes into at least two independently executable work items.
- Each work item has explicit owner/path boundary and observable acceptance criteria.
- Work-item file ownership does not overlap.
- Work items do not require strict predecessor ordering.
- Task is not one continuous resumable objective.
If any condition is unproven, keep execution serial and do not launch aios work.
Do not use
- Small local change or typo: use current single-agent route.
- Coupled edits or strict ordered phases: use current Provider or
aios orchestrate. - One long resumable objective: use
aios harness. - Status, history, or observability only: use
aios team. - Review-only request: do not dispatch implementers.
- Unclear ownership, missing acceptance criteria, or unknown client readiness: stop and clarify or remain serial.
Required execution sequence
0. Plan the decomposition first (user need -> work items)
aios work decomposes from a structured plan when one is active, otherwise from
the --context string. Plan first so the engine can use real dependencies and
ownership instead of guessing:
aios plan start --title "<objective>" --task "<user need>"
aios plan task <id> --target <path> --allow-write <glob> # declare ownership
aios plan task <id> --context <ref> # per-task context
Independent tasks get empty dependsOn; coupled tasks declare their prerequisite
ids. Tasks that share file ownership are NOT independent — merge gate blocks them.
After the plan has at least two eligible (pending) tasks, dispatch reads it:
aios work --task "<objective>" --dry-run --json
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.
- 3d ago First seen · 148 lines · 70 tokens per session scan A b6bbdee79613
aios-work-dispatch is a skill published in the GitHub repository rexleimo/aios (52 stars, last pushed 4d ago), licensed MIT. It adds 70 tokens to every session and 1,335 once invoked, about $0.0003 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-08-30.
Other skills, from other repositories
subagent-driven-development
Execute plans via delegatetask subagents (2-stage review).
Subagent Driven Development
Orchestrate specialized, autonomous AI agents to execute parallel subtasks with strict boundaries.
nika-workflow
Captures a repeated AI chore as a Nika workflow file — audited before it runs, cost-capped while it runs, hash-chain traced after.
arxiv
Standardized arXiv skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full arXiv dynamic command map, and safety/rate controls.
douyinv2
Standardized douyinv2 skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full douyinv2 dynamic command map, and safety/rate controls.
Use when handling MediaUse LinkedIn automation tasks, including jobs and people search, timeline and inbox retrieval, profile reads, safe connect/message flows, and Sales Navigator workflows, with Windows install, key onboarding, strict context/auth flow, full dynamic command map, and safety/rate controls.