gsd-ship

gsd-ship is a skill for Claude Code, Codex from ChianW/C31. It costs 64 tokens per session (881 once invoked), scanned A, original, MIT.

A project-closing workflow that checks completed work, summarizes the deliverables, updates project status, and archives the finished phase or project.

In plain words
What is it for?
Use it when a phase or project is ready to ship, publish, release, or hand over after review and testing.
Why use it?
It provides a final acceptance check so work is not marked complete while verification or blockers remain unresolved.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when a phase or project is ready to ship, publish, release, or hand over after review and testing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chianw/c31/gsd-ship
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 ChianW/C31 --skill gsd-ship
Clone the repo
git clone --depth 1 https://github.com/ChianW/C31

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/chianw/c31/gsd-ship.svg)](https://agentmods.dev/skills/chianw/c31/gsd-ship)
Your own site
<a href="https://agentmods.dev/skills/chianw/c31/gsd-ship"><img src="https://agentmods.dev/badge/skills/chianw/c31/gsd-ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 881 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.00064 $0.00881
Opus 5 $0.00032 $0.00441
Sonnet 5 $0.00013 $0.00176
Haiku 4.5 $0.00006 $0.00088

Measured 7d ago against content hash a3fc6d533f2a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

gsd-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 7d 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.

skills/utils/gsd-ship/SKILL.md · 154 lines

How it starts

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

Multilingual Triggers

Language Trigger phrases
EN gsd-ship
ZH 收尾, 交付, 上线
JA リリース, 完成, デプロイ

Output language: Respond automatically in the user's conversation language.

gsd-ship — Deliver & Close

Finalize a completed phase or entire project. Confirm acceptance, generate deliverable summary, update project state, and archive.

Preconditions

  • All verification (C31-review or C31-review) has passed
  • No unresolved blockers in STATE.md
  • User confirms readiness to ship

Workflow

Phase 1: Load & Assess

  1. Read memory/.planning/STATE.md
  2. Read memory/.planning/ROADMAP.md
  3. Identify:
    • Current phase number and name
    • Phase status (must be "verified" or later)
    • List of deliverables produced
    • Blocker status (must be empty or resolved)

Phase 2: Acceptance Checklist

Walk through each deliverable with user:

Ship Checklist for Phase XX — <phase_name>

Deliverables:
  [ ] <deliverable_1> — <brief_description>
  [ ] <deliverable_2> — <brief_description>
  ...

Verification:
  [ ] All tests passing (or UAT signed off)
  [ ] Code reviewed (C31-review completed)
  [ ] Documentation updated
  [ ] No regressions identified

Blockers:
  (none or list resolved status)

Ship? [yes] [no] [hold]

If user selects [no] or [hold], stop. Update STATE.md with reason.

Phase 3: Generate Summary

Create memory/.planning/phases/XX-SUMMARY.md:

# Phase XX Summary — <phase_name>

## What Was Done
- <achievement_1>
- <achievement_2>

## Key Decisions
- D-01: <decision> (from CONTEXT.md)
- D-02: <decision>

## Deliverables
- <file/link_1>
- <file/link_2>

## Verification
- Reviewer: <reviewer_name>
- Result: PASS / PARTIAL / FAIL (with notes)

## Time
- Started: <date>
- Shipped: <date>

Phase 4: Update STATE.md

Current Position → Next phase (or "COMPLETE" if last phase)
Phase XX status: shipped

Phase 5: Update ROADMAP.md

Mark phase as ✅ shipped. If all phases shipped, mark milestone as ✅.

Read the full file on GitHub · 154 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. 7d ago First seen · 154 lines · 64 tokens per session scan A a3fc6d533f2a

Subscribe to this mod's changes

gsd-ship is a skill published in the GitHub repository ChianW/C31 (1 stars, last pushed 12d ago), licensed MIT. It adds 64 tokens to every session and 881 once invoked, about $0.0003 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.