ShipWithAI

58 mods across 2 repositories, 103 stars between them.

PreToolUse

01

ShipWithAI/claude-code-mastery

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing npm-audit-check.sh. From ShipWithAI/claude-code-mastery.

93 1mo ago A tokens not measured original MIT

PostToolUse

02

ShipWithAI/claude-code-mastery

Hook Claude Code

Runs after a tool call finishes for Bash tool calls, executing post-install-audit.sh. From ShipWithAI/claude-code-mastery.

93 1mo ago A tokens not measured original MIT

ShipWithAI/claude-code-mastery

Instructions file

Instructions for ShipWithAI/claude-code-mastery, covering claude.md — claude code mastery course, project overview, course structure, directory layout and teaching methodology: progressive hands-on hybrid.

93 1mo ago A 3,996 tokens original MIT

shipwithai

05

ShipWithAI/shipwithai-plugins

Plugin Claude Code

ShipWithAI SDLC Toolkit — Claude Code plugins covering the full software development lifecycle.

10 19d ago A tokens not measured original MIT

drift-monitor

06

ShipWithAI/shipwithai-plugins

Agent Claude Code

Weekly SSOT freshness check — compares CLAUDE.md and docs/ARCHITECTURE.md against the actual codebase state and flags sections that have drifted. Trigger phrases: "check drift", "ssot health", "is CLAUDE.md current", "run drift monitor", "check harness freshness".

10 19d ago A 67 tokens original MIT

PreToolUse

07

ShipWithAI/shipwithai-plugins

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing validate-command.py via python3. From ShipWithAI/shipwithai-plugins.

10 19d ago A tokens not measured original MIT

PostToolUse

08

ShipWithAI/shipwithai-plugins

Hook Claude Code

Runs after a tool call finishes for Write, Edit, Edit, Write and Bash tool calls, executing protect-files.py and observe.py via python3 (2 commands). From ShipWithAI/shipwithai-plugins.

10 19d ago A tokens not measured original MIT

github

10

ShipWithAI/shipwithai-plugins

MCP server Claude CodeCodexCursor +2

GitHub's hosted MCP server: lets the agent search code, read and create issues and pull requests. Remote server at api.githubcopilot.com.

10 19d ago A tokens not measured original MIT

ShipWithAI/shipwithai-plugins

Instructions file

Instructions for ShipWithAI/shipwithai-plugins, covering shipwithai-plugins — claude context, project identity, tech stack, architecture overview and key conventions.

10 19d ago A 1,321 tokens original MIT

shipwithai-auth

12

ShipWithAI/shipwithai-plugins

Plugin Claude Code

Set up production-ready auth in minutes. Supports Better Auth and Firebase Auth with OAuth social login, UI components, database schemas. Auto-detects existing themes. Run /shipwithai-auth:setup to start or /shipwithai-auth:doctor to diagnose issues.

10 19d ago A tokens not measured original MIT

doctor

13

ShipWithAI/shipwithai-plugins

Command

Health check for existing auth setups. Diagnoses missing env vars, broken routes, dangerous code patterns, middleware issues, OAuth misconfig, and database connectivity.

10 19d ago A 31 tokens original MIT

setup

14

ShipWithAI/shipwithai-plugins

Command

Interactive auth setup wizard. Choose provider, configure OAuth, email, generate schema, create UI components — all in one command.

10 19d ago A 25 tokens original MIT

auth-doctor

15

ShipWithAI/shipwithai-plugins

Skill Claude CodeCodex

Diagnose and fix issues in existing auth setups. Scans environment, files, security, middleware, OAuth, database, and dangerous code patterns. Produces scored health report with actionable fixes.

10 19d ago A 42 tokens original MIT

auth-setup

16

ShipWithAI/shipwithai-plugins

Skill Claude CodeCodex

Set up authentication for web apps. Supports Better Auth and Firebase Auth. Handles email/password, Google OAuth, sessions, middleware, protected routes. Includes UI components. Auto-detects existing project themes. (GitHub & Apple OAuth coming soon).

10 19d ago C 53 tokens original MIT

shipwithai-harness

17

ShipWithAI/shipwithai-plugins

Plugin Claude Code

Generate a production-ready Claude Code harness for your project. Auto-detects stack (Next.js, Laravel, Spring Boot). Generates CLAUDE.md, settings.json, and safety hooks in one command.

10 19d ago A tokens not measured original MIT

harness-doctor

18

ShipWithAI/shipwithai-plugins

Skill Claude CodeCodex

Diagnose and fix your Claude Code harness. Scans CLAUDE.md, settings.json, hooks health, and stack consistency. Produces scored report. Run /shipwithai-harness:doctor.

10 19d ago A 45 tokens original MIT

harness-setup

19

ShipWithAI/shipwithai-plugins

Skill Claude CodeCodex

Generate a Claude Code harness for any project. Scans your actual code to create tailored CLAUDE.md, settings.json, and safety hooks. Run /shipwithai-harness:setup.

10 19d ago A 43 tokens original MIT

ShipWithAI/shipwithai-plugins

Plugin Claude Code

Guardrail-first Spring Boot + JPA toolkit for Claude Code. Just-in-time hooks catch missing @Version, broken @Transactional proxies, entity-in-controller leaks, N+1, and query injection at the moment you write them; scaffold skills generate correct-by-default entities, endpoints, and migrations; a tuned reviewer agent.

10 19d ago A tokens not measured original MIT

springboot-reviewer

21

ShipWithAI/shipwithai-plugins

Agent

Expert Spring Boot + JPA reviewer. Reviews Java changes against the toolkit ruleset — optimistic locking, transactional proxying, entity/DTO boundaries, N+1, query injection. Use after writing Spring Boot code or before a PR. Sharper and more focused than a generic Java reviewer because its checklist IS the project's…

10 19d ago A 73 tokens original MIT

db-migration

22

ShipWithAI/shipwithai-plugins

Skill Claude CodeCodex

Generate a Flyway or Liquibase migration in lockstep with an entity change. Detects which migration tool the project uses and the next version number. Invoked by jpa-entity after a schema change, or directly. Trigger phrases: "create migration", "add db migration", "new flyway migration", "add liquibase changeset".

10 19d ago A 74 tokens original MIT

idempotent-endpoint

23

ShipWithAI/shipwithai-plugins

Skill Claude CodeCodex

Scaffold idempotency-key handling for unsafe POSTs — read an Idempotency-Key header, replay the stored response on a retry instead of re-processing, otherwise process once and store the response keyed by (key, request fingerprint). Ships a servlet filter plus a storage SPI the project implements with Redis or a DB.…

10 19d ago A 108 tokens original MIT

integration-test

24

ShipWithAI/shipwithai-plugins

Skill Claude CodeCodex

Scaffold a Spring Boot integration test against REAL infrastructure via Testcontainers — a throwaway Postgres (Kafka optional), wired with Spring Boot 3.1+ @ServiceConnection so there's no manual datasource config. Async assertions use Awaitility, never Thread.sleep. Trigger phrases: "integration test"…

10 19d ago A 87 tokens original MIT