
vercel / vercel-deploy-claude-code-plugin
✓ Official★ 12A skill package that teaches your agent 3 capabilities — every one documented and browsable below, no GitHub required · by vercel.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".
1 file — installable on its own
View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".
1 file — installable on its own
Set up Vercel CLI and project configuration. Use when the user says "set up Vercel", "configure Vercel", "link to Vercel", or "vercel init".
1 file — installable on its own
Vercel Deploy Plugin for Claude Code
Deploy to Vercel directly from Claude Code.
Installation
/plugin install vercel@claude-plugins-officialPrerequisites
- Vercel CLI (
npm install -g vercel) - Vercel account (
vercel login)
Commands
| Command | Description |
|---|---|
/deploy | Deploy to production |
/vercel-logs | View deployment logs |
/vercel-setup | Set up Vercel CLI and project |
Skills
Skills are auto-invoked based on context:
- deploy - "deploy my app", "push to production"
- vercel-logs - "show logs", "check deployment logs"
- vercel-setup - "set up Vercel", "configure Vercel"
License
MIT
Install the whole package (3 skills):
npx skills add https://github.com/vercel/vercel-deploy-claude-code-pluginOr install a single skill:
npx skills add https://github.com/vercel/vercel-deploy-claude-code-plugin --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.