Agent skill
setup
Set up Vercel CLI and project configuration. Use when the user says "set up Vercel", "configure Vercel", "link to Vercel", or "vercel init".
Install this agent skill to your Project
npx add-skill https://github.com/vercel/vercel-deploy-claude-code-plugin/tree/main/skills/setup
SKILL.md
Vercel Setup
Install CLI
npm install -g vercel
Authenticate
vercel login
Link Project
vercel link
Environment Variables
vercel env ls
vercel env add <NAME>
Configuration
Check for vercel.json and .vercelignore files.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
deploy
Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".
logs
View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".
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?