What problem does it solve? Getting a project live on the web usually requires configuring hosting, authentication, and build pipelines. This Skill deploys any project to Vercel and returns a shareable preview URL, with a no-auth fallback path when the Vercel CLI is unavailable or unauthenticated. ## 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: A bundled deploy script packages the project, detects the framework from package.json, and deploys through a claimable endpoint returning previewUrl and claimUrl. - Framework Detection: Automatically identifies over 40 frameworks including Next.js, Astro, SvelteKit, Nuxt, Express, and Vite for correct build configuration. - Use Case: You finish a static HTML landing page and want a live link to share with a client. The Skill packages the directory, deploys it, waits for the build to finish, and hands you the preview and claim URLs. ## Quick Start Deploy this project to Vercel and give me the preview link.