Skip to content
/deployStable

Deploy current project to Vercel with environment configuration and preview URL generation.

DevOpsDeploymentΒ· 1 min read

Quick import: Download the .md file and save it to .claude/commands/ (Claude Code), .cursorrules (Cursor), or paste as a system prompt in ChatGPT, Gemini, or any LLM API.

#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

  1. Verify β€” Checks that the build passes locally
  2. Configure β€” Sets up Vercel project if not already linked
  3. Deploy β€” Pushes to Vercel (preview or production)
  4. Report β€” Returns the deployment URL and status

#Options

  • Default: creates a preview deployment
  • On main branch: 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
Orel OhayonΒ·
View all skills