ccc-ship

ccc-ship is a skill for Claude Code, Codex from KevinZai/commander. It costs 38 tokens per session (2,595 once invoked), scanned A, original, MIT.

A pre-release workflow for checking tests and other release gates, then tagging and deploying a release after you choose the action.

In plain words
What is it for?
It helps run a pre-flight test matrix, review failed gates, create a release tag, and follow a deployment path.
Why use it?
It puts release checks and their results in one flow before changes are shipped.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

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

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 ccc-ship

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinzai/commander/ccc-ship.svg)](https://agentmods.dev/skills/kevinzai/commander/ccc-ship)
Your own site
<a href="https://agentmods.dev/skills/kevinzai/commander/ccc-ship"><img src="https://agentmods.dev/badge/skills/kevinzai/commander/ccc-ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,595 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.00038 $0.02595
Opus 5 $0.00019 $0.01298
Sonnet 5 $0.00008 $0.00519
Haiku 4.5 $0.00004 $0.00260

Measured yesterday against content hash 17e0258616e6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ccc-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.

commander/cowork-plugin-codex/skills/ccc-ship/SKILL.md · 225 lines

How it starts

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

$ccc-ship — Pre-flight + deploy

Click-first ship flow. Four actions, one test matrix, one release pipeline, one deploy path. User picks the action, the matrix (or agent) runs, results surface as a checkbox scorecard.

Session markers

Call mcp__ccd_session__mark_chapter at these phase transitions:

Trigger title summary
User picks "Pre-flight check" (before matrix runs) "Ship preflight: <branch>" "Running preflight matrix on <branch>"
After test matrix completes "Tests: <pass>/<total>" "<pass>/<total> tests passing; <N> gates remaining"
All gates evaluated, before presenting verdict "Preflight complete" `"Verdict: <GO
After release tag is pushed "Release tagged <version>" "v<version> tagged and pushed to GitHub"

After the preflight verdict, IF any gate fails (tests red, security findings, build fail, unclean diff), spawn ONE mcp__ccd_session__spawn_task chip per failure:

  • title: actionable imperative under 60 chars (e.g., "Fix 3 failing tests before ship" or "Resolve doc-sync: README still references v3.2.0")
  • prompt: self-contained — include the exact gate that failed, the error output or file:line if available, and the fix direction. The spawned session has no memory of this conversation.
  • tldr: 1-2 sentences plain English explaining what broke and what to do.

Chips fire after the preflight scorecard is rendered — never before.

Response shape (EVERY time)

Output exactly these three sections in order:

1. Brand header (one line, markdown)

**CC Commander** · $ccc-ship · Pre-flight → tag → deploy

2. Context strip (one paragraph)

Detect ship readiness with five quick reads (parallel Bash, silent on failure):

  • git rev-parse --abbrev-ref HEAD → branch
  • git status --porcelain | wc -l → uncommitted changes
  • git rev-list --count main..HEAD 2>/dev/null → commits ahead of main
  • test -f package.json && node -p "require('./package.json').version" → current version
  • test -f .github/workflows/ci.yml && echo yes → CI configured

Read the full file on GitHub · 225 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. yesterday First seen · 225 lines · 38 tokens per session scan A 17e0258616e6

Subscribe to this mod's changes

ccc-ship is a skill published in the GitHub repository KevinZai/commander (6 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 2,595 once invoked, about $0.0002 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

push-ci

Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).

sd0xdev/sd0x-harness · 82 tokens

ops-ship

OPS on-demand: This skill should be used when the user asks to "ship ops plugin", "merge all PRs and…

Lifecycle-Innovations-Limited/claude-ops · 30 tokens

land-and-deploy

Merge PR, wait for CI, verify deploy, run canary. The complete landing pipeline.

FlorianBruniaux/claude-code-ultimate-guide · 24 tokens

pipeline-digest

Daily release-pipeline digest with a change gate — reports which plugins are pending release, whether main's CI is green, and which branches went stale, and notifies the operator only when that state actually moved since the last run. Use when the operator asks "what moved in the pipeline", "anything to ship"…

gtapps/claude-code-hermit · 99 tokens

ai-agents-generation-and-release

Operate the ai-agents generation and release machinery, covering the seven buildall.py generators, generateagents.py, syncpluginlib.py, the drift gates, the version-free plugin manifests, and the npm publish path. Use when you say regenerate the mirrors, run the drift checks, why is the plugin version gate red…

rjmurillo/ai-agents · 110 tokens

release

Use this agent for versioning, changelogs, release notes, deployment coordination, and release process management.

samibs/skillfoundry · 24 tokens