ship

ship is a skill for Claude Code, Codex from akka/ai-marketplace. It costs 35 tokens per session (1,156 once invoked), scanned A, original, Apache-2.0.

A release-readiness workflow that runs the required audits for either a review or a production release. It evaluates author, review, and release conditions according to the organisation’s rules.

In plain words
What is it for?
Use it to run review or release gates, collect the results of applicable auditors, and perform the organisation’s declared push, pull-request, or deployment steps when checks pass.
Why use it?
It shows whether a change meets the checks required before review or release. In enforced mode, a failed required check can stop the process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to run review or release gates, collect the results of applicable auditors, and perform the organisation’s declared push, pull-request, or deployment steps when checks pass.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akka/ai-marketplace/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.

Any agent
npx skills add akka/ai-marketplace --skill ship
Clone the repo
git clone --depth 1 https://github.com/akka/ai-marketplace

Made for: Claude Code, Codex.

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/akka/ai-marketplace/ship/github.svg)](https://agentmods.dev/skills/akka/ai-marketplace/ship)
Your own site
<a href="https://agentmods.dev/skills/akka/ai-marketplace/ship"><img src="https://agentmods.dev/badge/skills/akka/ai-marketplace/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/skills/akka/ai-marketplace/ship"><img src="https://agentmods.dev/badge/skills/akka/ai-marketplace/ship.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,156 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.00035 $0.01156
Opus 5 $0.00017 $0.00578
Sonnet 5 $0.00007 $0.00231
Haiku 4.5 $0.00003 $0.00116

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

skills/ship/SKILL.md · 102 lines

How it starts

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

User Input

You MUST consider the user input before proceeding.

Purpose

/akka:ship runs the auditors for every applicable exit condition in scope for the requested ship target, and on pass runs the ship steps the organization declared for that target. The target argument is REQUIRED. Two targets are accepted:

  • review — runs the auditors for every applicable exit condition tagged author or review. On pass, runs the organization's review ship steps (typically push the branch and open a pull request).
  • release — runs the auditors for every applicable exit condition at any tier (author, review, and release). On pass, runs the organization's release ship steps (typically deploy to production).

Author-time is a precondition, not a ship target. There is no /akka:ship author.

The author-time conditions are evaluated first, on their own, before any higher-tier auditor is given a chance. In À la carte mode the gate is advisory like every other condition: the run continues, every in-scope tier is evaluated, and the user gets the complete picture to override against.

In Enforced mode a ship that fails them stops right there — the review-time and release-time checks never run, so a ship that cannot succeed does not first spend minutes on scanning, dynamic analysis, or live-service probes. The user sees only the author-time verdict, which is the only one that has been computed.

An active waiver satisfies the precondition exactly as it satisfies any other condition — a waiver is a person's time-bound, recorded acceptance, not a bypass.

Outline

  1. Parse the target from the user's request. Read the first argument. It MUST be review or release. If missing, invalid, or anything else, stop and tell the user: "/akka:ship requires an explicit target: review or release. For example: /akka:ship review." Do not call the CLI.

  2. Invoke the CLI. Run akka specify ship <target> in the project directory (via the shell). Capture the output. The CLI:

    • Runs the author-time auditors first; in Enforced mode stops there if any of them blocks.
    • Otherwise runs the auditors for every remaining applicable exit condition in scope for the target.
    • Reports the verdict (READY_TO_SHIP or NOT_READY).
    • In À la carte mode, records an explicit override and proceeds even when the verdict is NOT_READY.
    • In Enforced mode, refuses to run any ship steps unless the verdict is READY_TO_SHIP.
    • Writes a conformance receipt recording which target was shipped, what was verified, and any conditions that remained open with their reasons.

Read the full file on GitHub · 102 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. 10d ago First seen · 102 lines · 35 tokens per session scan A e18fea658a54

Subscribe to this mod's changes

ship is a skill published in the GitHub repository akka/ai-marketplace (6 stars, last pushed 2d ago), licensed Apache-2.0. It adds 35 tokens to every session and 1,156 once invoked, about $0.0002 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.