By vercel
Deploy, manage, and optimize web apps and AI features on Vercel with expert guidance for deployment pipelines, AI SDK integration, storage configuration, environment variables, security, and performance. Includes CLI commands, agents for troubleshooting and performance, and workflow automation.
Bootstrap a repository with Vercel-linked resources by running preflight checks, provisioning integrations, verifying env keys, and then executing db/dev startup commands safely.
Deploy the current project to Vercel. Pass "prod" or "production" as argument to deploy to production. Default is preview deployment.
Manage Vercel environment variables. Commands include list, pull, add, remove, and diff. Use to sync environment variables between Vercel and your local development environment.
Discover and install Vercel Marketplace integrations. Use to find databases, CMS, auth providers, and other services available on the Vercel Marketplace.
Show the status of the current Vercel project — recent deployments, linked project info, and environment overview.
Specializes in architecting AI-powered applications on Vercel — choosing between AI SDK patterns, configuring providers, building agents, setting up durable workflows, and integrating MCP servers. Use when designing AI features, building chatbots, or creating agentic applications.
Specializes in Vercel deployment strategies, CI/CD pipelines, preview URLs, production promotions, rollbacks, environment variables, and domain configuration. Use when troubleshooting deployments, setting up CI/CD, or optimizing the deploy pipeline.
Specializes in optimizing Vercel application performance — Core Web Vitals, rendering strategies, caching, image optimization, font loading, edge computing, and bundle size. Use when investigating slow pages, improving Lighthouse scores, or optimizing loading performance.
Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.
Vercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.
Authentication integration guidance — Clerk (native Vercel Marketplace), Descope, and Auth0 setup for Next.js applications. Covers middleware auth patterns, sign-in/sign-up flows, and Marketplace provisioning. Use when implementing user authentication.
Project bootstrapping orchestrator for repos that depend on Vercel-linked resources (databases, auth, and managed integrations). Use when setting up or repairing a repository so linking, environment provisioning, env pulls, and first-run db/dev commands happen in the correct safe order.
Vercel Chat SDK expert guidance. Use when building multi-platform chat bots — Slack, Telegram, Microsoft Teams, Discord, Google Chat, GitHub, Linear — with a single codebase. Covers the Chat class, adapters, threads, messages, cards, modals, streaming, state management, and webhook setup.
External network access
Connects to servers outside your machine
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
| Tool | Status |
|---|---|
| Claude Code | Supported |
| Cursor | Supported |
| OpenAI Codex | Coming soon |
npx plugins add vercel/vercel-plugin
That's it. The plugin installs Vercel context, skills, and a lightweight default hook profile.
This plugin gives AI agents a relational knowledge graph of the Vercel ecosystem plus a bundled skill library covering products, libraries, CLI, APIs, and workflows.
After installing, the plugin keeps automatic behavior lightweight. Session-start activation now only kicks in for empty directories and detected Vercel/Next.js projects, and Vercel skills are no longer auto-injected on every tool call or every prompt by default. The default post-tool path is now observer-only. The skills remain available for direct use, and the repo still keeps the injection engine for targeted or future opt-in workflows.
vercel.md)A text-form relational graph covering:
| Skill | Covers |
|---|---|
ai-gateway | Unified model API, provider routing, failover, cost tracking, 100+ models |
ai-sdk | AI SDK v6 — text/object generation, streaming, tool calling, agents, MCP, providers, embeddings |
auth | Authentication integrations — Clerk, Descope, Auth0 setup for Next.js with Marketplace provisioning |
bootstrap | Project bootstrapping orchestrator — linking, env provisioning, db setup, first-run commands |
chat-sdk | Multi-platform chat bots — Slack, Telegram, Teams, Discord, Google Chat, GitHub, Linear |
deployments-cicd | Deployment and CI/CD — deploy, promote, rollback, --prebuilt, CI workflow files |
env-vars | Environment variable management — .env files, vercel env commands, OIDC tokens |
knowledge-update | Knowledge update guidance for the plugin |
marketplace | Integration discovery, installation, auto-provisioned env vars, unified billing |
next-cache-components | Next.js 16 Cache Components — PPR, use cache, cacheLife, cacheTag, updateTag |
next-forge | Production SaaS monorepo starter — Turborepo, Clerk, Prisma/Neon, Stripe, shadcn/ui |
next-upgrade | Next.js version upgrades — codemods, migration guides, dependency updates |
nextjs | App Router, Server Components, Server Actions, Cache Components, routing, rendering strategies |
react-best-practices | React/Next.js performance optimization — 64 rules across 8 categories |
routing-middleware | Request interception before cache, rewrites, redirects, personalization — Edge/Node.js/Bun runtimes |
runtime-cache | Ephemeral per-region key-value cache, tag-based invalidation, shared across Functions/Middleware/Builds |
shadcn | shadcn/ui — CLI, component installation, custom registries, theming, Tailwind CSS integration |
turbopack | Next.js bundler, HMR, configuration, Turbopack vs Webpack |
vercel-agent | AI-powered code review, incident investigation, SDK installation, PR analysis |
vercel-cli | All CLI commands — deploy, env, dev, domains, cache management, MCP integration, marketplace |
vercel-functions | Serverless, Edge, Fluid Compute, streaming, Cron Jobs, configuration |
vercel-sandbox | Ephemeral Firecracker microVMs for running untrusted/AI-generated code safely |
vercel-storage | Blob, Edge Config, Neon Postgres, Upstash Redis, migration from sunset packages |
verification | Full-story verification — infers user story, verifies end-to-end browser → API → data → response |
workflow | Workflow DevKit — durable execution, DurableAgent, steps, Worlds, pause/resume |
| Agent | Expertise |
|---|---|
deployment-expert | CI/CD pipelines, deploy strategies, troubleshooting, environment variables |
performance-optimizer | Core Web Vitals, rendering strategies, caching, asset optimization |
ai-architect | AI application design, model selection, streaming architecture, MCP integration |
| Command | Purpose |
|---|---|
/vercel-plugin:bootstrap | Bootstrap project — linking, env provisioning, db setup |
/vercel-plugin:deploy | Deploy to Vercel (preview or production) |
/vercel-plugin:env | Manage environment variables |
/vercel-plugin:status | Project status overview |
/vercel-plugin:marketplace | Discover and install marketplace integrations |
Lifecycle hooks that run automatically during your session:
npx claudepluginhub vercel/vercel-plugin --plugin vercel-pluginExpert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Storefront-specific skills and commands for building, bootstrapping, and auditing Vercel Shop projects.
Deploy applications to Vercel with deployment monitoring, log analysis, and error detection
Modular Vercel AI SDK development plugin with 13 specialized agents, parallel orchestration, and AI SDK v6 support. Features AI Elements (54 components), 107+ providers, Tools Registry, MCP integration, and full-stack app builder.
Claude Code skill pack for Vercel (30 skills)
Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Deploy applications to Vercel with deployment monitoring, log analysis, and error detection
Development agents, skills, hooks, and commands for Claude Code workflows