What problem does it solve? Managing Vercel deployments, environment variables, domains, and integrations from the terminal involves many commands with subtle pitfalls like wrong project linking, missing CI flags, and disabled deployment protection. This Skill provides structured guidance to execute Vercel CLI workflows correctly. ## Core Features & Use Cases - Deployment Workflows: Run preview and production deployments, prebuilt builds, blue/green releases, rolling releases, and rollbacks. - Project Configuration: Manage environment variables, domains, DNS records, feature flags, and Marketplace integrations like databases and blob storage. - Monorepo & Framework Support: Handle Turborepo/Nx monorepos with vercel link --repo, Bun runtimes, and Node backends like Express and Hono. - Use Case: You need to set up CI/CD for a monorepo. The Skill guides you to link with vercel link --repo, then use vercel pull, vercel build --prod --standalone, and vercel deploy --prebuilt --prod with VERCEL_TOKEN for authentication. ## Quick Start Ask the assistant to deploy your project to Vercel production or set up environment variables for your linked Vercel project.