What problem does it solve? Setting up deployment infrastructure involves choosing between many platforms, writing CI/CD pipelines, managing environment variables, and wiring up monitoring—each with its own conventions and pitfalls. This Skill guides that entire setup so you get a working deploy pipeline without researching every option from scratch. ## Core Features & Use Cases - Platform Selection Guidance: Decision tree mapping app types (static sites, Next.js/SSR, APIs, full-stack with DB, mobile builds) to platforms like Cloudflare Pages, Vercel, Fly.io, Railway, and EAS Build. - CI/CD Pipeline Generation: Produces a standard GitHub Actions workflow with lint, typecheck, test, and deploy stages gated on the main branch. - Environment Variable & Secrets Strategy: Compares platform UIs, GitHub Secrets, Doppler/Infisical, and AWS Secrets Manager, enforcing the rule that secrets are never hardcoded. - Monitoring Stack Setup: Recommends tools for error tracking (Sentry), uptime (BetterStack/UptimeRobot), performance, logs, and billing alerts, plus a verification checklist covering preview deploys, SSL, health checks, and rollback. - Use Case: You just finished a Next.js app and say "deploy to production with CI"—the Skill selects Vercel, scaffolds the GitHub Actions workflow, and lists the monitoring and rollback steps to complete. ## Quick Start Ask the assistant to set up deployment and CI/CD for your project, mentioning your app type and preferred platform such as Cloudflare or Vercel.