一键导入
deploy-vercel
Use when deploying or configuring this project on Vercel — env vars, build settings, serverless limits, and production checks for Next.js or Express.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when deploying or configuring this project on Vercel — env vars, build settings, serverless limits, and production checks for Next.js or Express.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use before scaffolding a bwai project — runs the full startup-goal workflow then recommends the right boilerplate and outputs the exact bwai new command to run.
Use when acting as a startup CTO for architecture, technical risk, platform direction, codebase boundaries, or engineering strategy.
Use when acting as a startup founding engineer for implementation, tests, debugging, review, and verification.
Use when acting as a startup product manager for discovery, PRDs, issue slicing, roadmap tradeoffs, or customer-value sequencing.
Use when acting as a startup QA lead for acceptance checks, release risk, regression focus, and verification evidence.
Use when coordinating a startup goal across CEO, CTO, product manager, engineering manager, founding engineer, and QA lead role subagents.
| name | deploy-vercel |
| description | Use when deploying or configuring this project on Vercel — env vars, build settings, serverless limits, and production checks for Next.js or Express. |
Ship this project to Vercel with correct env vars, build settings, and production checks. Applies to Next.js App Router and Express API boilerplates in this catalog.
npm run build passes locallynpm test passesvercel link + vercel deploy).NEXT_PUBLIC_.Common issues:
"use client" leaks of server modules.vercel.json routing to the Express app.NODE_ENV=production and API secrets in Vercel env settings.vercel dev before promoting to production.Common issues:
| Kind | Where |
|---|---|
| Secrets (API keys, DB URLs) | Vercel → Settings → Environment Variables (Production) |
| Public config (analytics ID) | NEXT_PUBLIC_* only when safe for browsers |
| Local dev | .env.local (gitignored) — never commit |
bwai scan-project on the deployed repo clone if skills changed.Use Vercel instant rollback to the previous production deployment if smoke tests fail. Fix forward only after identifying root cause.
.env or Vercel tokens to git.