ship

ship is a skill for Claude Code, Codex from haoruilee/oh-my-mcode. It costs 99 tokens per session (431 once invoked), scanned A, original, MIT.

A release-preparation process for an accepted Oh My MiniMax Code run. It creates release notes and prints suggested Git or pull-request commands.

In plain words
What is it for?
Use it after a run has been accepted to prepare release notes and review the commands needed for a commit or pull request.
Why use it?
It turns completed, verified work into a clear handoff for release without pretending that unfinished or rejected work is ready.

Skill for Claude CodeCodex

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 skills/haoruilee/oh-my-mcode/ship
Any agent
npx skills add haoruilee/oh-my-mcode --skill ship
Clone the repo
git clone --depth 1 https://github.com/haoruilee/oh-my-mcode

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/haoruilee/oh-my-mcode/ship.svg)](https://agentmods.dev/skills/haoruilee/oh-my-mcode/ship)
Your own site
<a href="https://agentmods.dev/skills/haoruilee/oh-my-mcode/ship"><img src="https://agentmods.dev/badge/skills/haoruilee/oh-my-mcode/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 431 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.00099 $0.00431
Opus 5 $0.00049 $0.00216
Sonnet 5 $0.00020 $0.00086
Haiku 4.5 $0.00010 $0.00043

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

skills/ship/SKILL.md · 51 lines

What it actually says

Ship

Load agents/release.md. Only if run.json status === accepted. Default is notes + command list. Do not git push unless the user asked for --commit and git is clean enough.

中文名:发布准备。

Inputs

  • Accepted run_id.
  • summary.md and evidence.

Procedure

  1. show the run. If status is not accepted, stop. Do not invent a green verdict.
  2. Prefer oh-my-mcode ship [run_id]. That writes release.md and prints git/PR commands.
  3. Do not mark Accepted. Verify already did that.
  4. Host /team is unrelated. This is Release on a durable run.

Output contract

  • Release notes in the run store.
  • Suggested commands. Push only when explicitly requested and the tree is clean enough.

Failure handling

  • Rejected / active / cancelled: refuse.
  • Dirty unrelated git state: print commands, do not force-push.

Examples

User: ship this run

Write notes and print commands if Accepted.

User: max mode: ship the auth fix

Wrong skill if the work is not yet Accepted. That is max then this skill.

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 · 51 lines · 99 tokens per session scan A 4d154c7f0eb8

Subscribe to this mod's changes

ship is a skill published in the GitHub repository haoruilee/oh-my-mcode (51 stars, last pushed 5d ago), licensed MIT. It adds 99 tokens to every session and 431 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

release

Cut a Symphony release by bumping the committed version, landing it, tagging the merged commit, and verifying the Burrito release workflow. Use when asked to release, tag, or retag Symphony.

openai/symphony · 42 tokens

changelog-entry

Add a new entry to CHANGELOG.yml under the current unreleased version (or create the version block if needed), then regenerate documentation. Use when the user says things like "add a changelog entry", "log this fix in the changelog", or "/changelog-entry".

telepresenceio/telepresence · 60 tokens

release-notes

Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.

phuryn/pm-skills · 57 tokens

snapshot-release

Drives the snapshot-release flow for the current branch's PR. Posts a /snapshot comment on the PR if one isn't already there (with confirmation), waits for the Continuous Releases workflow to finish, and reports the tarball URLs from the resulting 📦 Snapshot Release comment. Use for both triggering and waiting …

daangn/seed-design · 142 tokens

multi-repo-release

Prepares and validates GPT-RAG umbrella releases across component repositories and the AI Landing Zone. Use for manifest pins, changelog entries, release branches, tags, and GitHub Release notes.

Azure/GPT-RAG · 43 tokens

changelog-composer

Generates structured changelogs and release notes from git history and PRs, classifying breaking changes, features, fixes, performance, docs. Triggers on: "generate changelog", "write release notes", "what changed since", "prepare release", "release notes for", "diff since tag".

Mathews-Tom/armory · 67 tokens