dos-dispatch-loop

dos-dispatch-loop is a skill for Claude Code, Codex from anthony-chaudhary/fak. It costs 49 tokens per session (211 once invoked), scanned A, original, Apache-2.0.

A recurring work-dispatch workflow that sends tasks to separate work lanes and replans when the task backlog becomes empty.

In plain words
What is it for?
It is for repeated dispatch, replan, and dispatch cycles across independent lanes until the controlling loop says to stop.
Why use it?
It coordinates unattended cycles of work and provides a stopping decision instead of leaving dispatch running indefinitely.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/anthony-chaudhary/fak/dos-dispatch-loop
Any agent
npx skills add anthony-chaudhary/fak --skill dos-dispatch-loop
Clone the repo
git clone --depth 1 https://github.com/anthony-chaudhary/fak

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 dos-dispatch-loop

README.md
[![agentmods](https://agentmods.dev/badge/skills/anthony-chaudhary/fak/dos-dispatch-loop.svg)](https://agentmods.dev/skills/anthony-chaudhary/fak/dos-dispatch-loop)
Your own site
<a href="https://agentmods.dev/skills/anthony-chaudhary/fak/dos-dispatch-loop"><img src="https://agentmods.dev/badge/skills/anthony-chaudhary/fak/dos-dispatch-loop.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 211 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00049 $0.00211
Opus 5 $0.00024 $0.00105
Sonnet 5 $0.00010 $0.00042
Haiku 4.5 $0.00005 $0.00021

Measured 5d ago against content hash 6146926c08a0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dos-dispatch-loop 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 5d 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.

.agents/skills/dos-dispatch-loop/SKILL.md · 18 lines

What it actually says

Canonical project skill adapter

Load and follow ../../../.claude/skills/dos-dispatch-loop/SKILL.md. This generated discovery adapter contains no maintained workflow body.

Portability contract

  • The linked canonical SKILL.md is the single semantic workflow body for Claude, Codex, and fak-native loaders.
  • This adapter changes discovery only; it must not fork, summarize, or translate the workflow.
  • Harness-native invocation, permissions, hooks, model routing, and worker launch remain typed adapters outside the semantic body.
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. 5d ago First seen · 18 lines · 49 tokens per session scan A 6146926c08a0

Subscribe to this mod's changes

dos-dispatch-loop is a skill published in the GitHub repository anthony-chaudhary/fak (36 stars, last pushed yesterday), licensed Apache-2.0. It adds 49 tokens to every session and 211 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

dep-create

Creates or updates Dynamo Enhancement Proposals as GitHub issues, including lightweight DEPs, implementation plans, and retroactive DEPs for ai-dynamo/dynamo. Use when proposing a feature or architecture change, drafting an implementation plan, or filing a retroactive DEP.

ai-dynamo/dynamo · 56 tokens

dep-status

Checks Dynamo Enhancement Proposal issue status, lists DEPs by lifecycle state or area, and finds related DEP issues in ai-dynamo/dynamo. Use when asking where a DEP stands or which DEPs exist for an area.

ai-dynamo/dynamo · 47 tokens

dep-update

Updates Dynamo Enhancement Proposal lifecycle state in GitHub, including triage, PIC assignment, review, approval, and status label changes. Use when triaging a new DEP, assigning a PIC, or moving a proposal through review and approval.

ai-dynamo/dynamo · 50 tokens

dos-goal-fleet

Launch multiple goal-scoped workers in waves, each with a witness-gated stop condition and dos arbitrate file-tree safety. Use when an operator asks to run several independent goals in parallel and fold only verified ships.

anthony-chaudhary/dos-kernel · 51 tokens

dos-dispatch-loop

Run recurring dos-dispatch cycles, switching to dos-replan when the backlog drains and stopping on the kernel's loop verdict. Use for unattended dispatch->replan->dispatch work across disjoint lanes.

anthony-chaudhary/dos-kernel · 49 tokens

dos-dispatch

Plan and ship the next batch on one lane: run dos-next-up, acquire a lease with dos arbitrate, gate empty work, dispatch the packet, and archive the run. Use when a single lane should move end to end with collision safety.

anthony-chaudhary/dos-kernel · 56 tokens