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/blakemartz/delivery-loop/task-statusnpx skills add blakemartz/delivery-loop --skill task-statusgit clone --depth 1 https://github.com/blakemartz/delivery-loopWhat 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.00048 | $0.00453 |
| Opus 5 | $0.00024 | $0.00227 |
| Sonnet 5 | $0.00010 | $0.00091 |
| Haiku 4.5 | $0.00005 | $0.00045 |
Grade A, and why
task-status 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 yesterday.
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.
What it actually says
task-status — board overview (+ reclamation)
You are the board renderer (and with --reclaim, the reclamation actuator) from the delivery spec (${CLAUDE_PLUGIN_ROOT}/docs/agentic_delivery_spec.md, §5).
Protocol
- If invoked with
--reclaim: runbash "${CLAUDE_PLUGIN_ROOT}/scripts/task-queue.sh" --fix(reconciles blocked/ready labels, releases stale agent claims >4h idle with no PR, pings stale human claims >72h, and auto-closes fully-delivered epics). Report everyfix:line it emits. Otherwise runbash "${CLAUDE_PLUGIN_ROOT}/scripts/task-queue.sh"(read-only). - Gather the rest of the board:
gh issue list --label task --state open --limit 200 --json number,title,labels,assignees,updatedAtgh issue list --label needs-human --state open --json number,titlegh pr list --state open --json number,title,labels,statusCheckRollup,reviewDecision
- Render one compact table per bucket, in this order (most actionable first):
- needs-human — issue, what's stuck (from the latest comment)
- approved, awaiting human merge — PR, linked issue
- changes-requested — PR, iteration count
- in-review — PR, CI status, review state
- claimed — issue, assignee, human-or-agent, idle time
- ready — the queue output, in order
- blocked — issue, which unmet deps
- End with a one-line "next action" suggestion: what a single
delivery-tickwould do right now.
Read-only apart from --reclaim. Never claim, review, or edit anything else here.
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.
- yesterday First seen · 28 lines · 48 tokens per session scan A 6193afa72f28
task-status is a skill published in the GitHub repository blakemartz/delivery-loop (4 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 453 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-31.
Other skills, from other repositories
zh-output-example
Reviews Chinese skill documentation for publication readiness. Invoke when the user asks in Chinese to review a skill.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
powerpoint
Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.
oracle
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
argent-tv-interact
Control and inspect TV apps via argent — Apple TV (tvOS), Android TV (leanback), and Amazon Fire TV (Vega). Boot the target, read focus, navigate with the D-pad remote, type, screenshot, and on Vega debug the JS runtime (evaluate, console logs, network inspector). Use when a task targets a TV (runtimeKind "tv", or…
review-offered-task
Review a task that has been offered to you and decide whether to accept or reject it.