vercel-deploy
Installation
SKILL.md
Vercel Deploy
Deploy any project to Vercel instantly. No authentication required.
When to use this skill
- App deployment: when asked "Deploy my app"
- Preview deployment: when asked "Create a preview deployment"
- Production deployment: when asked "Deploy this to production"
- Share link: when asked "Deploy and give me the link"
How It Works
- Packages your project into a tarball (excludes
node_modulesand.git) - Auto-detects framework from
package.json - Uploads to deployment service
- Returns Preview URL (live site) and Claim URL (transfer to your Vercel account)