Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
vercel avatar

Deploy

  • 104 installs
  • 13 repo stars
  • Updated December 18, 2025
  • vercel/vercel-deploy-claude-code-plugin

Vercel deploy skill using vercel CLI for production and preview deployments.

About

Vercel deploy skill from the vercel-deploy Claude Code plugin. Checks vercel CLI installation and login with vercel --version and vercel whoami. Production deploy via vercel --prod and preview via vercel without flag. After deployment displays URL, build status, and mentions vercel logs for debugging failures. Triggers on deploy, deploy to Vercel, push to production, deploy my app, or go live phrases.

  • vercel --prod for production and vercel for preview deploys
  • Prerequisite checks: vercel --version and vercel whoami
  • Install via npm install -g vercel if missing
  • Post-deploy URL and build status display
  • Mentions vercel logs for deployment debugging

Deploy by the numbers

  • 104 all-time installs (skills.sh)
  • +2 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #542 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
At a glance

deploy capabilities & compatibility

Capabilities
deploy production · deploy preview · check vercel prerequisites
Works with
vercel
Use cases
devops · ci cd
Runs
Hosted SaaS
From the docs

What deploy says it does

Deploy applications to Vercel.
SKILL.md
vercel --prod
SKILL.md
npx skills add https://github.com/vercel/vercel-deploy-claude-code-plugin --skill deploy

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs104
repo stars13
Last updatedDecember 18, 2025
Repositoryvercel/vercel-deploy-claude-code-plugin

How do I deploy my app to Vercel?

Deploy applications to Vercel production or preview using vercel CLI with prerequisite checks and post-deploy URL display.

Who is it for?

Developers deploying to Vercel production or preview from Claude Code plugin.

Skip if: Vercel Connect OAuth or emulate local API testing.

When should I use this skill?

User says deploy, deploy to Vercel, push to production, or go live.

What you get

Application deployed with URL displayed and build status confirmed.

Files

SKILL.mdMarkdownGitHub ↗

Deploy to Vercel

Prerequisites Check

vercel --version
vercel whoami

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

Deployment

Production:

vercel --prod

Preview:

vercel

After Deployment

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

Related skills

FAQ

Production vs preview command?

vercel --prod for production; vercel without flag for preview.

What if vercel is not installed?

Run npm install -g vercel then vercel login.

How to debug failed deploy?

Use vercel logs with the deployment URL.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.