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 routes every Vercel CLI task to the correct reference documentation so commands are executed correctly the first time. ## Core Features & Use Cases - Deployment Workflows: Preview and production deploys, prebuilt builds, blue/green promotion, rolling releases, and rollback. - Project & Team Management: Project linking (project.json vs repo.json), monorepo setup with Turborepo/Nx, team scoping, and environment variable management. - Platform Services: Feature flags (vercel flags), Blob storage, Marketplace integrations, domains/DNS, logs, metrics, and vercel curl for protected preview deployments. - Use Case: You need to set up CI/CD for a monorepo. The Skill directs you to link with vercel link --repo, then use vercel pull --yes, vercel build --prod --standalone, and vercel deploy --prebuilt --prod with VERCEL_TOKEN authentication. ## Quick Start Ask the assistant to deploy your project to Vercel production or set up environment variables, and it will load the appropriate reference file and run the correct vercel commands.