vercel-pack Verified Silver

Verified Silver · 87/100 saas-packs v1.0.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 Skills
MIT License
Free Pricing

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 (FUNCTIONINVOCATIONFAILED, FUNCTION_THROTTLED). Every skill contains working code, not placeholders.

Links: Vercel Docs | Vercel REST API | Install


Skills (30)

vercel-advanced-troubleshooting SKILL.md View full skill →

'Advanced debugging for hard-to-diagnose Vercel issues including cold.

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

'Choose and implement Vercel architecture blueprints for different scales.

ReadWriteEditGrep
vercel-ci-integration SKILL.md View full skill →

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

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

'Diagnose and fix common Vercel deployment and function errors.

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

'Optimize Vercel costs through plan selection, function efficiency, and.

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

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

ReadWriteEdit
vercel-debug-bundle SKILL.md View full skill →

'Collect Vercel debug evidence for support tickets and troubleshooting.

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

'Deploy and manage Vercel production deployments with promotion, rollback,.

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

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

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

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

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

'Configure Vercel enterprise RBAC, access groups, SSO integration, and.

ReadWriteEditBash(curl:*)
vercel-hello-world SKILL.md 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 SKILL.md View full skill →

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

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

'Install Vercel CLI and configure API token authentication.

ReadWriteEditBash(npm:*)Bash(npx:*)Bash(vercel:*)Grep
vercel-known-pitfalls SKILL.md View full skill →

'Identify and avoid Vercel anti-patterns and common integration mistakes.

ReadGrep
vercel-load-scale SKILL.md View full skill →

'Load test and scale Vercel deployments with concurrency tuning and capacity.

ReadWriteEditBash(npx:*)Bash(vercel:*)Bash(curl:*)
vercel-local-dev-loop SKILL.md View full skill →

'Configure Vercel local development with vercel dev, environment variables,.

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

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

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

'Configure Vercel across development, preview, and production environments.

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

'Set up Vercel observability with runtime logs, analytics, log drains,.

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

'Optimize Vercel deployment performance with caching, bundle optimization,.

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

'Implement a Vercel reference architecture with layered project structure.

ReadWriteEditGrep
vercel-reliability-patterns SKILL.md View full skill →

'Implement reliability patterns for Vercel deployments including circuit.

ReadWriteEdit
vercel-sdk-patterns SKILL.md View full skill →

'Production-ready Vercel REST API patterns with typed fetch wrappers.

ReadWriteEdit
vercel-security-basics SKILL.md View full skill →

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

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

'Upgrade Vercel CLI, Node.

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

'Implement Vercel webhook handling with signature verification and event.

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?