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".
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
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
logs
View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".
setup
Set up Vercel CLI and project configuration. Use when the user says "set up Vercel", "configure Vercel", "link to Vercel", or "vercel init".
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
island-rescue
How to be rescued from a lonely island
island-rescue
How to be rescued from a lonely island
add-function-examples
Guide for adding new AI function examples, for testing specific features against the actual provider APIs.
Didn't find tool you were looking for?