deploy-on-vercel
Installation
SKILL.md
Vercel Instant Deploy
Deploy any web project to Vercel instantly. No authentication or API keys required.
How It Works
- Package: Compresses your project into a tarball (excluding
node_modulesand.git). - Detect: Automatically identifies the framework (Next.js, Vue, Svelte, etc.) from
package.json. - Upload: Sends the package to the Vercel Instant Deploy service.
- Result: Returns a Preview URL (live site) and a Claim URL (to transfer ownership to your Vercel account).
Usage
bash scripts/deploy.sh [path]
Arguments: