What problem does it solve? Getting a local project live on Vercel involves many branching paths: checking git remotes, verifying CLI authentication, linking projects to teams, and choosing between preview and production deploys. This Skill automates that decision flow so any project can be deployed with a single request. ## Core Features & Use Cases - State-aware deployment routing: Detects git remotes, existing .vercel/ project links, and CLI authentication status to pick the correct deploy method automatically. - Team and scope handling: Lists available Vercel teams and applies the selected --scope to link and deploy commands. - No-auth fallback scripts: Ships deploy.sh and deploy-codex.sh that package a project (excluding node_modules, .git, .env), auto-detect the framework from package.json, and deploy through claimable endpoints returning a preview URL and claim URL. - Use Case: A user says "deploy my app and give me the link" in a sandboxed environment with no Vercel login; the Skill runs the fallback script, waits for the build, and returns a live preview URL plus a claim URL to transfer ownership. ## Quick Start Deploy my current project to Vercel and give me the preview link.