원클릭으로
vercel-deploy
Deployment to Vercel including configuration, environment variables, and production best practices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deployment to Vercel including configuration, environment variables, and production best practices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create and apply Drizzle ORM migrations against the single Neon-primary PostgreSQL database
Run the 15-check pre-launch preflight and interpret results with context-aware fix suggestions
Next.js App Router best practices for routing, data fetching, rendering, and optimization.
Next.js Cache Components, 'use cache' directive, PPR, cacheLife, cacheTag, and migration from unstable_cache.
Turborepo monorepo task orchestration, caching, and pipeline configuration guidance.
React composition patterns for building maintainable, reusable component architectures.
| name | vercel-deploy |
| description | Deployment to Vercel including configuration, environment variables, and production best practices. |
Refer to the official documentation for comprehensive guidance:
vercel deploy for preview deployments and vercel deploy --prod for production; prefer CI-triggered deploys via GitHub Actions over manual CLI deploysvercel env add; never commit secrets to the repositoryvercel.json or next.config.ts for custom headers, redirects, and rewrites; avoid duplicating routing logic between both filesmaxDuration for serverless functions based on plan limitsvercel logs and the deployment detail page; use vercel rollback to revert to a previous known-good deployment if issues arise