Marketplace
deploy
Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".
$ 安裝
git clone https://github.com/vercel/vercel-deploy-claude-code-plugin /tmp/vercel-deploy-claude-code-plugin && cp -r /tmp/vercel-deploy-claude-code-plugin/skills/deploy ~/.claude/skills/vercel-deploy-claude-code-plugin// tip: Run this command in your terminal to install the skill
SKILL.md
name: deploy description: Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".
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
Repository

vercel
Author
vercel/vercel-deploy-claude-code-plugin/skills/deploy
1
Stars
0
Forks
Updated5d ago
Added1w ago