Skip to content

Shipworthy v1.0.0 — Production Engineering Guardrails for Claude Code

Choose a tag to compare

@Vimalk0703 Vimalk0703 released this 31 Mar 05:20
· 42 commits to main since this release

What is Shipworthy?

An open source Claude Code plugin that turns vibe coding into production-ready software. Install it, forget it exists, and everything you build comes out with proper engineering practices — automatically.

claude plugin install shipworthy

Highlights

  • 52 engineering skills across 12 categories (quality, security, architecture, planning, operations, etc.)
  • 5 automated hooks that guard every file write and bash command
  • 5 specialized agents (code reviewer, architecture analyzer, security auditor, test strategist, project doctor)
  • Self-improving retrospective (/retro) that learns from every session
  • Scaling quality gates that tighten automatically as your project grows
  • Zero dependencies — just Markdown and shell scripts

Benchmark

Same prompts, same model, same product:

  • With Shipworthy: 97% quality score (Grade A) — SQLite, Zod validation, pino logging, ESLint, 39 tests
  • Without: 41% quality score (Grade F) — in-memory arrays, no validation, no linter, no tests

Key Features

  • Invisible spec generation before code starts
  • Test-driven development (invisible for non-technical users)
  • Real-time hooks catching secrets, destructive commands, and code smells
  • Architecture awareness persisting across sessions
  • Per-project configuration and preset bundles (startup, agency, enterprise)
  • Enterprise skills: PII detection, container security, API versioning, zero-downtime migrations

Landing Page

https://vimalk0703.github.io/shipworthy/

Full Documentation

See the docs/ directory.