vercel-deploy
Installation
SKILL.md
Vercel Deployment Skill
Goal: Seamlessly deploy any frontend/full-stack application to Vercel global edge network.
1. Prerequisites
- CLI:
vercel(Install vianpm i -g vercel) - Auth: User must be logged in (
vercel login) or provideVERCEL_TOKEN.
2. Deployment Workflow
-
Detection:
- Scanner checks
package.jsonfor frameworks (Next.js, Vite, Remix, Astro). - Identifies build command (
npm run build) and output directory (distor.next).
- Scanner checks
-
Configuration:
- Generates
vercel.jsonif custom headers/rewrites are needed. - Sets project settings (Root Directory, Framework Preset).
- Generates