Vimalk0703/shipworthy

Open source Claude Code plugin — 52 invisible engineering skills turn vibe coding into production-ready software. Auto specs, TDD, security hooks, quality gates, self-improving retrospective. 97% vs 41% on blind benchmark.

7Stars on the repository
62Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cart-patterns

01

Vimalk0703/shipworthy

Skill Claude CodeCodex

E-commerce cart management patterns — cart state, inventory reservation, price calculation, discount application, tax computation, and cart abandonment handling.

7 4mo ago A 30 tokens original MIT

order-lifecycle

02

Vimalk0703/shipworthy

Skill Claude CodeCodex

Order state machine, fulfillment flow, cancellation handling, refund processing, and notification triggers for e-commerce applications.

7 4mo ago A 25 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Design and evolve APIs without breaking existing consumers. Covers additive-only changes, versioning strategies, deprecation workflows, consumer-driven contract testing, and backward-compatible defaults. References Stripe's API stability as the gold standard.

7 4mo ago A 49 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

REST API conventions — consistent naming, proper HTTP methods/status codes, pagination, versioning, error responses, and type-safe contracts.

7 4mo ago A 32 tokens original MIT

api-versioning

05

Vimalk0703/shipworthy

Skill Claude CodeCodex

Breaking change detection, versioning strategies (URL path vs header), deprecation policies, backward compatibility rules, and OpenAPI spec maintenance.

7 4mo ago A 31 tokens original MIT

database-design

06

Vimalk0703/shipworthy

Skill Claude CodeCodex

Schema design, migrations, indexing, naming conventions, and query performance. Prevents N+1 queries, missing indexes, and irreversible schema changes.

7 4mo ago A 32 tokens original MIT

distributed-systems

07

Vimalk0703/shipworthy

Skill Claude CodeCodex

Apply distributed systems patterns including idempotency, saga pattern, outbox pattern, eventual consistency, and CQRS to build reliable, consistent distributed services.

7 4mo ago A 34 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Structured logging, request tracing, health checks, error tracking, and key metrics. Every service should be observable from day one.

7 4mo ago A 30 tokens original MIT

performance-budgets

09

Vimalk0703/shipworthy

Skill Claude CodeCodex

Bundle size limits, API response time budgets, query limits, image optimization, lazy loading, and caching strategies.

7 4mo ago A 27 tokens original MIT

resilience-patterns

10

Vimalk0703/shipworthy

Skill Claude CodeCodex

Apply resilience patterns (circuit breakers, bulkheads, retries, timeouts, graceful degradation, DLQs) to distributed services to prevent cascading failures and maintain availability under partial outages.

7 4mo ago A 41 tokens original MIT

twelve-factor-app

11

Vimalk0703/shipworthy

Skill Claude CodeCodex

Evaluate and apply the Twelve-Factor App methodology with modern 2025 interpretations. Covers all 12 factors with actionable checks for cloud-native applications running on containers, Kubernetes, and serverless platforms.

7 4mo ago A 44 tokens original MIT

codex-cross-review

12

Vimalk0703/shipworthy

Skill Claude CodeCodex

Use when the user wants Codex to review Claude's work, cross-validate PRs, or run high-volume PR review with dual-model verification using the codex-plugin-cc plugin.

7 4mo ago A 43 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Process code review feedback with technical verification — not performative agreement. Fix real issues, push back on incorrect feedback with evidence.

7 4mo ago A 30 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Invoke the code-reviewer agent with git-based commit ranges to get structured feedback on code quality, architecture compliance, and correctness.

7 4mo ago A 30 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Dispatch fresh subagents per task with precisely crafted instructions. Two-stage review (spec compliance + code quality) ensures high-quality output.

7 4mo ago A 31 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

Detects project type, analyzes existing patterns, generates architecture specifications, and maintains architectural consistency across sessions. The key innovation that turns CLAUDE.md-style contracts into automatic, evolving project specifications.

7 4mo ago A 41 tokens original MIT

intent-to-spec

18

Vimalk0703/shipworthy

Skill Claude CodeCodex

Automatically generates a lightweight specification before code starts flowing. Captures what the user wants, what will be built, acceptance criteria, and constraints — in a single invisible pass. Skipped for Quick Fixes. Invisible for Builder tier, presented for Engineer tier.

7 4mo ago A 55 tokens original MIT

project-diagnosis

19

Vimalk0703/shipworthy

Skill Claude CodeCodex

Structured gap analysis that identifies what a project is missing — not what's done poorly (that's /audit), but what's absent entirely. Checks for tests, CI, security basics, linting, type safety, deployment readiness, and dependency health. Each finding has a severity and a concrete fix action.

7 4mo ago A 63 tokens original MIT

using-shipworthy

20

Vimalk0703/shipworthy

Skill Claude CodeCodex

Master routing skill — loaded at every session start. Defines skill priority hierarchy, mandatory invocation rules, user experience tiers, task size awareness, and routes to appropriate skills based on task type.

7 4mo ago A 42 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

4-phase root cause investigation — observe, hypothesize, test, implement. Prevents trial-and-error debugging and enforces a 3-fix limit before reassessment.

7 4mo ago A 39 tokens original MIT

Vimalk0703/shipworthy

Skill Claude CodeCodex

JSDoc/docstrings on exports, README sync, API documentation, architecture decision records, and changelog entries.

7 4mo ago A 27 tokens original MIT

accessibility

23

Vimalk0703/shipworthy

Skill Claude CodeCodex

WCAG 2.1 AA baseline — semantic HTML, ARIA labels, color contrast, keyboard navigation, screen reader compatibility, and focus management.

7 4mo ago A 33 tokens original MIT

frontend-standards

24

Vimalk0703/shipworthy

Skill Claude CodeCodex

Component patterns, state management, styling conventions, and rendering strategies for modern frontend development.

7 4mo ago A 22 tokens original MIT