Claude Code Plugins

Community-maintained marketplace

Feedback

vercel-deployment

@korallis/Droidz
91
2

Deploy and optimize applications on Vercel with preview deployments, edge functions, environment variables, and performance monitoring. Use when deploying Next.js applications, setting up preview deployments per pull request, configuring environment variables, using Vercel Edge Functions, optimizing build performance, implementing redirects and rewrites, configuring custom domains, or monitoring application performance with Vercel Analytics.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name vercel-deployment
description Deploy and optimize applications on Vercel with preview deployments, edge functions, environment variables, and performance monitoring. Use when deploying Next.js applications, setting up preview deployments per pull request, configuring environment variables, using Vercel Edge Functions, optimizing build performance, implementing redirects and rewrites, configuring custom domains, or monitoring application performance with Vercel Analytics.

Vercel Deployment - Production Deployments

When to use this skill

  • Deploying Next.js applications to Vercel
  • Setting up automatic preview deployments
  • Configuring environment variables per environment
  • Using Vercel Edge Functions at the edge
  • Optimizing build times and caching
  • Implementing redirects, rewrites, and headers
  • Configuring custom domains and SSL
  • Monitoring performance with Vercel Analytics
  • Implementing incremental static regeneration
  • Setting up monorepo deployments with Turborepo
  • Configuring serverless function regions
  • Using Vercel KV, Postgres, or Blob storage

When to use this skill

  • Deploying Next.js apps, configuring edge functions, analytics.
  • When working on related tasks or features
  • During development that requires this expertise

Use when: Deploying Next.js apps, configuring edge functions, analytics.

Deploy

```bash vercel --prod ```

Resources