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 without credentials. This Skill automates that decision flow and always returns a working deployment URL. ## Core Features & Use Cases - State-aware deploy routing: Detects git remotes, Vercel project linking (.vercel/project.json or .vercel/repo.json), and CLI auth status to pick the right deploy method. - Multiple deploy methods: Git push for linked repos, vercel deploy for linked projects without git, link-then-deploy for new projects, and no-auth fallback scripts for sandboxed environments like claude.ai and Codex. - Framework auto-detection: Bundled shell scripts detect over 40 frameworks (Next.js, Astro, Remix, SvelteKit, and more) from package.json and package projects excluding node_modules and .env files. - Use Case: You finish a Next.js app in a sandboxed environment with no Vercel credentials. The Skill packages the project, uploads it via the claimable deploy endpoint, and returns a preview URL plus a claim URL to transfer ownership. ## Quick Start Deploy my current project to Vercel and give me the preview link.