ship

ship is a skill for Claude Code from GiustoPiedimonte/agentic-engineering-marketplace. It costs 76 tokens per session (2,213 once invoked), scanned A, original, MIT.

A controlled workflow for turning an approved proposal or specification into code, then verifying and reviewing the result before merging.

In plain words
What is it for?
Use it to delegate implementation, open a pull request, run verification, and perform an adversarial pre-merge review.
Why use it?
It adds checks around changes that are broad, public, unattended, or difficult to undo.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents.

Part of the agentic-engineering plugin — 6 skills, 5 agents, 2 hooks shipped together

Good fit Use it to delegate implementation, open a pull request, run verification, and perform an adversarial pre-merge review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/giustopiedimonte/agentic-engineering-marketplace/ship
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.

Any agent
npx skills add GiustoPiedimonte/agentic-engineering-marketplace --skill ship
Clone the repo
git clone --depth 1 https://github.com/GiustoPiedimonte/agentic-engineering-marketplace

Made for: Claude Code.

Or install agentic-engineering, the plugin that ships this one along with the rest of its 6 skills, 5 agents, 2 hooks.

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 ship

README.md
[![agentmods](https://agentmods.dev/badge/skills/giustopiedimonte/agentic-engineering-marketplace/ship/github.svg)](https://agentmods.dev/skills/giustopiedimonte/agentic-engineering-marketplace/ship)
Your own site
<a href="https://agentmods.dev/skills/giustopiedimonte/agentic-engineering-marketplace/ship"><img src="https://agentmods.dev/badge/skills/giustopiedimonte/agentic-engineering-marketplace/ship/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 ship

Your own site · 80×15
<a href="https://agentmods.dev/skills/giustopiedimonte/agentic-engineering-marketplace/ship"><img src="https://agentmods.dev/badge/skills/giustopiedimonte/agentic-engineering-marketplace/ship.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,213 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.00076 $0.02213
Opus 5 $0.00038 $0.01107
Sonnet 5 $0.00015 $0.00443
Haiku 4.5 $0.00008 $0.00221

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

Security

Grade A, and why

ship 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 10d 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.

plugins/agentic-engineering/skills/ship/SKILL.md · 182 lines

How it starts

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

/ship — execute a shaped cycle, verify, review

Turn an approved pitch into production-quality code through a disciplined cycle. The organizing law: parallelize readers, serialize writers — research and review can fan out; only one writer touches the code at a time.

$ARGUMENTS points to the approved pitch/spec. Read it first.

0. Is the cycle warranted?

The filter below decides who does the work. This one decides whether the ceremony is worth paying for at all, and it is the one that gets skipped — because a process that has proved itself starts to feel free.

It isn't. A cycle costs three contexts (shape, write, review) plus the human attention to arbitrate between them, and that attention is usually the scarcest thing in the room. Spend it where being wrong is expensive to undo:

  • Small and reversible — a doc fix, a stale number, a rename with no behavior change, a broken link: do it directly and report what you did. git revert is the whole safety net, and it is enough.
  • Wide, outward-facing, or hard to undo — schema, public interface, anything that runs unattended or that other people build on: there the full cycle earns its cost several times over.

Severity × reversibility — the same rule you apply to what an agent may do on its own — turned on your own process. If you can describe the diff in one sentence and undo it with one command, stop reading and go do it.

1. Pre-spawn filter (decide who does the work)

Before delegating to an executor subagent, answer three questions. If any is "no", do NOT delegate — keep it human-driven / main-agent-driven:

  1. Deterministic? Cleanup, inventory, zero-behavior refactor = yes. Behavior-altering (changes product behavior, identity, core flow) = no.
  2. Closed scope? Finishable from a doc-bundle + this pitch without needing product judgment or user confirmations mid-flight.
  3. Low / low-medium risk? High-risk (schema break, destructive migration) = no, or split into safe steps first.

Read the full file on GitHub · 182 lines

Files

What ships with it

3 files 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. 10d ago First seen · 182 lines · 76 tokens per session scan A 0bfacbd02227

Subscribe to this mod's changes

ship is a skill published in the GitHub repository GiustoPiedimonte/agentic-engineering-marketplace (13 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 2,213 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-30.

Related

Other skills, from other repositories

release

Bump a plugin's version, write a detailed changelog entry for the upgrade skill to consume, and commit+push. Takes a plugin slug argument identifying which plugin under plugins/ to release. Use this skill whenever the user says "release", "version bump", "cut a release", "changelog and push", or finishes a set of…

gtapps/claude-code-hermit · 104 tokens

pre-release-review

Run the pre-release gate for this multi-plugin monorepo: establish each plugin's release boundary from its last reachable tag to HEAD, audit every changed plugin's [Unreleased] changelog against the actual code diff, identify contract-surface and breaking changes, and, per the objective the user picks up front, either…

gtapps/claude-code-hermit · 188 tokens

commit

Changelog and commit — lightweight motion for day-to-day plugin dev work in the monorepo. One commit per plugin scope; CHANGELOG and staging routed by detected slug. Trigger when the user says "commit", "commit this", "save this", "wrap this up", "let's commit", or finishes a change and wants to capture it. NOT for…

gtapps/claude-code-hermit · 90 tokens

fleet-release

Use this skill whenever the user wants to release, ship, prep, or cut versions for two or more plugins together on the current branch. Trigger on phrasings like "release both plugins", "ship them together", "release all changed plugins", "fleet release", "multi-plugin release", "release in order", or "release…

gtapps/claude-code-hermit · 96 tokens

spawn-session

Spawn a background Claude Code helper in its own git worktree, watch it until idle, and relay its report to the operator. Use when the operator says "spawn a helper", "spawn-session", "run this in a background session", or names /spawn-session.

gtapps/claude-code-hermit · 57 tokens

pipeline-digest

Daily release-pipeline digest with a change gate — reports which plugins are pending release, whether main's CI is green, and which branches went stale, and notifies the operator only when that state actually moved since the last run. Use when the operator asks "what moved in the pipeline", "anything to ship"…

gtapps/claude-code-hermit · 99 tokens