affiliatemcp: Skill for Claude Code

.claude/skills/delivery-steward/SKILL.md

delivery-steward is a skill for Claude Code, Codex from bobberrisford/affiliatemcp. It costs 81 tokens per session (1,714 once invoked), scanned A, original, MIT.

A delivery workflow for taking an engineering outcome from implementation through documentation, pull requests, review, and delivery. A pull request is a proposed code change prepared for review before merging.

In plain words
What is it for?
Use it to plan repository changes, implement issues, coordinate multiple pull requests, monitor CI, refresh branches, and address review feedback.
Why use it?
It keeps scope, dependencies, architectural ownership, failure cases, and verification visible while work moves toward release.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also agents/openai.yaml present. Also seen: mentions AGENTS.md.

This is bobberrisford/affiliatemcp's own configuration. It tells Claude Code and Codex how to work on affiliatemcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything affiliatemcp configures →

Part of the affiliate-networks-mcp plugin — 37 skills, 1 MCP server shipped together

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/bobberrisford/affiliatemcp/main/.claude/skills/delivery-steward/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/bobberrisford/affiliatemcp

Made for: Claude Code, Codex.

Or install affiliate-networks-mcp, the plugin that ships this one along with the rest of its 37 skills, 1 MCP server.

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 delivery-steward

README.md
[![agentmods](https://agentmods.dev/badge/skills/bobberrisford/affiliatemcp/delivery-steward/github.svg)](https://agentmods.dev/skills/bobberrisford/affiliatemcp/delivery-steward)
Your own site
<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.

agentmods 80×15 button for delivery-steward

Your own site · 80×15
<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>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,714 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00081 $0.01714
Opus 5 $0.00041 $0.00857
Sonnet 5 $0.00016 $0.00343
Haiku 4.5 $0.00008 $0.00171

Measured 12d ago against content hash d194971a5aa1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

.claude/skills/delivery-steward/SKILL.md · 183 lines

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.

Read the full file on GitHub · 183 lines

Files

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.

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. 12d ago First seen · 183 lines · 81 tokens per session scan A d194971a5aa1

Subscribe to this mod's changes

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.