What problem does it solve? Getting a local project live on the web usually requires Vercel account setup, CLI authentication, and manual framework configuration. This Skill deploys any project to Vercel and returns a shareable preview URL, with a no-auth fallback path when the CLI is unavailable. ## Core Features & Use Cases - CLI-Based Deployment: Runs vercel deploy for preview deployments by default, reserving --prod for explicit production requests. - No-Auth Fallback Script: Uses scripts/deploy.sh to package the project, detect the framework from package.json, and deploy through a claimable endpoint returning previewUrl and claimUrl. - Framework Detection: Automatically identifies Next.js, Astro, Nuxt, SvelteKit, Remix, Express, and dozens of other frameworks from dependencies. - Use Case: You finish a Next.js landing page and want a live link to share. The Skill deploys the directory, waits for the build to complete, and hands you the preview URL plus a claim URL to manage the deployment. ## Quick Start Deploy this project to Vercel and give me the preview link.