By nsollazzo
/ship takes a working tree to a green, mergeable PR by chaining simplify → verify → code-review → smart-commit → branch hygiene → PR → babysit → reflect. /babysit drives a GitHub PR to a fresh APPROVED + CI-green + mergeable state. /smart-commit clusters changes into conventional commits. /reflect captures session lessons into the knowledge base.
Capture session knowledge (gotchas, patterns, integration quirks) into the project's knowledge base. Use when: session involved tricky bugs, new integrations, non-obvious patterns, or hard-won lessons. Also use when asked to "reflect", "capture lessons", "what did we learn", "session recap", or "save knowledge". Works after any coding session, not just commits.
Take a finished change from working tree to a green, mergeable PR by chaining simplify → verify → code-review → smart-commit → branch hygiene → PR → babysit → reflect. Use when the user says "ship", "ship it", "ship this", or wants the full clean→verify→review→commit→PR→green pipeline in one command. Default stops at approved + CI green + mergeable; does NOT merge unless --merge.
Automatically cluster and commit git changes into logical groups with conventional commit messages. Use when: committing multiple unrelated changes, cleaning up work before PR, organizing messy commits, or when asked to "commit my changes", "smart commit", "organize commits", or "cluster commits".
A Claude Code plugin that takes a finished change from working tree to a green, mergeable pull request — and keeps the PR honest until a reviewer approves it.
| Command | What it does |
|---|---|
/ship | Orchestrates the full pipeline: simplify → verify → code-review → smart-commit → branch hygiene → PR → babysit → reflect. Stops at approved + CI green + mergeable; only merges with --merge. |
/babysit <PR#> [owner/repo] | Drives one GitHub PR to a fresh APPROVED + all CI green + mergeable state. Each pass verifies every review finding against the code, fixes the valid ones, pushes back with evidence on the invalid, and replies on every thread. Never merges — a human does that. |
/smart-commit | Clusters uncommitted changes into logical groups and commits each with a conventional-commit message. |
/reflect | Captures session lessons (gotchas, patterns, integration quirks) into the knowledge base. Self-gating (early-exits when the work was routine) and never writes without your approval. Runs as /ship's final step. |
/ship calls simplify, verify, code-review, and loop — these are built-in
Claude Code skills, present on any install. It calls smart-commit, babysit,
and reflect, all of which ship inside this plugin. So the bundle is
self-contained.
/plugin marketplace add nsollazzo/ship-kit # or your fork's owner/repo
/plugin install ship-kit
Then /ship, /babysit, and /smart-commit are available in any session.
To try it locally before publishing, point the marketplace at this directory:
/plugin marketplace add /absolute/path/to/ship-kit
/plugin install ship-kit
gh CLI, authenticated (gh auth status), for
/babysit and /ship's PR steps./babysit never merges and never mutates external state to force a gate green.
It drives to approval; a human merges.CLAUDE.md overrides the recipe. /ship defers to a repo's own
verify/test recipe and conventions (e.g. a project that forbids a tracked
CHANGELOG.md, or runs tests in CI rather than locally).MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub nsollazzo/ship-kit --plugin ship-kitComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications