← Registry
Plugin Bundle Official

Ship Kit

A Claude Code plugin that takes a finished change from working tree to a green, mergeable PR, then drives the review loop to a fresh approval.

Install

claude plugin marketplace add nsollazzo/ship-kit && claude plugin install ship-kit@ship-kit
$

Ship Kit packages the ship → babysit pipeline as one Claude Code plugin. /ship orchestrates the full path from a finished change to an approved, green, mergeable PR, gating each stage and failing loud instead of committing broken work; /babysit runs the review loop — verifying every finding against the code, fixing the real ones, and pushing back with evidence on the rest — until the PR is freshly approved, CI is green, and it is mergeable (it never merges; a human does). /smart-commit clusters changes into clean conventional commits and /reflect distills session lessons into the knowledge base. Add the marketplace, then /plugin install ship-kit; default stops at approved + green + mergeable and never merges unless asked.

Bundles 4 listings

Installing this skill pulls in everything below — already-installed items are skipped.

Ship
Skill Bundle

Take a finished change from working tree to a green, mergeable PR — one command chaining simplify, verify, code-review, smart-commit, branch hygiene, PR, and babysit-to-green.

DevOps @nsollazzo
Smart Commit
Skill

Cluster uncommitted changes into logical groups and commit each with a clean conventional commit message — plus a Keep-a-Changelog update pass.

DevOps @nsollazzo
Reflect
Skill

Distill a coding session's hard-won lessons — gotchas, patterns, integration quirks — into the project's knowledge base, with explicit approval before anything is written.

Productivity @nsollazzo
Babysit
Skill

Drive a GitHub PR to a fresh approval, green CI, and a mergeable state — verifying every review finding against the code, fixing the real ones, and pushing back with evidence on the rest.

DevOps @nsollazzo