What problem does it solve? Managing Vercel projects from the command line involves many commands for linking, environment variables, deployments, and logs, and mistakes like deploying straight to production or leaking tokens are common. This Skill provides structured guidance for operating the Vercel CLI safely and correctly. ## Core Features & Use Cases - Project & Environment Management: Link projects with vercel link, inspect and pull environment variables with vercel env ls and vercel env pull. - Deployment Workflows: Run local dev servers, create preview deployments, and inspect or stream logs from deployment URLs. - Safety Rules: Enforces reading state before mutating, preferring preview deploys before production promotes, and never printing tokens or .env* contents. - Use Case: You need to ship a feature branch. Use this Skill to link the project, pull the latest env vars, run vercel dev locally, create a preview deployment, and inspect its logs before promoting to production. ## Quick Start Use the vercel-cli skill to link my project, pull the environment variables, and create a preview deployment.