ship

ship is a skill for Claude Code, Codex from FlorianBruniaux/ccboard. It costs 0 tokens per session (552 once invoked), scanned A, original, MIT.

A release workflow for the ccboard Rust project. It builds the project, checks warnings, runs tests, stages changes, creates a commit, optionally updates package versions, and pushes the branch.

In plain words
What is it for?
Use it when shipping ccboard changes that need compilation, linting, tests, a conventional commit, an optional version update, and a Git push.
Why use it?
It groups the checks and Git steps needed to prepare a change for delivery, and stops when a required build, lint, or test step fails.

Skill for Claude CodeCodex

Part of the ccboard plugin — 14 skills, 2 commands, 10 agents, 4 hooks, 2 MCP servers 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/florianbruniaux/ccboard/ship
Any agent
npx skills add FlorianBruniaux/ccboard --skill ship
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/ccboard

Made for: Claude Code, Codex.

Or install ccboard, the plugin that ships this one along with the rest of its 14 skills, 2 commands, 10 agents, 4 hooks, 2 MCP servers.

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/florianbruniaux/ccboard/ship.svg)](https://agentmods.dev/skills/florianbruniaux/ccboard/ship)
Your own site
<a href="https://agentmods.dev/skills/florianbruniaux/ccboard/ship"><img src="https://agentmods.dev/badge/skills/florianbruniaux/ccboard/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 552 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.1 $0.00000 $0.00552
Opus 5 $0.00000 $0.00276
Sonnet 5 $0.00000 $0.00110
Haiku 4.5 $0.00000 $0.00055

Measured 6d ago against content hash b7f988c26ea9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 6d 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.

.claude/skills/ship/SKILL.md · 76 lines

What it actually says

/ship - Build, Commit, Push & Version Bump

Automates the complete ship workflow for ccboard:

Workflow Steps

  1. Build Verification

    • Run cargo build --all to ensure compilation succeeds
    • Run cargo clippy --all-targets to catch warnings
    • Run cargo test --all to verify tests pass
    • If any step fails, stop and report errors
  2. Stage Changes

    • Run git status to show current state
    • Stage all changes with git add -A
    • Show what will be committed with git diff --cached --stat
  3. Commit

    • Write a conventional commit message based on the changes:
      • feat: for new features
      • fix: for bug fixes
      • refactor: for refactoring
      • docs: for documentation
      • chore: for maintenance
    • Commit format: <type>: <description>
    • Add Co-Authored-By: Claude Sonnet 4.5 [email protected]
  4. Version Bump (optional)

    • Check if Cargo.toml version needs bumping
    • If user confirms, update version in all workspace crates
    • Amend the commit with version bump
  5. Push

    • Push to current branch with git push
    • If branch has no upstream, use git push -u origin <branch>
  6. Summary

    • Report what was shipped:
      • Commit hash
      • Branch name
      • Files changed
      • Version (if bumped)

Usage

# Basic usage - ship current changes
/ship

# With version bump
/ship bump

# Dry run - show what would be done
/ship --dry-run

Safeguards

  • Always run full build + test suite before committing
  • Never force push
  • Never skip hooks (no --no-verify)
  • Show clear summary of what will be committed before proceeding
  • Fail fast on any build/test error

Expected Outcome

All changes committed, tested, and pushed to remote with proper conventional commit message.

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. 6d ago First seen · 76 lines · 0 tokens per session scan A b7f988c26ea9

Subscribe to this mod's changes

ship is a skill published in the GitHub repository FlorianBruniaux/ccboard (95 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 552 tokens. 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.