What problem does it solve? Getting a local project live on Vercel involves many branching paths: whether the project is linked, whether a git remote exists, and whether the Vercel CLI is authenticated. This Skill automates that decision flow and executes the correct deployment method, always defaulting to preview deployments. ## Core Features & Use Cases - State Detection: Checks git remotes, .vercel/project.json or .vercel/repo.json linkage, CLI authentication, and available teams before choosing a deploy method. - Multiple Deploy Paths: Supports git-push deployments for linked repos, direct vercel deploy CLI uploads, and no-auth fallback scripts that return preview and claim URLs. - Framework Auto-Detection: The bundled shell scripts detect frameworks like Next.js, Vite, Astro, and Express from package.json and package projects excluding node_modules, .git, and .env files. - Use Case: You finish a React portfolio site and say "deploy my app" — the Skill detects there is no Vercel link, authenticates the CLI, links the project to your team, and returns a live preview URL. ## Quick Start Deploy my project to Vercel and give me the preview link.