vercel
Installation
SKILL.md
Vercel (MCP-native)
Official docs
| Topic | URL |
|---|---|
| Documentation | https://vercel.com/docs |
| Agent resources | https://vercel.com/docs/agent-resources |
| MCP | Enable Vercel plugin MCP in Cursor |
Agent rules
- Deploy skill path — use project
deploy-to-vercelskill + promote checklist before production promote. - Env vars — server secrets never
NEXT_PUBLIC_*; redeploy after env changes affecting build. - Preview vs production — confirm target environment before
deployor env writes. - Pair with nextjs — App Router caching and route changes affect deploy behavior.
- Profile — enable in
weboropsMCP profile only.