shipped

shipped is a skill for Claude Code, Codex from a1f/agent-templates. It costs 56 tokens per session (3,328 once invoked), scanned A, original, MIT.

A bookkeeping skill for updating planning records after pull requests—code changes proposed for review—have been merged.

In plain words
What is it for?
Use it to mark merged work as shipped and add the relevant pull-request links to the recorded plan.
Why use it?
It keeps issue tables and plan artifacts synchronized with completed work without changing the plan itself.

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/a1f/agent-templates/shipped
Any agent
npx skills add a1f/agent-templates --skill shipped
Clone the repo
git clone --depth 1 https://github.com/a1f/agent-templates

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 shipped

README.md
[![agentmods](https://agentmods.dev/badge/skills/a1f/agent-templates/shipped.svg)](https://agentmods.dev/skills/a1f/agent-templates/shipped)
Your own site
<a href="https://agentmods.dev/skills/a1f/agent-templates/shipped"><img src="https://agentmods.dev/badge/skills/a1f/agent-templates/shipped.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,328 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.00056 $0.03328
Opus 5 $0.00028 $0.01664
Sonnet 5 $0.00011 $0.00666
Haiku 4.5 $0.00006 $0.00333

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

Security

Grade A, and why

shipped 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 4d 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.

skills/shipped/SKILL.md · 230 lines

How it starts

The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Shipped

Say it after PRs land; the records catch up. Bookkeeping only — ticks and links: never merges, never authors prose, never edits the plan (re-planning is /course-correct's job). Idempotent: a re-run changes nothing, and whatever a prior run missed is booked next time.

/shipped [--issue=N] [--pr=N]

  1. Find the records            (plan issue + its artifact)
  2. Compare the plan to GitHub  (merged but unbooked)
     ├─ issue lane      3. Tick the issue rows → 5. Tick cross-referenced issues
     └─ artifact lane   4. Tick the artifact
     join               pin the artifact marker, report

No approval gates — never preview or confirm an edit; invoking the skill is the permission. --pr (or the branch you're on) only seeds discovery — every run still reconciles all merged-but-unbooked rows.

Phase 1 — Find the records

The plan issue, in order:

  1. --issue=N.
  2. The issue the anchor PR references — --pr=N, else the current branch's PR or the one just discussed; read its body for the issue link (several plan-issue links count as several candidates).
  3. The conversation — the last PRD published: ... (issue #N) line.
  4. A repo scan — issues (open, else recently closed) whose body carries a ## PR breakdown section or a table whose rows describe one PR each.

Never pause to confirm a detection — verify it instead, pulling Phase 2's PR listing forward: at least one row records or matches a PR of this repo. A plan recording no PR at all yet qualifies only through steps 1–2, where the user or a PR pointed at it. A failed check on an auto-detected issue (steps 2–4) falls through to the next step; an explicit --issue or --pr that fails to resolve — or whose issue fails the check — stops the run and reports, never falling through past the user's word. More than one issue qualifies, or all four steps come up dry → ask; headless (no interactive user to ask, e.g. a scheduled run), stop and report with nothing written.

Read the full file on GitHub · 230 lines

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. 4d ago First seen · 230 lines · 56 tokens per session scan A 28d68acc7de1

Subscribe to this mod's changes

shipped is a skill published in the GitHub repository a1f/agent-templates (2 stars, last pushed 4d ago), licensed MIT. It adds 56 tokens to every session and 3,328 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

wayfinder

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

mattpocock/skills · 46 tokens

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

pm-all

Skill "pm-all" from wei63w/pm-manager, covering user input, outline and shared workflow (all /pm- commands).

wei63w/pm-manager · 8 tokens

bootstrap-prd

Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.

joshukraine/dotfiles · 25 tokens

simulator-reactions

Simulator.Company reactions specialist — comments, events, approvals, ratings and other feedback attached under an actor. Use when the user wants to comment on an actor, reply in a thread, read/like/pin the discussion, mark comments read, or get reaction stats. Activate when the user says "comment on this actor"…

corezoid/simulator-ai-plugin · 174 tokens

glab-issue

Create, view, update, and manage GitLab issues. Use when working with issue tracking, bug reports, feature requests, or task management. Operations include creating issues, listing with filters, viewing details, adding comments/notes, updating labels/assignees/milestones, closing/reopening, and board management.…

vince-winkintel/gitlab-cli-skills · 89 tokens