PreToolUse
01ShipWithAI/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.
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.
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.
ShipWithAI/claude-code-mastery
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
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.
Plugin Claude Code
ShipWithAI SDLC Toolkit — Claude Code plugins covering the full software development lifecycle.
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".
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing validate-command.py via python3. From 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.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 25 allowed tools.
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.
Instructions file
Instructions for ShipWithAI/shipwithai-plugins, covering shipwithai-plugins — claude context, project identity, tech stack, architecture overview and key conventions.
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.
Command
Health check for existing auth setups. Diagnoses missing env vars, broken routes, dangerous code patterns, middleware issues, OAuth misconfig, and database connectivity.
Command
Interactive auth setup wizard. Choose provider, configure OAuth, email, generate schema, create UI components — all in one command.
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.
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).
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.
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.
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.
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.
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…
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".
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.…
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"…