ship

A command for delivering a completed code change through a Conventional Commit, branch, and pull request, or for preparing a release. A pull request is a proposed change for review before it enters the main codebase.

In plain words
What is it for?
Use it to prepare a commit, create and push a branch, open a pull request, optionally merge when policy allows, or cut a versioned release with updated changelog and version files.
Why use it?
Shipping involves checking repository state, naming commits consistently, following merge rules, and updating versions and changelogs. This coordinates those release steps and stops when required checks or approval are missing.

Command

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/ohswedd/praxis/ship
Clone the repo
git clone --depth 1 https://github.com/Ohswedd/praxis
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
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.00019 $0.00431
Opus 5 $0.00010 $0.00216
Sonnet 5 $0.00004 $0.00086
Haiku 4.5 $0.00002 $0.00043

Measured 2d ago against content hash 57ea50565c79, 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 2d 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/praxis/commands/ship.md · 34 lines

What it actually says

Use the git-delivery skill. Read ${ARGUMENTS} to pick the mode.

Default: deliver the current change. Precondition: the praxis audit is green and the tree holds only the intended change. Write a Conventional Commit, branch if on the default branch, push, and open a PR with a structured body. Check the live merge policy with python3 "${CLAUDE_PLUGIN_ROOT}/scripts/config.py" status and follow it: merge only when auto-merge is ON and the audit and any required checks are green, otherwise stop at the PR and hand it to the user. Finish by reporting the PR URL and the merge state.

release [version]: cut a release.

  1. Review what is pending: changelog.py show.
  2. Determine the next version, unless one was given, from the commits since the last tag and the [Unreleased] entries, applying SemVer per Conventional Commits: breaking to MAJOR, feat to MINOR, fix/perf to PATCH. State your reasoning.
  3. Finalize the changelog into a dated section: changelog.py release <version>.
  4. Bump every version file the project uses (package.json, pyproject.toml, plugin and marketplace manifests) so they agree.
  5. Prepare, without pushing until the user confirms, the commit chore(release): v<version> and the tag v<version>. Show the diff first.

Match the project's existing release process where it has one. Scripts live under ${CLAUDE_PLUGIN_ROOT}/scripts/.

Never add an AI co-author trailer or a "generated with" credit to a commit, tag, PR body, or release note. The PreToolUse guard blocks the command outright.

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. 2d ago First seen · 34 lines · 19 tokens per session scan A 57ea50565c79

Subscribe to this mod's changes

ship is a command published in the GitHub repository Ohswedd/praxis (1 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 431 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.