ship

ship is a skill for Claude Code, Codex from loncadev/baron. It costs 70 tokens per session (460 once invoked), scanned A, original, Apache-2.0.

A Baron workflow for shipping a work item: it opens a draft pull request, moves the item to review, starts its continuous-integration pipeline, and notifies the team.

In plain words
What is it for?
Use when a change is ready to send for review, run its automated checks, and announce it to the team.
Why use it?
It removes the need to coordinate these separate release steps manually and keeps them in a defined order.

Skill for Claude CodeCodex

Part of the baron plugin — 10 skills 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 skills/loncadev/baron/ship
Any agent
npx skills add loncadev/baron --skill ship
Clone the repo
git clone --depth 1 https://github.com/loncadev/baron

Made for: Claude Code, Codex.

Or install baron, the plugin that ships this one along with the rest of its 10 skills.

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/loncadev/baron/ship.svg)](https://agentmods.dev/skills/loncadev/baron/ship)
Your own site
<a href="https://agentmods.dev/skills/loncadev/baron/ship"><img src="https://agentmods.dev/badge/skills/loncadev/baron/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 460 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.00070 $0.00460
Opus 5 $0.00035 $0.00230
Sonnet 5 $0.00014 $0.00092
Haiku 4.5 $0.00007 $0.00046

Measured 3d ago against content hash e974a7c72864, 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 3d 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/claude-code/skills/ship/SKILL.md · 42 lines

What it actually says

Ship a change

Run the ship recipe as a single deterministic call. This is a single-pane workflow spanning four ports (scm → issues → ci → notify); do not perform the steps yourself — the Baron engine enforces their order. Your job is only to gather the inputs and make one call.

Inputs

  • issueId — the issue being shipped (required).
  • branch — the source branch the PR opens from and CI runs against (required).
  • title — the pull request title (required).
  • pipelineId — the CI pipeline to trigger (required).

If you are unsure, call baron_recipe_list and read ship's inputs. The PR targets the repo's default branch automatically.

Run it

Call baron_recipe_run exactly once:

{ "name": "ship", "inputs": { "issueId": "<id>", "branch": "<branch>", "title": "<PR title>", "pipelineId": "<pipeline id>" } }

Rules

  • Gather the inputs from context. Confirm the pipelineId if it is not obvious — triggering CI is a real side effect.
  • Call baron_recipe_run once. Do NOT also call the scm/ci/notify tools yourself.
  • If the result is an isError with a code (RECIPE_INPUT_MISSING, CAPABILITY_GAP, PORT_UNBOUND, …), surface the code and its hint and stop — do not retry blindly. PORT_UNBOUND means a port the recipe needs (e.g. ci or notify) is not bound in .baron/policy.json.
  • On success, report the PR url, that CI was triggered, and that the team was notified.
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. 3d ago First seen · 42 lines · 70 tokens per session scan A e974a7c72864

Subscribe to this mod's changes

ship is a skill published in the GitHub repository loncadev/baron (1 stars, last pushed 13d ago), licensed Apache-2.0. It adds 70 tokens to every session and 460 once invoked, about $0.0003 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.