sdcorejs-ship

sdcorejs-ship is a skill for Claude Code, Codex from sdcorejs/sdcorejs-agent. It costs 99 tokens per session (5,150 once invoked), scanned A, original, MIT.

A final delivery check for software changes and dependency updates. It gathers proof that the work is ready to hand over or merge.

In plain words
What is it for?
Use it to verify features, bug fixes, documentation-only work, dependency updates, release readiness, and whether a branch is ready for handoff.
Why use it?
It helps catch missing tests, branch problems, unsafe dependency changes, and other issues before delivery. It separates readiness checks from creating commits, pull requests, or releases.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/sdcorejs/sdcorejs-agent/sdcorejs-ship.svg)](https://agentmods.dev/skills/sdcorejs/sdcorejs-agent/sdcorejs-ship)
Your own site
<a href="https://agentmods.dev/skills/sdcorejs/sdcorejs-agent/sdcorejs-ship"><img src="https://agentmods.dev/badge/skills/sdcorejs/sdcorejs-agent/sdcorejs-ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,150 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.00099 $0.05150
Opus 5 $0.00049 $0.02575
Sonnet 5 $0.00020 $0.01030
Haiku 4.5 $0.00010 $0.00515

Measured 3d ago against content hash e52e5366fddb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sdcorejs-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 3d 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/sdcorejs-ship/SKILL.md · 503 lines

How it starts

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

Ship

Purpose And Boundary

Own the final delivery readiness boundary: prove the work satisfies the right contract, prove the branch hygiene evidence is current, and then hand off to artifact workflows only when the user explicitly asks for them.

sdcorejs-ship decides readiness. sdcorejs-git creates Git artifacts only after current ship and branch-ready evidence exists and the user explicitly asks for commit, PR, push, changelog, tag, or release artifacts.

sdcorejs-ship is responsible for:

  • feature acceptance verification;
  • bugfix verification;
  • specless and docs-only hygiene verification;
  • dependency-update safety verification;
  • release readiness checks;
  • final branch-ready checks;
  • collecting evidence from explore, review, test, debug, repair-loop, and prior branch-ready contexts;
  • producing ship_context.

sdcorejs-ship is not responsible for:

  • committing changes, creating PRs, pushing branches, tagging releases, publishing packages, or creating release artifacts directly;
  • patching review/debug/test failures from read-only verify or branch-ready gates;
  • silently installing tools or downloading probe tools;
  • bypassing sdcorejs-review, sdcorejs-test, sdcorejs-debug, sdcorejs-repair-loop, sdcorejs-git, or sdcorejs-explore.

Shared Protocols

Read _refs/shared/runtime-protocols.md and _refs/shared/artifact-lifecycle.md; consume and pass through the current change's artifact_context. For production/release claims, also load _refs/shared/ship-readiness-contract.mjs; it consumes the common approved artifact, repository, source revision map, and evidence identities. Redact suspected secrets before printing evidence. Read _refs/shared/decision-coverage.md, preserve decision_coverage and goal_backward_review, and block readiness when either reports an uncovered record, invariant evidence gap, or unresolved critique blocker. Preserve architecture_context and the exact architecture_gate. For required architecture, verify the immutable spec -> architecture -> plan graph and current INV-* conformance; missing/stale/mutated architecture or mismatched path/hash/reference blocks readiness. A concrete not-applicable gate retains architecture_context: null and must not be upgraded to PASS by inference. Read _refs/shared/validation-map.md; preserve the validation map's approved evidence evaluation. Read _refs/shared/convergence-contract.mjs; verify-before-done evaluates and seals a receipt, while branch-ready verifies both against approved change/mode and current identity.

Read the full file on GitHub · 503 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. 3d ago First seen · 503 lines · 99 tokens per session scan A e52e5366fddb

Subscribe to this mod's changes

sdcorejs-ship is a skill published in the GitHub repository sdcorejs/sdcorejs-agent (2 stars, last pushed 16d ago), licensed MIT. It adds 99 tokens to every session and 5,150 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

release-announcement

Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.

paperclipai/paperclip · 42 tokens

release

Cut a Symphony release by bumping the committed version, landing it, tagging the merged commit, and verifying the Burrito release workflow. Use when asked to release, tag, or retag Symphony.

openai/symphony · 42 tokens

greptimedb-release

Runbook for publishing a new GreptimeDB version (tag + GitHub release + docs release-note PR) on the upstream GreptimeTeam/greptimedb repo. Use when asked to "release" / "publish" a GreptimeDB version (e.g. v1.1.0, v1.0.3).

GreptimeTeam/greptimedb · 75 tokens

refresh-arm-sdk-release

WORKFLOW SKILL — Prepares Azure.ResourceManager SDK refresh pull requests in azure-sdk-for-net. WHEN: "prepare sdk refresh", "refresh Azure.ResourceManager package", "update ARM SDK from autorest tag", "refresh changelog dependencies". INVOKES: git and GitHub pull request tools for branch, commit, push, and PR…

Azure/azure-sdk-for-net · 91 tokens

publish-registry

Publish @agentos-software/ registry packages from AgentOS. Use whenever the user asks to publish or release registry software/agent packages.

rivet-dev/agentos · 32 tokens

release-notes

Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.

phuryn/pm-skills · 57 tokens