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 and decision trees to execute Vercel CLI workflows correctly. ## Core Features & Use Cases - Deployment Workflows: Preview, production, prebuilt, blue/green, and rolling-release deployments with correct flag usage. - Project & Environment Management: Project linking (single vs monorepo), environment variable scoping, and team switching. - Integrations & Storage: Provision Marketplace integrations (databases, KV, blob storage) with automatic env var injection. - Use Case: You need to set up CI/CD for a Turborepo monorepo. The Skill routes you to the monorepo and CI references, ensuring you run vercel link --repo, use --yes, and pass --standalone build artifacts between jobs. ## Quick Start Ask the assistant to deploy your project to Vercel production or set up environment variables using the vercel-cli skill.