ship

ship is a skill for Claude Code, Codex from bleedmode/dearuser. It costs 5 tokens per session (21 once invoked), scanned A, original, MIT.

A code delivery workflow that builds the project, runs its tests, creates a Git commit, and pushes the changes.

In plain words
What is it for?
It helps prepare tested changes and send them to a remote Git repository.
Why use it?
It groups the usual release steps into one repeatable process and helps catch failures before code is shared.

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

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/bleedmode/dearuser/ship.svg)](https://agentmods.dev/skills/bleedmode/dearuser/ship)
Your own site
<a href="https://agentmods.dev/skills/bleedmode/dearuser/ship"><img src="https://agentmods.dev/badge/skills/bleedmode/dearuser/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 5 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 21 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.00005 $0.00021
Opus 5 $0.00003 $0.00010
Sonnet 5 $0.00001 $0.00004
Haiku 4.5 $0.00001 $0.00002

Measured yesterday against content hash afe054ec9534, 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 yesterday.

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.

research/calibration/2026-04-22-health-score-validation/fixtures/21-mixed-realistic-small/.claude/skills/ship/SKILL.md · 7 lines

What it actually says

Builds, tests, commits, pushes.

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. yesterday First seen · 7 lines · 5 tokens per session scan A afe054ec9534

Subscribe to this mod's changes

ship is a skill published in the GitHub repository bleedmode/dearuser (0 stars, last pushed 28d ago), licensed MIT. It adds 5 tokens to every session and 21 once invoked, about $0.0000 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-09-03.

Related

Other skills, from other repositories

commit

Stage changes and create a commit with a properly formatted message. Use for /commit, or saving work locally — not sharing it (/push) or opening a pull request (/pr).

egregore-labs/egregore · 38 tokens

utility-pm-changelog-curator

Draft CHANGELOG entries from git log via the pm-changelog-curator sub-agent, applying the repo hygiene rules (describe what changed, public paths only, no attribution trailers). Returns a layered draft with a status summary for maintainer review; refuses a dirty working tree unless --committed-only is passed. Use when…

product-on-purpose/pm-skills · 80 tokens

commit-review

Review staged/unstaged changes and generate grouped, production-grade commit messages following Conventional Commits. Use when the user asks to review changes, write commits, prepare commits, or says "commit", "review changes", or "what did I change".

docs-plus/docs.plus · 53 tokens

commit_push

Format code, review changes, commit, and push to remote.

MarcusJellinghaus/mcp-workspace · 12 tokens

git-workflows

Git workflows, branching strategies (gitflow, trunk-based), Conventional Commits, commit message quality, version control best practices, and pull-request conventions — with deterministic convention checker script. Use proactively when reviewing commit message quality before merge, enforcing branch naming conventions…

Everyone-Needs-A-Copilot/claude-copilot · 86 tokens

create-pr

Automated end-to-end workflow to verify, format, test, push, and open a polished, AI-native Pull Request using GitHub CLI (gh) with Conventional Commits and rich markdown formatting.

shailesh17/mcp-httpserver-proxy · 43 tokens