vercel-pack

v1.18.0 by Jeremy Longshore

Complete Vercel integration skill pack with 30 skills covering deployments, edge functions, preview environments, performance optimization, and production operations. Flagship+ tier vendor pack.

30 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install vercel-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 30 production-grade Claude Code skills for Vercel deployments, serverless functions, Edge Runtime, and platform operations.

Deploy, scale, and operate Vercel applications with real API endpoints (api.vercel.com/v9/*), real CLI commands (vercel deploy, vercel env, vercel rollback), real Edge Function patterns (export const config = { runtime: 'edge' }), and real error codes (FUNCTION_INVOCATION_FAILED, FUNCTION_THROTTLED). Every skill contains working code, not placeholders.

Links: Vercel Docs | Vercel REST API | Install


Skills (30) plugin-local skills

vercel-advanced-troubleshooting View full skill →

Advanced debugging for hard-to-diagnose Vercel issues including cold starts, edge errors, and function tracing.

ReadGrepBash(vercel:*)Bash(curl:*)Bash(jq:*)
vercel-architecture-variants View full skill →

Choose and implement Vercel architecture blueprints for different scales and use cases.

ReadWriteEditGrep
vercel-ci-integration View full skill →

Configure Vercel CI/CD with GitHub Actions, preview deployments, and automated testing.

ReadWriteEditBash(gh:*)Bash(vercel:*)
vercel-common-errors View full skill →

Diagnose and fix common Vercel deployment and function errors.

ReadGrepBash(vercel:*)Bash(curl:*)
vercel-cost-tuning View full skill →

Optimize Vercel costs through plan selection, function efficiency, and usage monitoring.

ReadWriteEditBash(vercel:*)Bash(curl:*)Grep
vercel-data-handling View full skill →

Implement data handling, PII protection, and GDPR/CCPA compliance for Vercel deployments.

ReadWriteEdit
vercel-debug-bundle View full skill →

Collect Vercel debug evidence for support tickets and troubleshooting.

ReadBash(vercel:*)Bash(curl:*)Bash(tar:*)Bash(jq:*)Grep
vercel-deploy-integration View full skill →

Deploy and manage Vercel production deployments with promotion, rollback, and multi-region strategies.

ReadWriteEditBash(vercel:*)Bash(curl:*)
vercel-deploy-preview View full skill →

Create and manage Vercel preview deployments for branches and pull requests.

ReadWriteEditBash(vercel:*)Bash(curl:*)Bash(git:*)Grep
vercel-edge-functions View full skill →

Build and deploy Vercel Edge Functions for ultra-low latency at the edge.

ReadWriteEditBash(vercel:*)Bash(npm:*)Grep
vercel-enterprise-rbac View full skill →

Configure Vercel enterprise RBAC, access groups, SSO integration, and audit logging.

ReadWriteEditBash(curl:*)
vercel-hello-world View full skill →

Create a minimal working Vercel deployment with a serverless API route.

ReadWriteEditBash(vercel:*)Bash(npm:*)Bash(npx:*)Bash(curl:*)
vercel-incident-runbook View full skill →

Vercel incident response procedures with triage, instant rollback, and postmortem.

ReadGrepBash(vercel:*)Bash(curl:*)
vercel-install-auth View full skill →

Install Vercel CLI and configure API token authentication.

ReadWriteEditBash(npm:*)Bash(npx:*)Bash(vercel:*)Grep
vercel-local-dev-loop View full skill →

Configure Vercel local development with vercel dev, environment variables, and hot reload.

ReadWriteEditBash(vercel:*)Bash(npm:*)Bash(npx:*)Grep
vercel-migration-deep-dive View full skill →

Migrate to Vercel from other platforms or re-architecture existing Vercel deployments.

ReadWriteEditBash(vercel:*)Bash(npm:*)Bash(npx:*)
vercel-multi-env-setup View full skill →

Configure Vercel across development, preview, and production environments with scoped secrets.

ReadWriteEditBash(vercel:*)
vercel-observability View full skill →

Set up Vercel observability with runtime logs, analytics, log drains, and OpenTelemetry tracing.

ReadWriteEditBash(vercel:*)Bash(curl:*)
vercel-performance-tuning View full skill →

Optimize Vercel deployment performance with caching, bundle optimization, and cold start reduction.

ReadWriteEditBash(vercel:*)Bash(npx:*)
vercel-reference-architecture View full skill →

Implement a Vercel reference architecture with layered project structure and best practices.

ReadWriteEditGrep
vercel-reliability-patterns View full skill →

Implement reliability patterns for Vercel deployments including circuit breakers, retry logic, and graceful degradation.

ReadWriteEdit
vercel-sdk-patterns View full skill →

Production-ready Vercel REST API patterns with typed fetch wrappers and error handling.

ReadWriteEdit
vercel-security-basics View full skill →

Apply Vercel security best practices for secrets, headers, and access control.

ReadWriteEditBash(vercel:*)Grep
vercel-upgrade-migration View full skill →

Upgrade Vercel CLI, Node.

ReadWriteEditBash(vercel:*)Bash(npm:*)Bash(npx:*)Bash(git:*)
vercel-webhooks-events View full skill →

Implement Vercel webhook handling with signature verification and event processing.

ReadWriteEditBash(curl:*)

How It Works

Skills trigger automatically when you discuss Vercel topics:

  • "Help me set up Vercel" triggers vercel-install-auth
  • "Deploy my app to production" triggers vercel-prod-checklist
  • "My Vercel function is timing out" triggers vercel-common-errors
  • "Set up edge middleware for auth" triggers vercel-edge-functions
  • "Why is my Vercel bill so high?" triggers vercel-cost-tuning

Ready to use vercel-pack?