ship

ship is a command for Claude Code from Houseofmvps/ultraship. It costs 11 tokens per session (683 once invoked), scanned A, original, MIT.

A pre-release checker that reviews a project for search visibility, accessibility, security, code-quality, and build-size issues. Accessibility means making software usable by people with disabilities; a pre-release check finds problems before deployment.

In plain words
What is it for?
Use it to run a ship-readiness review with the Ultraship tools and produce a scored report before deploying a website or application.
Why use it?
It brings several release checks into one report, so issues such as missing image descriptions, exposed secrets, slow database patterns, or oversized builds are easier to spot.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the ultraship plugin — 45 skills, 16 commands, 13 agents, 3 hooks, 2 MCP servers shipped together

Good fit Use it to run a ship-readiness review with the Ultraship tools and produce a scored report before deploying a website or application.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/houseofmvps/ultraship/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.

Clone the repo
git clone --depth 1 https://github.com/Houseofmvps/ultraship

Made for: Claude Code.

Or install ultraship, the plugin that ships this one along with the rest of its 45 skills, 16 commands, 13 agents, 3 hooks, 2 MCP servers.

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/houseofmvps/ultraship/ship/github.svg)](https://agentmods.dev/commands/houseofmvps/ultraship/ship)
Your own site
<a href="https://agentmods.dev/commands/houseofmvps/ultraship/ship"><img src="https://agentmods.dev/badge/commands/houseofmvps/ultraship/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/commands/houseofmvps/ultraship/ship"><img src="https://agentmods.dev/badge/commands/houseofmvps/ultraship/ship.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 683 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.00011 $0.00683
Opus 5 $0.00005 $0.00342
Sonnet 5 $0.00002 $0.00137
Haiku 4.5 $0.00001 $0.00068

Measured 9d ago against content hash 763bd6c2a006, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 9d 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 · 70 lines

How it starts

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

/ship — Pre-Deploy Quality Gate

Run all Ultraship auditors in parallel and produce a screenshot-shareable scorecard.

What It Runs

5 scored categories from 6 tools, all in parallel:

Category Tools What it checks
SEO + AI Visibility seo-scanner 39 SEO rules (meta tags, headings, OG tags, canonicals, cross-page analysis) + 20 GEO rules (AI bot access, snippet restrictions) + 4 AEO rules (schema checks)
Accessibility a11y-scanner WCAG 2.2 A/AA static checks: missing alt text, unlabeled form controls, icon-only buttons, missing lang, heading order, positive tabindex, zoom disabled, broken aria references
Security secret-scanner AWS keys, Stripe keys, GitHub tokens, private keys, DB URLs, JWT secrets in source files
Code Quality code-profiler + dep-doctor N+1 queries, sync I/O in handlers, memory leaks, unbounded queries, unused/outdated dependencies
Bundle Size bundle-tracker Build output size, heavy dependency detection (moment→dayjs, lodash→native, axios→fetch)

How to Run

In Claude Code:

/ship

Standalone CLI:

npx ultraship ship .
npx ultraship ship /path/to/project

Scoring

  • Each category starts at 100, deducts per finding based on severity
  • SEO deduplicates by rule (same issue on N pages = one deduction)
  • Failed tools show as FAIL and are excluded from the overall average
  • Overall = average of categories that successfully ran

Status thresholds:

  • = 80: READY TO SHIP

  • 60-79: NEEDS WORK
  • < 60: NOT READY

After the Scorecard

The scorecard tells you what's wrong. To fix issues:

  1. Run individual audit commands for detailed findings:
    • ultraship seo . — full SEO findings with file:line locations
    • ultraship a11y . — all WCAG 2.2 accessibility findings
    • ultraship security . — all detected secrets
    • ultraship profile . — N+1 queries, sync I/O, memory leaks
    • ultraship deps . — unused and outdated packages

Read the full file on GitHub · 70 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. 9d ago First seen · 70 lines · 11 tokens per session scan A 763bd6c2a006

Subscribe to this mod's changes

ship is a command published in the GitHub repository Houseofmvps/ultraship (121 stars, last pushed 2mo ago), licensed MIT. It adds 11 tokens to every session and 683 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-30.