ship

ship is a command for Claude Code from dhslegen/digital-delivery-team. It costs 23 tokens per session (376 once invoked), scanned A, original, MIT.

A delivery command that runs packaging and reporting steps, then bundles the project’s documentation, test results, and built files into an archive.

In plain words
What is it for?
Use it at the end of a project to run the delivery checks, create a compressed handoff package, and report its contents and quality status.
Why use it?
It prevents delivery when required quality checks fail, such as insufficient test coverage, blocking review findings, or failed implementation checks.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the digital-delivery-team plugin — 13 skills, 21 commands, 9 agents, 8 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 commands/dhslegen/digital-delivery-team/ship
Clone the repo
git clone --depth 1 https://github.com/dhslegen/digital-delivery-team

Made for: Claude Code.

Or install digital-delivery-team, the plugin that ships this one along with the rest of its 13 skills, 21 commands, 9 agents, 8 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/commands/dhslegen/digital-delivery-team/ship.svg)](https://agentmods.dev/commands/dhslegen/digital-delivery-team/ship)
Your own site
<a href="https://agentmods.dev/commands/dhslegen/digital-delivery-team/ship"><img src="https://agentmods.dev/badge/commands/dhslegen/digital-delivery-team/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 376 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.1 $0.00023 $0.00376
Opus 5 $0.00012 $0.00188
Sonnet 5 $0.00005 $0.00075
Haiku 4.5 $0.00002 $0.00038

Measured 5d ago against content hash 139bd86f2122, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 5d 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.

commands/ship.md · 55 lines

What it actually says

/ship


执行步骤

  1. /package

    • 若前置校验失败(测试覆盖率 < 70%、存在阻塞级评审项或 /impl 校验失败未修复)→ 停止
  2. /report

    • 若基线文件缺失 → 停止并按 /report 指引在项目根目录封盘
    • 若失败 → 停止
  3. 打包交付产物:

tar czf "delivery-${DDT_PROJECT_ID:-unknown}-$(date +%Y%m%d%H%M).tar.gz" \
  README.md docs/ tests/test-report.md \
  $(test -d web/dist    && echo web/dist)    \
  $(test -d server/dist && echo server/dist) \
  2>/dev/null || true
  1. 汇总输出:
/ship 完成

交付包:     delivery-<id>-<ts>.tar.gz
总提效:     <+n>%
质量守门:   ✅ 通过 / ⚠️ <n> 项劣化

包含产物:
  README.md
  docs/
  tests/test-report.md
  web/dist/     (若存在)
  server/dist/  (若存在)

若质量守门有劣化项:

存在质量劣化,禁止交付出包,请修复后重跑 /verify/report/ship

否则:

✅ 交付完成!

$ARGUMENTS

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. 5d ago First seen · 55 lines · 23 tokens per session scan A 139bd86f2122

Subscribe to this mod's changes

ship is a command published in the GitHub repository dhslegen/digital-delivery-team (1 stars, last pushed 3mo ago), licensed MIT. It adds 23 tokens to every session and 376 once invoked, about $0.0001 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.