What problem does it solve? Getting a project live on Vercel normally requires account setup, CLI authentication, and manual configuration. This Skill packages any project directory, detects its framework, and deploys it through a claimable-preview endpoint, returning a live preview URL without requiring a Vercel account. ## Core Features & Use Cases - One-command deployment: Run bash scripts/deploy.sh [path] on a directory or .tgz tarball to package and upload the project. - Automatic framework detection: Reads package.json to identify Next.js, Nuxt, SvelteKit, Astro, Express, Vite, and dozens of other frameworks. - Claimable preview flow: Returns both a live Preview URL and a Claim URL so the deployment can later be transferred to a Vercel account. - Use Case: You just finished a static HTML prototype and want to share a live link with a teammate. Run the deploy script on the folder, and share the returned Preview URL immediately. ## Quick Start Ask the agent to deploy the current project to Vercel and share the preview URL.