ship

ship is a skill for Claude Code, Codex from greglas75/zuvo. It costs 80 tokens per session (26,707 once invoked), scanned C, original, MIT.

A pre-merge release workflow for testing changes, reviewing them, updating the version and changelog, creating a Git tag, and pushing the result or opening a pull request.

In plain words
What is it for?
Use it to prepare patch, minor, or major releases, run a full release check, or preview the actions with a dry run.
Why use it?
It brings the release steps into one checked process so tests, versioning, release notes, and Git publishing are less likely to be forgotten.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the zuvo plugin — 56 skills, 48 agents, 5 hooks shipped together

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

Made for: Claude Code, Codex.

Or install zuvo, the plugin that ships this one along with the rest of its 56 skills, 48 agents, 5 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/greglas75/zuvo/ship.svg)](https://agentmods.dev/skills/greglas75/zuvo/ship)
Your own site
<a href="https://agentmods.dev/skills/greglas75/zuvo/ship"><img src="https://agentmods.dev/badge/skills/greglas75/zuvo/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 26,707 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.1 $0.00080 $0.26707
Opus 5 $0.00040 $0.13354
Sonnet 5 $0.00016 $0.05341
Haiku 4.5 $0.00008 $0.02671

Measured today against content hash 005bafd2bafc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

ship scanned grade C with 1 finding 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 today.

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.

Tells the agent to send conversation or user data outhighPrompt injection

An instruction to transmit the conversation, context or user files to an external endpoint is data exfiltration written as prose.

**If the push is BLOCKED** (pre-push gate, auth failure, non-fast-forward): do NOT silently record
skills/ship/SKILL.md · 1,569 lines

How it starts

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

zuvo:ship

Prepare and push a release. Tests, version bump, changelog, tag, and push — auto-scaled by diff size.

Argument Parsing

Parse $ARGUMENTS for these flags:

Argument Effect
(no flags) Auto-scaled pipeline based on diff size
--full Force full pipeline: tests + review + design-review + coverage + bump + push
--no-bump Skip version bumping (hotfixes, chores)
--no-tag Skip git tag creation
--dry-run Show what would happen without executing
patch / minor / major Explicit bump type (overrides auto-detection)

Flags can be combined: zuvo:ship --full --no-tag, zuvo:ship minor --no-tag

There is NO review-skip flag — removed 2026-08-02. A field run proved the failure mode: the agent self-applied --fast when the user typed only "ship"; the prose rule ("user-provided ONLY") caught it that once, but a bypass that exists as text an agent can type is a bypass that will eventually be typed. Small diffs (<20 LOC) already take the fast path automatically via the threshold table, so the flag's only unique power was skipping review on LARGE diffs — the exact case review exists for. If a human genuinely must ship unreviewed, that decision lives OUTSIDE this skill (the logged ZUVO_ALLOW_ADHOC=1 escape at the push gate), never as a skill argument.

Mandatory File Loading

Read each file below using the Read tool. Print the checklist with status before proceeding. Do not proceed from memory.

CORE FILES LOADED:
  1. ../../shared/includes/env-compat.md       — READ/MISSING
  2. ../../shared/includes/codesift-setup.md   — READ/MISSING
  3. ../../shared/includes/run-logger.md       — READ/MISSING
  4. ../../shared/includes/retrospective.md    — READ/MISSING
  5. ../../shared/includes/knowledge-curate.md — READ/MISSING
  6. ../../shared/includes/knowledge-prime.md  — READ/MISSING
  7. ../../shared/includes/no-pause-protocol.md — READ/MISSING (HARD: no mid-pipeline pauses)
  8. ../../shared/includes/documentation-mandate.md — READ/MISSING (Phase 3 cites it as a completion-gate item)
  9. ../../shared/includes/terminal-state.md    — READ/MISSING (HARD: no SHIP COMPLETE over a pending check)

Read the full file on GitHub · 1,569 lines

Files

What ships with it

2 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. today Changed · +31 lines 005bafd2bafc
  2. 2d ago First seen · 1,538 lines · 80 tokens per session scan C adf305a2e0a7

Subscribe to this mod's changes

ship is a skill published in the GitHub repository greglas75/zuvo (6 stars, last pushed today), licensed MIT. It adds 80 tokens to every session and 26,707 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent to send conversation or user data out). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.