원클릭으로
deployment
Deploy the application to production. Guides through Convex and Vercel deployment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deploy the application to production. Guides through Convex and Vercel deployment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Review code changes for quality, security, and best practices. Use when reviewing PRs or checking code quality.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Run tests, check builds, and validate the application works correctly. Use after making changes.
SOC 직업 분류 기준
| name | deployment |
| description | Deploy the application to production. Guides through Convex and Vercel deployment. |
| allowed-tools | Bash, Read, WebFetch |
| user-invocable | true |
Guide for deploying Vibe Stack to production.
pnpm buildnpx convex deploy# Deploy Convex functions to production
npx convex deploy
# This will:
# 1. Push schema changes
# 2. Deploy all functions
# 3. Run any migrations
Set these in Vercel dashboard:
NEXT_PUBLIC_CONVEX_URL=https://your-project.convex.cloud
CONVEX_DEPLOY_KEY=prod:your-deploy-key
AUTH_SECRET=your-auth-secret
STRIPE_SECRET_KEY=sk_live_xxx
STRIPE_WEBHOOK_SECRET=whsec_xxx
pnpm build.nextpnpm installhttps://your-domain.com/api/stripe/webhookcheckout.session.completedcustomer.subscription.createdcustomer.subscription.updatedcustomer.subscription.deletedSTRIPE_WEBHOOK_SECRETIf issues occur: