What problem does it solve? Deploying a project to Vercel normally requires CLI setup, authentication, and manual build monitoring. This Skill automates the full deployment flow, including a no-auth fallback path, and returns a live preview URL plus a claim URL. ## Core Features & Use Cases - CLI-Based Deployment: Uses the Vercel CLI to create preview deployments by default, with production deploys only on explicit request. - No-Auth Fallback Script: Packages the project as a tarball, detects the framework from package.json, and deploys through a claimable endpoint when CLI credentials are missing. - Framework Detection: Recognizes Next.js, Astro, SvelteKit, Nuxt, Remix, Express, Fastify, and dozens of other frameworks automatically. - Use Case: A user finishes a static site or Next.js app and says "deploy my app and give me the link"—the Skill deploys it, waits for the build, and returns the preview and claim URLs. ## Quick Start Ask the assistant to deploy the current project to Vercel as a preview and share the deployment URL.