ship-it-now

ship-it-now is a skill for Claude Code from adamlinscott/claude-skills. It costs 139 tokens per session (496 once invoked), scanned A, original, MIT.

An automated version of a shipping workflow for sending code to production, with the confirmation step about other people's changes disabled.

In plain words
What is it for?
For deploying a completed change to production when the user has explicitly chosen to skip that confirmation step.
Why use it?
It removes the need to wait for a ride-along confirmation, while still checking the project context, conflicts, tests, and build before deployment.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the claude-skills plugin — 18 skills shipped together

Good fit For deploying a completed change to production when the user has explicitly chosen to skip that confirmation step.

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

Made for: Claude Code.

Or install claude-skills, the plugin that ships this one along with the rest of its 18 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-it-now

README.md
[![agentmods](https://agentmods.dev/badge/skills/adamlinscott/claude-skills/ship-it-now/github.svg)](https://agentmods.dev/skills/adamlinscott/claude-skills/ship-it-now)
Your own site
<a href="https://agentmods.dev/skills/adamlinscott/claude-skills/ship-it-now"><img src="https://agentmods.dev/badge/skills/adamlinscott/claude-skills/ship-it-now/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-it-now

Your own site · 80×15
<a href="https://agentmods.dev/skills/adamlinscott/claude-skills/ship-it-now"><img src="https://agentmods.dev/badge/skills/adamlinscott/claude-skills/ship-it-now.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 139 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 496 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00139 $0.00496
Opus 5 $0.00069 $0.00248
Sonnet 5 $0.00028 $0.00099
Haiku 4.5 $0.00014 $0.00050

Measured today against content hash cb12894accca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ship-it-now 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 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.

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.

skills/ship-it-now/SKILL.md · 31 lines

What it actually says

Ship It Now

Same skill as /ship-it, with the ride-along confirmation gate turned off.

Read ../ship-it/SKILL.md, relative to this file, and follow it in full — with exactly these two changes:

  1. Section 4 does not gate. Do not call AskUserQuestion about other people's changes and do not wait for an answer. Still print the short summary of whose work is riding along, before the deploy, so it is on the record — then continue straight through to production.

  2. Say so up front. The first line of your output names what this is: shipping to production without confirmation. The user typed -now; they should still see what that bought them.

Everything else is unchanged, and deliberately so. Grounding in section 1 still happens in full — skipping confirmation is not permission to skip knowing. The merge-conflict policy in section 6 still stops for a genuine divergence of intent; that gate protects the code, not the user's attention, and -now does not lift it. Verification in section 5 is still required: an unattended ship is exactly the case where nobody else is watching whether it landed.

If ../ship-it/SKILL.md is not readable from here, stop and tell the user to install /ship-it alongside this one. Do not improvise the workflow from this file: everything that makes shipping unattended safe — the grounding, the verification, the conflict policy — lives over there.

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 · +4 tokens per session cb12894accca
  2. 10d ago First seen · 31 lines · 135 tokens per session scan A 3c188748ee82

Subscribe to this mod's changes

ship-it-now is a skill published in the GitHub repository adamlinscott/claude-skills (3 stars, last pushed today), licensed MIT. It adds 139 tokens to every session and 496 once invoked, about $0.0007 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.