What problem does it solve? Deploying to Vercel from an agent workflow involves choosing between git-based and CLI-based flows, handling project linking, team selection, and token authentication, all while avoiding accidental production deploys. This Skill provides a safe, structured procedure for creating preview deployments and managing Vercel projects without guesswork. ## Core Features & Use Cases - Guided Deployment Flows: Detects git remotes, existing .vercel linking, and authentication state to choose between git-push previews and direct vercel deploy CLI uploads. - Safety-First Defaults: Defaults to preview deployments, requires explicit user intent for production deploys, environment variable changes, or pushes, and forbids committing tokens or .env files. - Token-Based Authentication: Supports non-interactive deployment using VERCEL_TOKEN, VERCEL_ORG_ID, and VERCEL_PROJECT_ID environment variables instead of command-line flags. - Use Case: You have an unlinked prototype repo with no git remote. The Skill runs initial checks, then executes vercel deploy -y --no-wait and inspects the returned deployment URL to confirm the preview is live. ## Quick Start Deploy my current project to Vercel as a preview deployment and give me the deployment URL.