From shipyard
Runs production readiness checklist verifying environment variables, health endpoints, error monitoring, CORS, rate limiting, security headers, performance, database, and DNS/SSL config before deployment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shipyard:preflightThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a production readiness checklist before deploying. Checks environment variables, health endpoints, error monitoring, CORS, rate limiting, security headers, performance, database, and DNS/SSL configuration. Catches the things that work in dev but break in prod.
Run a production readiness checklist before deploying. Checks environment variables, health endpoints, error monitoring, CORS, rate limiting, security headers, performance, database, and DNS/SSL configuration. Catches the things that work in dev but break in prod.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill shipyard preflight {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 01-load-config.md |
| 2 | 02a-environment-health.md |
| 3 | 02b-security-performance.md |
| 4 | 02c-database-dns.md |
| 5 | 03-report.md |
| 6 | 04-write-tasks.md |
npx claudepluginhub hrconsultnj/claude-plugins --plugin shipyardGenerates pre-deployment checklists for code quality, security, performance, infrastructure, database migrations, and produces go/no-go readiness report.
Provides a pre-launch checklist for production deployments, including code quality, security, performance, infrastructure checks, and rollout/rollback strategies.
Pre-flight validation and deployment pipeline for Node.js projects. Checks env vars, migrations, bundle size, and rollback plan, then deploys via git push or platform CLI (Vercel, Railway, Fly.io, Cloudflare Workers).