ship

ship is a command for coding agents from dansasser/claude-code-marketplace. It costs 0 tokens per session (266 once invoked), scanned A, original, MIT.

A command that runs eight software quality checks in order and creates a GitHub pull request only if every check passes. A pull request is a proposed code change for review in GitHub.

In plain words
What is it for?
Use it to run the complete pre-release pipeline, stop at the first failed gate, and create a reviewed GitHub change after all gates pass.
Why use it?
It combines the final checks and shipping step, and blocks the pull request when any required check finds a problem.

Command

Part of the preflight plugin — 2 skills, 8 commands, 11 agents 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 commands/dansasser/claude-code-marketplace/ship
Clone the repo
git clone --depth 1 https://github.com/dansasser/claude-code-marketplace

Or install preflight, the plugin that ships this one along with the rest of its 2 skills, 8 commands, 11 agents.

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/dansasser/claude-code-marketplace/ship.svg)](https://agentmods.dev/commands/dansasser/claude-code-marketplace/ship)
Your own site
<a href="https://agentmods.dev/commands/dansasser/claude-code-marketplace/ship"><img src="https://agentmods.dev/badge/commands/dansasser/claude-code-marketplace/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 266 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.00266
Opus 5 $0.00000 $0.00133
Sonnet 5 $0.00000 $0.00053
Haiku 4.5 $0.00000 $0.00027

Measured 4d ago against content hash 6633088ab890, 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 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.

plugins/preflight/commands/ship.md · 59 lines

What it actually says

Run the full pipeline and create a PR.

Purpose

This is equivalent to /preflight but with explicit intent to ship the code.

Process

  1. Run all 8 gates in sequence
  2. Stop at any failure
  3. If ALL gates pass, create PR via github-pr agent

Behavior

Same as /preflight, but makes the shipping intent clear.

SHIPPING PIPELINE

Running Gate 1 (lint-test)...
  PASS (45s)

Running Gate 2 (coverage)...
  PASS (32s)

Running Gate 3 (cross-platform)...
  PASS (89s)

...

Running Gate 8 (github-pr)...
  PASS (12s)

SHIPPED!

PR #123 created: https://github.com/owner/repo/pull/123

Labels: enhancement, tested
All 8 quality gates passed.

On Failure

SHIP BLOCKED at Gate 5 (security)

Critical issue found:
  - API key exposed in src/config.py:23

Cannot ship until all gates pass.
Fix issues and run /ship again.

IMPORTANT

Will NOT create PR if ANY gate fails. This is the final quality check before code reaches GitHub.

Use the preflight-orchestrator agent to coordinate.

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 · 59 lines · 0 tokens per session scan A 6633088ab890

Subscribe to this mod's changes

ship is a command published in the GitHub repository dansasser/claude-code-marketplace (9 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 266 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-08-31.