vercel

164 mods across 19 repositories, 237k stars between them.

cdn-caching

121

vercel/vercel-plugin

Skill Claude CodeCodex

Debug Vercel CDN caching — cache hit rate, stale content, revalidation behavior, ISR + PPR, per-request cache reasons (cacheReason) and PPR state (pprstate), and costs.

270 3d ago A 47 tokens

chat-sdk

122

vercel/vercel-plugin

Skill Claude CodeCodex

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.

270 3d ago A 67 tokens

create-a-backend

123

vercel/vercel-plugin

Skill Claude CodeCodex

Backend architecture guidance. Use when planning, building, or migrating an API or backend; choosing between Functions, Services, containers, Workflow, Queues, and Marketplace databases; or selecting a supported backend framework or runtime.

270 3d ago A 48 tokens

deployments-cicd

124

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel deployment and CI/CD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI workflow files for Vercel.

270 3d ago A 44 tokens

env-vars

125

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel environment variable expert guidance. Use when working with .env files, vercel env commands, OIDC tokens, or managing environment-specific configuration.

270 3d ago A 34 tokens

eve

126

vercel/vercel-plugin

Skill Claude CodeCodex

Skill "eve" from vercel/vercel-plugin, covering eve, vercel agent runs and source of truth.

270 3d ago A 115 tokens

flags-sdk

127

vercel/vercel-plugin

Skill Claude CodeCodex

Flags SDK and Vercel Flags expert guidance. Use when declaring feature flags with flag(), wiring provider adapters (Vercel, Statsig, LaunchDarkly, PostHog, and others), managing flags with the vercel flags CLI, implementing the precompute pattern for static A/B tests, or integrating the Flags Explorer.

270 3d ago A 69 tokens

knowledge-update

128

vercel/vercel-plugin

Skill Claude CodeCodex

Corrects outdated LLM knowledge about the Vercel platform and introduces new products. Injected at session start.

270 3d ago A 26 tokens

marketplace

129

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel Marketplace expert guidance — discovering, installing, and managing third-party integrations via the vercel integration CLI. Use when building any app that needs an external capability without a dedicated skill — commerce (stores, storefronts, selling products), payments (checkout, subscriptions, billing)…

270 3d ago A 85 tokens

microfrontends

130

vercel/vercel-plugin

Skill Claude CodeCodex

Guide for building, configuring, and deploying microfrontends on Vercel. Use this skill when the user mentions microfrontends, multi-zones, splitting an app across teams, independent deployments, cross-app routing, incremental migration, composing multiple frontends under one domain, microfrontends.json…

270 3d ago A 119 tokens

next-cache-components

131

vercel/vercel-plugin

Skill Claude CodeCodex

Next.js 16 Cache Components guidance — PPR, use cache directive, cacheLife, cacheTag, updateTag, and migration from unstablecache. Use when implementing partial prerendering, caching strategies, or migrating from older Next.js cache patterns.

270 3d ago A 54 tokens

next-forge

132

vercel/vercel-plugin

Skill Claude CodeCodex

Skill "next-forge" from vercel/vercel-plugin, covering next-forge, quick start, architecture overview, key concepts and environment variables.

270 3d ago A 56 tokens

next-upgrade

133

vercel/vercel-plugin

Skill Claude CodeCodex

Upgrade Next.js to the latest version following official migration guides and codemods. Use when upgrading Next.js versions, running codemods, or migrating between major releases.

270 3d ago A 38 tokens

nextjs

134

vercel/vercel-plugin

Skill Claude CodeCodex

Next.js App Router expert guidance. Use when building, debugging, or architecting Next.js applications — routing, Server Components, Server Actions, Cache Components, layouts, middleware/proxy, data fetching, rendering strategies, and deployment on Vercel.

270 3d ago A 53 tokens

react-best-practices

135

vercel/vercel-plugin

Skill Claude CodeCodex

React best-practices reviewer for TSX files. Triggers after editing multiple TSX components to run a condensed quality checklist covering component structure, hooks usage, accessibility, performance, and TypeScript patterns.

270 3d ago A 47 tokens

routing-middleware

136

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel Routing Middleware guidance — request interception before cache, rewrites, redirects, personalization. Works with any framework. Supports Edge, Node.js, and Bun runtimes. Use when intercepting requests at the platform level.

270 3d ago B 49 tokens

runtime-cache

137

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel Runtime Cache API guidance — ephemeral per-region key-value cache with tag-based invalidation. Shared across Functions, Routing Middleware, and Builds. Use when implementing caching strategies beyond framework-level caching.

270 3d ago A 43 tokens

shadcn

138

vercel/vercel-plugin

Skill Claude CodeCodex

You are an expert in shadcn/ui — a collection of beautifully designed, accessible, and customizable React components built on Radix UI primitives and Tailwind CSS. Components are added directly to your codebase as source code, not installed as a dependency.

270 3d ago A 64 tokens

turbopack

139

vercel/vercel-plugin

Skill Claude CodeCodex

Turbopack expert guidance. Use when configuring the Next.js bundler, optimizing HMR, debugging build issues, or understanding the Turbopack vs Webpack differences.

270 3d ago A 41 tokens

vercel-agent

140

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel Agent guidance — AI-powered code review, incident investigation, and SDK installation. Automates PR analysis and anomaly debugging. Use when configuring or understanding Vercel's AI development tools.

270 3d ago A 43 tokens

vercel-cli

141

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, querying metrics, managing domains, or interacting with the Vercel platform from the command line.

270 3d ago A 44 tokens

vercel-connect

142

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel Connect expert guidance — securely obtain scoped OAuth tokens for third-party services (Slack, GitHub, MCP servers, OAuth, Snowflake) on behalf of apps or users via Vercel OIDC. Use when wiring up third-party API access, connecting to MCP servers, sending Slack messages, accessing GitHub APIs, receiving webhook…

270 3d ago B 95 tokens

vercel-firewall

143

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel Firewall expert guidance — automatic DDoS mitigation, the Vercel WAF (custom rules, IP blocking, managed rulesets, rate limiting), Attack Mode, system bypass, bot management, and the vercel firewall CLI. Use when configuring platform-level security, responding to attacks, or staging firewall rules.

270 3d ago A 72 tokens

vercel-functions

144

vercel/vercel-plugin

Skill Claude CodeCodex

Vercel Functions expert guidance — Serverless Functions, Edge Functions, Fluid Compute, streaming, Cron Jobs, and runtime configuration. Use when configuring, debugging, or optimizing server-side code running on Vercel.

270 3d ago A 47 tokens