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 handling sandboxed environments where login is impossible. This Skill automates that decision flow and always returns a working deployment URL. ## Core Features & Use Cases - State-aware deploy routing: Detects git remotes, existing .vercel/ project links, and CLI authentication status, then picks the right method (git push, vercel deploy, or fallback script). - Team and project linking: Prompts for team selection when multiple Vercel teams exist and links the project with vercel link --repo or standard linking to enable future git-push deployments. - No-auth fallback scripts: Ships deploy.sh and deploy-codex.sh that package a project (excluding node_modules, .git, .env), auto-detect 40+ frameworks from package.json, upload to a claimable deploy endpoint, and poll until the build completes. - Use Case: You are in a sandboxed AI environment with no Vercel credentials and want a live preview link for your React app. The Skill runs the fallback script and returns a preview URL plus a claim URL to transfer the deployment to your account. ## Quick Start Deploy my current project to Vercel and give me the preview link.