ss-ship

ss-ship is a skill for Codex from bonnguyenitc/specship. It costs 92 tokens per session (1,913 once invoked), scanned A, original, MIT.

A workflow coordinator for taking a feature request from an agreed description through planning, coding, review, and debugging. It connects these stages into one development run.

In plain words
What is it for?
Use it when you want a feature request, ticket, or product requirements document turned into reviewed, ready-to-commit code.
Why use it?
It removes the need to manually move a feature through each stage or repeatedly approve the next handoff. It also keeps work from starting blindly when required project context is missing.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when you want a feature request, ticket, or product requirements document turned into reviewed, ready-to-commit code.

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

Made for: 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 ss-ship

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bonnguyenitc/specship/ss-ship"><img src="https://agentmods.dev/badge/skills/bonnguyenitc/specship/ss-ship.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,913 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.00092 $0.01913
Opus 5 $0.00046 $0.00957
Sonnet 5 $0.00018 $0.00383
Haiku 4.5 $0.00009 $0.00191

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

Security

Grade A, and why

ss-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 10d 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/ss-ship/SKILL.md · 50 lines

How it starts

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

Ship

Goal: given a feature request (e.g. /ss-ship thực hiện chức năng login), drive the task through the whole pipeline in a single run — spec → plan → coding → review, attaching debug whenever a defect appears — stopping only when genuinely blocked.

ss-ship is an orchestrator, not a stage: it doesn't replace the stage skills, it invokes them in order and carries the user's consent across the handoffs where each stage would normally stop and ask. Invoking ss-ship is that consent, granted once for the whole task.

When to use

  • The user hands you a feature request, ticket, or PRD — anything the ss-spec skill could consume — and wants it taken all the way to reviewed code.
  • Also works mid-pipeline: if the task already has artifacts (a confirmed spec.md, an approved plan.md), start from the first incomplete stage instead of redoing finished ones.
  • Not for codebase exploration: this skill never runs ss-explore-source. If docs/onboarding/* is missing and the codebase is unfamiliar, tell the user to run it first rather than shipping blind.

Shared task state

Part of the task pipeline — see ../WORKFLOW.md for the full contract. Every rule there (artifacts, IDs, preconditions, traces, lessons) applies unchanged; the only thing ss-ship overrides is the per-handoff "ask the user" step.

  • Hydrate: if the request matches an existing task (explicit TASK-<ID>, or one in conversation), resume it from its current stage; otherwise the spec stage will open a new task. If that named task is shelved (status: paused, or found under tasks/archive/), un-shelve it first exactly as ss-resume-task does (restore the folder and/or flip pausedactive, with the dated log trace) before advancing. Read tasks/LESSONS.md if present.
  • Checkpoint: each stage skill does its own checkpointing. Additionally, log every auto-advance as a dated Pipeline Log line in task.md, e.g. - <YYYY-MM-DD HH:MM +TZ> ship: auto-advanced spec → plan — carrying your agent label (format: ../WORKFLOW.md → Agent handoff).

Read the full file on GitHub · 50 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 50 lines · 92 tokens per session scan A 36afa0d36d63

Subscribe to this mod's changes

ss-ship is a skill published in the GitHub repository bonnguyenitc/specship (2 stars, last pushed 1mo ago), licensed MIT. It adds 92 tokens to every session and 1,913 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

bootstrap-repo-analysis

First-time analysis of a repository with no prior reviewer outcomes. Crawl historical merged-PR review feedback with the gh CLI (plus any preloaded samples), extract the team's review norms, and synthesize the initial per-repo review-style prompt. Use this for a cold-start repo; use continual-learning instead once the…

langchain-ai/open-swe · 73 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

secure-code-review

Use this skill when reviewing or writing code that handles user input, authentication, file I/O, network requests, or database queries. Always check for common security vulnerabilities before considering the code complete.

aiming-lab/MetaClaw · 42 tokens

pr-review

Review a GitHub pull request and post one formal review — advance the existing discussion and give precision-first, high-signal feedback. Judgement on the diff, not a build gate — CI validates that it builds, and a targeted probe is allowed as evidence. Use when asked to review a PR or on a cron PR scan.

nearform/lastlight · 69 tokens

coding

Use when five specialized coding agents (linter, perf, refactor, security, test) that enforce quality gates across the development lifecycle. From lint enforcement through performance profiling, refactoring, security auditing, and test coverage. Use when working with coding agents.

oyi77/1ai-skills · 54 tokens

comment-review

A code-comment review tool that checks comments against a project's comment policy. It can also correct comments that do not meet the policy.

openkursar/hello-halo · 64 tokens