Agent skill

deploy

Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".

Stars 13
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vercel/vercel-deploy-claude-code-plugin/tree/main/skills/deploy

SKILL.md

Deploy to Vercel

Prerequisites Check

bash
vercel --version
vercel whoami

If not installed: npm install -g vercel If not logged in: vercel login

Deployment

Production:

bash
vercel --prod

Preview:

bash
vercel

After Deployment

  • Display the deployment URL
  • Show build status
  • Mention vercel logs <url> for debugging if needed

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results