What problem does it solve? Managing Vercel deployments, environment variables, domains, and integrations from the command line involves many commands with subtle pitfalls like wrong project linking, missing CI flags, and disabled deployment protection. This Skill routes every task to the correct Vercel CLI workflow and reference documentation. ## Core Features & Use Cases - Deployment & CI/CD: Run preview and production deployments, prebuilt builds, blue/green and rolling-release workflows, and GitHub Actions automation with VERCEL_TOKEN and --yes. - Project Operations: Manage environment variables, domains and DNS, Blob storage, Marketplace integrations, logs, metrics, and preview access via vercel curl. - Framework & Monorepo Support: Covers Node.js backends (Express, Hono), Bun runtime, Turborepo/Nx monorepos with vercel link --repo, and feature flags via vercel flags. - Use Case: You need to deploy a monorepo app to production from CI. The Skill directs you to link with vercel link --repo, then run vercel pull --yes, vercel build --prod, and vercel deploy --prebuilt --prod. ## Quick Start Ask the assistant to deploy your project to Vercel production and it will link the project, pull environment variables, and run the correct deploy commands.