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 so any project reaches a live preview URL regardless of environment constraints. ## Core Features & Use Cases - State-aware deployment routing: Detects git remotes, Vercel project links (.vercel/project.json or repo.json), and CLI auth status to pick the right deploy method. - Multiple deploy methods: Git push for linked repos, vercel deploy CLI for unlinked projects, and no-auth fallback scripts that return preview and claim URLs. - Framework auto-detection: Bundled shell scripts detect Next.js, Astro, SvelteKit, Nuxt, Remix, and dozens of other frameworks from package.json before packaging. - Use Case: A user in a sandboxed AI environment asks to deploy their Next.js app. The Skill detects no CLI auth, runs the fallback deploy script, and returns a live preview URL plus a claim URL to transfer ownership. ## Quick Start Deploy my project to Vercel and give me the preview link.