Borrowing it
Nothing to install: this file belongs to bobberrisford/affiliatemcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/bobberrisford/affiliatemcp/main/.claude/skills/delivery-steward/SKILL.mdgit clone --depth 1 https://github.com/bobberrisford/affiliatemcpWrote 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/bobberrisford/affiliatemcp/delivery-steward)<a href="https://agentmods.dev/skills/bobberrisford/affiliatemcp/delivery-steward"><img src="https://agentmods.dev/badge/skills/bobberrisford/affiliatemcp/delivery-steward/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/bobberrisford/affiliatemcp/delivery-steward"><img src="https://agentmods.dev/badge/skills/bobberrisford/affiliatemcp/delivery-steward.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.00081 | $0.01714 |
| Opus 5 | $0.00041 | $0.00857 |
| Sonnet 5 | $0.00016 | $0.00343 |
| Haiku 4.5 | $0.00008 | $0.00171 |
Grade A, and why
delivery-steward 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 12d 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 — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Delivery Steward
Turn one user outcome into a small, validated, reviewable change. Own delivery
progress, not just implementation or review commentary. Follow AGENTS.md,
compose prepare-for-review and review-pr when a PR is involved, and minimise
hand-offs that merely ask another agent to do known work.
1. Frame the outcome
Before editing, identify:
- the intended customer journey and affected cohort;
- the owning architectural layer and existing pattern to follow;
- public MCP, domain, CLI, client, or documentation contracts affected;
- failure modes, assumptions, dependencies, and deliberately excluded scope.
Read the owning files, adjacent tests, relevant accepted decisions, and current product docs before choosing an approach. Treat shipped behaviour and accepted decisions as stronger evidence than historical plans.
For multi-PR work, write the workstream dependency graph and acceptance proof before implementation. If a required decision is unresolved, stop production implementation at that boundary. Discovery and explicitly disposable prototypes may continue; foundations and child implementation PRs may not.
Make routine implementation choices without asking for approval. Ask for maintainer direction only when a decision is product-sensitive, architecture-sensitive, security-sensitive, privacy-sensitive, irreversible, or changes a public contract. Rob is the current maintainer and default decision owner for affiliate-domain truth, product direction, architecture, privacy, security, deployment, and cross-client trade-offs unless another maintainer or CODEOWNER is explicitly assigned. When escalating, recommend a direction, name the material trade-offs, and propose a next step.
Assumptions can evolve. Question one when new requirements, usage evidence, architecture, or product direction materially changes the outcome. Otherwise, state the working assumption briefly and continue.
2. Implement the smallest coherent change
- Reuse the owning module, naming, helper, and test patterns.
- Keep provider-neutral behaviour in shared core or MCP layers and network-specific behaviour in its adapter.
- Avoid speculative abstractions, hidden coupling, duplicated domain logic, inconsistent naming, global state, and unrelated cleanup.
- Preserve public APIs unless a breaking change is explicitly requested and governed by an accepted decision.
- Add or update focused tests when behaviour changes.
- Update practical docs, examples, tool descriptions, roadmap status, or release notes when the customer journey or shipped behaviour changes.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 183 lines · 81 tokens per session scan A d194971a5aa1
delivery-steward is a skill published in the GitHub repository bobberrisford/affiliatemcp (6 stars, last pushed 1mo ago), licensed MIT. It adds 81 tokens to every session and 1,714 once invoked, about $0.0004 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
mcore-split-pr
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.
shiplog
Recap of everything shipped since the last run - cross-repo PRs, security fixes, star deltas, and X traction, synthesized into a digest article and a ready-to-post shiplog in your voice.
llxprt-issue-workflow
Use this skill when asked to address, fix, or work on a GitHub issue in the llxprt-code repository. Covers the complete issue lifecycle - branch setup, gh CLI usage, test-first planning, subagent delegation and review loops, the full verification cycle (including the stepfun-37 smoke test), open code review (ocr), PR…
cyrus-setup-repository
Add one or more Git repositories to Cyrus configuration so it can process issues from those repos.
github-sync
Bidirectional synchronization of epics and tasks with GitHub issues, labels, and relationships.
github-notification-triage
Triage GitHub notifications and issue/PR queues.