What problem does it solve?
Deployments are manual, error-prone, and time-consuming. This skill automates pushing code to hosting platforms, applying stack configurations, running pre-flight checks, and verifying live deployments to reduce time-to-live and human error.
Core Features & Use Cases
- Auto-detects deployment targets from templates and ARGs, and skips deploys when the workflow indicates no deploy stage.
- Loads project context (CLAUDE.md, docs, package configs), performs pre-flight checks, and handles database migrations via Supabase/Drizzle/D1 as applicable.
- Manages environment variables, platform-specific configs, and orchestrates platform deploy commands (Vercel, Cloudflare, SST, etc.).
- Supports plan-driven deploys where a plan defines deploy tasks.
- Provides post-deploy verification and log monitoring.
Quick Start
Run the /deploy command after a successful build to deploy to the detected hosting platform and verify the deployment.