ship

ship is a skill for Claude Code from martineserios/thebrana. It costs 29 tokens per session (3,532 once invoked), scanned A, original, MIT.

A release workflow for taking a build from final checks through deployment, documentation, verification, monitoring, and possible rollback. A build is the packaged or compiled result of your software.

In plain words
What is it for?
Use it to deploy applications, publish npm packages, release task work, verify the result, monitor it, and optionally roll back after a problem.
Why use it?
It provides checkpoints around publishing code or packages, including an explicit confirmation before deployment and a response if verification fails.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; reads .claude/ paths; names the AskUserQuestion tool.

Part of the brana plugin — 56 skills, 4 commands, 14 agents, 13 hooks shipped together

Good fit Use it to deploy applications, publish npm packages, release task work, verify the result, monitor it, and optionally roll back after a problem.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martineserios/thebrana/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 martineserios/thebrana --skill ship
Clone the repo
git clone --depth 1 https://github.com/martineserios/thebrana

Made for: Claude Code.

Or install brana, the plugin that ships this one along with the rest of its 56 skills, 4 commands, 14 agents, 13 hooks.

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/martineserios/thebrana/ship/github.svg)](https://agentmods.dev/skills/martineserios/thebrana/ship)
Your own site
<a href="https://agentmods.dev/skills/martineserios/thebrana/ship"><img src="https://agentmods.dev/badge/skills/martineserios/thebrana/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/martineserios/thebrana/ship"><img src="https://agentmods.dev/badge/skills/martineserios/thebrana/ship.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,532 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00029 $0.03532
Opus 5 $0.00015 $0.01766
Sonnet 5 $0.00006 $0.00706
Haiku 4.5 $0.00003 $0.00353

Measured today against content hash 11e4e97ad38e, 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 1 finding 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 today.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| Web service | `curl -sf <health-endpoint>` if URL is known |
system/skills/ship/SKILL.md · 302 lines

How it starts

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

Ship

Push a build out the door. Six steps: pre-flight, deploy, document, verify, monitor, rollback. Each step adapts to the project — detects test frameworks, deploy methods, and registries automatically. Manual override is always available.

Invocation

/brana:ship                        — detect target from context
/brana:ship bootstrap              — deploy the brana identity layer
/brana:ship t-123                  — ship the work from a specific task
/brana:ship npm                    — publish an npm package

Step Registry

On entry, create a CC Task step registry. Follow the guided-execution protocol.

Register these steps: PRE-FLIGHT, GATE-3, DEPLOY, DOCUMENT, VERIFY, MONITOR, ROLLBACK.

ROLLBACK is conditional — only executed if VERIFY or MONITOR fails.

Rules

  • Never auto-deploy without user confirmation. Pre-flight ends with an explicit gate.
  • Pre-flight failure blocks deploy. Hard gate — no override.
  • Rollback is always optional and prompted. Never auto-rollback.
  • Project detection is best-effort. Always offer manual override via AskUserQuestion when detection is ambiguous.

Steps

Step 0: Goal injection

Set session orientation before any checks run:

  • If task_id known: extract AC: lines from task context (same pattern as build.md Step 0 sub-step 0). If found:
    • Call /goal "ship {task-id} — Done when: {criteria joined with ' AND '}".
    • Write ~/.claude/run-state/active-goal.json:
      {"task_id": "{task_id}", "cwd": "{git_root}", "session_id": "$BRANA_SESSION_ID", "criteria": ["{criterion1}", "{criterion2}"]}
      
      The Stop hook (goal-completion.sh) will auto-complete the task when criteria pass.
  • If no task_id or no AC: lines: call /goal "ship {target}: all checks pass, deployed, verified" where {target} is the npm package name, task subject, or branch name. No active-goal.json write — narrative goal only.
  • Skip for bootstrap invocation — the goal is implicit.

Read the full file on GitHub · 302 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. today Changed · +30 lines 11e4e97ad38e
  2. 3d ago Changed · +22 lines 91c8ba0d5671
  3. 5d ago First seen · 250 lines · 29 tokens per session scan A 5f22b9d7cb86

Subscribe to this mod's changes

ship is a skill published in the GitHub repository martineserios/thebrana (3 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 3,532 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories