#What it does
The /deploy skill deploys your project to Vercel. It handles environment setup, build verification, and gives you a live URL.
#How to use
bash
/deploy#Workflow
- Verify β Checks that the build passes locally
- Configure β Sets up Vercel project if not already linked
- Deploy β Pushes to Vercel (preview or production)
- Report β Returns the deployment URL and status
#Options
- Default: creates a preview deployment
- On
mainbranch: prompts for production deployment - Handles environment variables through Vercel CLI
#Prerequisites
- Vercel CLI installed (
npm i -g vercel) - Project linked to Vercel (
vercel link) - Environment variables configured in Vercel dashboard