์Šคํ‚ฌ vercel-deploy
๐Ÿš€

vercel-deploy

์•ˆ์ „ โšก ์Šคํฌ๋ฆฝํŠธ ํฌํ•จ

Deploy Next.js to Vercel

Deploy Next.js applications to Vercel with optimized build settings, environment variables, and custom domain configuration. Expert guidance for production-ready deployments.

์ง€์›: Claude Codex Code(CC)
๐Ÿฅ‰ 72 ๋ธŒ๋ก ์ฆˆ
1

์Šคํ‚ฌ ZIP ๋‹ค์šด๋กœ๋“œ

2

Claude์—์„œ ์—…๋กœ๋“œ

์„ค์ • โ†’ ๊ธฐ๋Šฅ โ†’ ์Šคํ‚ฌ โ†’ ์Šคํ‚ฌ ์—…๋กœ๋“œ๋กœ ์ด๋™

3

ํ† ๊ธ€์„ ์ผœ๊ณ  ์‚ฌ์šฉ ์‹œ์ž‘

ํ…Œ์ŠคํŠธํ•ด ๋ณด๊ธฐ

"vercel-deploy" ์‚ฌ์šฉ ์ค‘์ž…๋‹ˆ๋‹ค. Help me deploy my Next.js app to Vercel for the first time

์˜ˆ์ƒ ๊ฒฐ๊ณผ:

  • Create vercel.json with build command and output directory
  • Configure environment variables in Vercel Dashboard
  • Install Vercel CLI and run vercel login
  • Run vercel link to connect your project
  • Deploy with vercel --prod for production

"vercel-deploy" ์‚ฌ์šฉ ์ค‘์ž…๋‹ˆ๋‹ค. How do I configure custom error pages on Vercel

์˜ˆ์ƒ ๊ฒฐ๊ณผ:

  • Create frontend/app/not-found.tsx for 404 errors
  • Create frontend/app/error.tsx for runtime errors
  • Create frontend/app/global-error.tsx for critical errors
  • Vercel automatically serves these pages
  • Test pages locally before deploying

"vercel-deploy" ์‚ฌ์šฉ ์ค‘์ž…๋‹ˆ๋‹ค. Set up API proxy for my backend API

์˜ˆ์ƒ ๊ฒฐ๊ณผ:

  • Add rewrites to vercel.json pointing to your API URL
  • Configure NEXT_PUBLIC_API_URL environment variable
  • Use Next.js rewrites in next.config.js as alternative
  • Set up CORS headers for cross-origin requests
  • Test proxy locally before production deployment

๋ณด์•ˆ ๊ฐ์‚ฌ

์•ˆ์ „
v5 โ€ข 1/16/2026

Documentation-only skill with 144 false positive static findings. Scanner confused documentation examples with executable code. No network calls, no command execution, no file writes. The verify.py script only reads and validates SKILL.md format using regex parsing.

3
์Šค์บ”๋œ ํŒŒ์ผ
854
๋ถ„์„๋œ ์ค„ ์ˆ˜
1
๋ฐœ๊ฒฌ ์‚ฌํ•ญ
5
์ด ๊ฐ์‚ฌ ์ˆ˜

์œ„ํ—˜ ์š”์ธ

โšก ์Šคํฌ๋ฆฝํŠธ ํฌํ•จ (1)

ํ’ˆ์งˆ ์ ์ˆ˜

45
์•„ํ‚คํ…์ฒ˜
100
์œ ์ง€๋ณด์ˆ˜์„ฑ
85
์ฝ˜ํ…์ธ 
30
์ปค๋ฎค๋‹ˆํ‹ฐ
100
๋ณด์•ˆ
87
์‚ฌ์–‘ ์ค€์ˆ˜

๋งŒ๋“ค ์ˆ˜ ์žˆ๋Š” ๊ฒƒ

Deploy Next.js App

Configure and deploy a Next.js application to Vercel with optimal build settings and environment variables.

CI/CD Pipeline Setup

Set up automated deployments with Vercel CLI in CI/CD pipelines using tokens and environment variables.

Custom Domain Setup

Configure custom domains, DNS records, and API proxying for production applications on Vercel.

์ด ํ”„๋กฌํ”„ํŠธ๋ฅผ ์‚ฌ์šฉํ•ด ๋ณด์„ธ์š”

Basic Vercel Setup
Help me deploy my Next.js app to Vercel. I need to create a vercel.json configuration file with the correct build settings.
Environment Variables
Set up environment variables for my Next.js app on Vercel. Which variables need the NEXT_PUBLIC_ prefix and which should stay server-only?
Custom Domain
Configure a custom domain for my Vercel deployment. How do I set up DNS records and HTTPS?
API Proxy
Set up API proxy rewrites in vercel.json to route /api requests to my backend API at api.example.com.

๋ชจ๋ฒ” ์‚ฌ๋ก€

  • Always use NEXT_PUBLIC_ prefix only for variables that need client access
  • Test builds locally with npm run build before deploying to Vercel
  • Use vercel.json regions to deploy closest to your users
  • Configure custom error pages before going live

ํ”ผํ•˜๊ธฐ

  • Never commit .env.local files to version control
  • Avoid using wildcard domains without proper DNS configuration
  • Do not expose sensitive API keys with NEXT_PUBLIC_ prefix
  • Never hardcode API URLs; use environment variables instead

์ž์ฃผ ๋ฌป๋Š” ์งˆ๋ฌธ

Does this skill deploy my application?
No. This skill provides configuration guidance. Run vercel --prod or use Vercel Git integration to actually deploy.
What Next.js versions are supported?
Supports Next.js 13+ with App Router. Works with Pages Router but some features are optimized for App Router.
How do I deploy from CI/CD?
Use vercel --token=$VERCEL_TOKEN --yes in your pipeline. Get VERCEL_TOKEN from Vercel Dashboard.
Is my code safe with this skill?
Yes. This is a read-only documentation skill. It only reads your configuration files to provide guidance.
Why is my build failing on Vercel?
Common causes: missing dependencies, incorrect build command, environment variables not set, or platform-specific code.
How is this different from Vercel CLI?
This skill provides configuration guidance and troubleshooting. Vercel CLI is the actual tool that performs deployments.

๊ฐœ๋ฐœ์ž ์„ธ๋ถ€ ์ •๋ณด

์ž‘์„ฑ์ž

Awais68

๋ผ์ด์„ ์Šค

MIT

์ฐธ์กฐ

main

ํŒŒ์ผ ๊ตฌ์กฐ

๐Ÿ“ scripts/

๐Ÿ“„ verify.py

๐Ÿ“„ SKILL.md