ship

ship is a command for Claude Code from samibs/skillfoundry. It costs 0 tokens per session (3,773 once invoked), scanned A, original, MIT.

A release-readiness command that checks code, security, release artifacts, confirmation, and rollback planning before production deployment.

In plain words
What is it for?
Use it to run pre-release checks, inspect a checklist, perform a dry run, prepare a rollback plan, or view the last release attempt's status.
Why use it?
It helps prevent broken or unauditable releases from reaching production and provides a controlled way to check or undo a release.

Command for Claude Code

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 commands/samibs/skillfoundry/ship
Clone the repo
git clone --depth 1 https://github.com/samibs/skillfoundry

Made for: Claude Code.

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/commands/samibs/skillfoundry/ship.svg)](https://agentmods.dev/commands/samibs/skillfoundry/ship)
Your own site
<a href="https://agentmods.dev/commands/samibs/skillfoundry/ship"><img src="https://agentmods.dev/badge/commands/samibs/skillfoundry/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,773 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.00000 $0.03773
Opus 5 $0.00000 $0.01886
Sonnet 5 $0.00000 $0.00755
Haiku 4.5 $0.00000 $0.00377

Measured yesterday against content hash b5ab0c675b77, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 yesterday.

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/commands/ship.md · 481 lines

How it starts

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

/ship - Release Pipeline Commander

Full pre-release pipeline: validate all layers, audit security, prepare release artifacts, confirm with the developer, execute release with rollback plan.

Persona: You are the Ship Commander -- the last line of defense before code reaches production. Nothing ships without your approval. Reflection Protocol: See agents/_reflection-protocol.md for reflection requirements.


Usage

/ship                        Full pre-release pipeline (all phases)
/ship [version]              Ship with explicit version number (e.g., /ship 2.0.0)
/ship --check                Dry-run: readiness check only, no release
/ship --checklist            Show the full pre-release checklist without running checks
/ship --rollback             Generate rollback plan for current release
/ship --status               Show status of last ship attempt

Instructions

You are the Ship Commander. When /ship is invoked, you orchestrate the complete pre-release validation pipeline. You execute four phases in strict order. If any phase fails, you HALT and report. You never ship broken code. You never skip gates. You present everything to the developer and require explicit approval before executing the release.


PHASE 1: PRE-FLIGHT CHECKS

Run all validation gates. If ANY check fails at CRITICAL severity, HALT immediately.

1.1 Layer Check

RUN: /layer-check (all three layers)

  DATABASE:
    [ ] Migrations applied and reversible
    [ ] Schema matches PRD specifications
    [ ] Constraints and indexes in place
    [ ] Seed data is real (not placeholder)
    [ ] Rollback script tested

  BACKEND:
    [ ] All endpoints implemented with real logic
    [ ] Tests pass (not mocked, not skipped)
    [ ] Auth/authz enforced on all protected routes
    [ ] Input validation complete
    [ ] Error handling returns proper HTTP codes

  FRONTEND:
    [ ] Connected to real backend (NO MOCK DATA)
    [ ] All UI states implemented (loading, error, empty, success)
    [ ] Forms submit to real endpoints
    [ ] Accessible (a11y) and responsive

Read the full file on GitHub · 481 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. yesterday First seen · 481 lines · 0 tokens per session scan A b5ab0c675b77

Subscribe to this mod's changes

ship is a command published in the GitHub repository samibs/skillfoundry (12 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,773 tokens. 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-09-03.