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 skills add rumotion/ai-agent-project-template --skill delegation-coordinatorgit clone --depth 1 https://github.com/rumotion/ai-agent-project-templateWrote 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/rumotion/ai-agent-project-template/delegation-coordinator)<a href="https://agentmods.dev/skills/rumotion/ai-agent-project-template/delegation-coordinator"><img src="https://agentmods.dev/badge/skills/rumotion/ai-agent-project-template/delegation-coordinator/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.
<a href="https://agentmods.dev/skills/rumotion/ai-agent-project-template/delegation-coordinator"><img src="https://agentmods.dev/badge/skills/rumotion/ai-agent-project-template/delegation-coordinator.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00026 | $0.00233 |
| Opus 5 | $0.00013 | $0.00117 |
| Sonnet 5 | $0.00005 | $0.00047 |
| Haiku 4.5 | $0.00003 | $0.00023 |
Grade A, and why
delegation-coordinator 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.
What it actually says
Delegation Coordinator
Coordinates task breakdown, path ownership, worker dispatch, and evidence-grounded result validation across multi-agent sessions.
Quick Start
- Define worker tasks using the Task Envelope schema in
docs/subagent-contract.md. - Assign disjoint
owned_pathsto each worker to prevent write collisions. - Require workers to return the standard Result Envelope containing verification exit codes and diff summaries.
- Run parent verification checks before marking delegated tasks completed.
Delegation Rules
- Single Writer Rule: Ensure no two concurrent subagents own the same target file path for editing.
- Read-Only Workers: Set
read_only: truefor audit, critic, or research workers. - Deterministic Verification: Verify subagent results with explicit build, test, or lint commands before accepting the result.
- Conflict Handling: If a worker returns
status: blockedor fails verification twice, halt and escalate to parent/Codex review.
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.
- 9d ago First seen · 23 lines · 26 tokens per session scan A 4f0149ea150d
delegation-coordinator is a skill published in the GitHub repository rumotion/ai-agent-project-template (1 stars, last pushed 19d ago), licensed MIT. It adds 26 tokens to every session and 233 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-08-31.
Other skills, from other repositories
saas-builder
Clone, verify, map, and build on top of ixartz/SaaS-Boilerplate for a user's SaaS idea. Use when a user wants to reuse SaaS Boilerplate, evaluate how their product fits it, or build product-specific pages, database schema, roles, permissions, MVP features, and launch scope on top of the boilerplate.
dashboard-builder
Build self-contained interactive HTML dashboards with charts, filters, and tables. Generates a single browser-openable file — no server or dependencies required.
bionic-decision-engine
Unified mathematical arbitrator for all resource allocation decisions — money, time, energy, relationships. Absorbs 46 decision protocols + 24 strategy protocols into one dense engine.
input-systems
Architect game input — action mapping (abstracting keys into named actions), rebinding with conflict detection and persistence, multi-device support (keyboard, gamepad, touch), analog deadzones, and feel features like input buffering and coyote time, plus accessibility. Engine-neutral. Use when the user mentions input…
roblox-luau
Script a Roblox experience in Luau: get services, create and parent Instances, connect events, run server Scripts vs client LocalScripts, and communicate across the client/server boundary with RemoteEvents/RemoteFunctions (server-authoritative). Use when building or debugging Roblox Studio scripts — when the user…
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.