From role-fullstack
Sets up deployment workflows for Vercel, Netlify, Railway, Render, and Docker including PR preview environments, CI database migrations with expand-contract pattern, env var validation, health checks, and rollback procedures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/role-fullstack:deployment-workflowThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Configuring a deployment pipeline for a new project
prisma migrate deploy as a CI step preceding the deploy step, never during@t3-oss/env-nextjs or zod to crash fast with a clear message rather than fail silently at runtime/api/health returning 200/503; load balancers depend on itreferences/platform-selection.md — comparison table for Vercel, Netlify, Railway, Render, Fly.io; Vercel setup steps; multi-stage Dockerfile for Node.js; Docker-based preview environments per PRreferences/migrations-env-vars.md — CI migration steps, expand-contract pattern walkthrough, env var management with secrets managers, common pitfallsreferences/health-checks-rollback.md — health check endpoint implementation, liveness vs readiness probes, rollback procedures for Vercel/Docker/database, incident runbook checklistnpx claudepluginhub rnavarych/alpha-engineer --plugin role-fullstackGenerates deployment configurations for hosting providers like Vercel, Railway, AWS, covering env vars, domains, SSL, strategies, rollback plans, and health checks. Useful for production deploys.
Outlines production deployment principles: platform selection trees, pre-deployment checklists, 5-phase workflows, verification steps, and rollback strategies for safe releases.
Guides safe production deployments with principles for platform selection, pre-deployment checks, phased workflows, verification, and rollback strategies.