ship

ship is a skill for Claude Code from SienkLogic/plan-build-run. It costs 21 tokens per session (1,256 once invoked), scanned A, original, MIT.

A pull-request creation tool that turns planning records into a detailed GitHub pull request. A pull request is a proposed code change for review before it is merged.

In plain words
What is it for?
Use it to create a regular or draft pull request with the GitHub CLI after checking the repository state.
Why use it?
It gathers implementation summaries, requirement coverage, and verification information so the proposed change is documented in one place.

Skill for Claude Code

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

Part of the pbr plugin — 44 skills, 71 commands, 18 agents, 3 hooks shipped together

Good fit Use it to create a regular or draft pull request with the GitHub CLI after checking the repository state.

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

Made for: Claude Code.

Or install pbr, the plugin that ships this one along with the rest of its 44 skills, 71 commands, 18 agents, 3 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/sienklogic/plan-build-run/ship.svg)](https://agentmods.dev/skills/sienklogic/plan-build-run/ship)
Your own site
<a href="https://agentmods.dev/skills/sienklogic/plan-build-run/ship"><img src="https://agentmods.dev/badge/skills/sienklogic/plan-build-run/ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,256 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.00021 $0.01256
Opus 5 $0.00010 $0.00628
Sonnet 5 $0.00004 $0.00251
Haiku 4.5 $0.00002 $0.00126

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

Security

Grade A, and why

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

plugins/pbr/skills/ship/SKILL.md · 156 lines

How it starts

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

STOP -- DO NOT READ THIS FILE. You are already reading it. This prompt was injected into your context by Claude Code's plugin system. Begin executing Step 1 immediately.

/pbr:ship -- Create PR from Planning Artifacts

References: @references/ui-brand.md

You are the orchestrator for /pbr:ship. This skill generates a rich pull request from PBR planning artifacts -- SUMMARY one-liners, verification status, and requirement coverage. It uses gh pr create to open the PR.

Step 0 -- Immediate Output

Before ANY tool calls, display this banner:

+--------------------------------------------------------------+
|  PLAN-BUILD-RUN > SHIP                                       |
+--------------------------------------------------------------+

Then proceed to Step 1.

Step 1: Parse Arguments and Validate

  1. Parse $ARGUMENTS for optional flags:
    • --base <branch> -- target branch for the PR (default: repo default branch)
    • --draft -- create as draft PR
  2. Verify gh CLI is available: gh --version
  3. Verify git working tree is clean. If uncommitted changes exist, warn:
    WARNING: You have uncommitted changes. Commit or stash before shipping.
    
    CRITICAL -- DO NOT SKIP: Present the following choice to the user via AskUserQuestion before proceeding: Use AskUserQuestion (pattern: yes-no): question: "Continue with uncommitted changes?" If "No": stop.
  4. Verify current branch is NOT the default branch:
    git rev-parse --abbrev-ref HEAD
    
    If on main/master, warn and stop: "You are on the default branch. Create a feature branch first."

Step 2: Gather Planning Artifacts

  1. Read .planning/STATE.md to get current phase info (phase number, slug, status)
  2. Find the current phase directory: .planning/phases/{NN}-{slug}/
  3. Read all SUMMARY-*.md files in the phase directory:
    • Extract status from frontmatter
    • Extract one-liner descriptions from the body (first non-heading, non-empty line after ## Task Results)
    • Collect commits arrays from frontmatter
  4. Read VERIFICATION.md in the phase directory (if exists):
    • Extract score and status from frontmatter
    • Extract pass/fail counts
  5. Read .planning/ROADMAP.md:
    • Extract requirements mapped to the current phase
    • Extract phase goal
  6. Compute git stats:
    git diff --stat $(git merge-base HEAD main)..HEAD
    git log --oneline $(git merge-base HEAD main)..HEAD | wc -l
    

Read the full file on GitHub · 156 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. 4d ago First seen · 156 lines · 21 tokens per session scan A bcadaac77583

Subscribe to this mod's changes

ship is a skill published in the GitHub repository SienkLogic/plan-build-run (17 stars, last pushed 5mo ago), licensed MIT. It adds 21 tokens to every session and 1,256 once invoked, about $0.0001 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.