Description
Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".
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
More skills from the vercel-deploy-claude-code-plugin repository
View all 3 skillsMore from Vercel
View publisherSkillTagsUpdated
next-cache-components-adoption
enable and migrate to Next.js Cache Components
next.js
Jul 24CachingFrontendMigrationNext.js +1next-cache-components-optimizer
optimize Next.js cache components
next.js
Jul 30CachingFrontendNext.jsPerformance +1next-dev-loop
verify Next.js runtime behavior
next.js
May 22DebuggingFrontendLocal DevelopmentNext.js +2next-partial-prefetching-adoption
adopt Partial Prefetching in Next.js apps
next.js
Jul 30FrontendNext.jsPerformanceVercelturborepo
manage monorepos with Turborepo
turborepo
Jul 30CI/CDPerformanceTurborepoadd-function-examples
add AI function examples for testing
ai
Apr 6AI SDKTestingVercel
