Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

vercel/vercel-plugin

15 skills9.8k installs3.4k starsGitHub

Install

npx skills add https://github.com/vercel/vercel-plugin

Skills in this repo

1Workflowworkflow is a Vercel Workflow DevKit expert skill for durable, step-based execution on API routes and agents. It routes agents to bundled node_modules/workflow/docs for setup, foundations, API reference, and AI integration instead of relying on stale training data. Core patterns use the use workflow directive on orchestrator functions and use step on retryable units with full Node.js access, while workflow sandbox code must import fetch and sleep from workflow and avoid setTimeout, require, or direct createWorkflow calls. Guidance covers start from workflow/api for run registration, DurableAgent from @workflow/ai for interruptible agents, human-in-the-loop hooks, streaming, and migration away from experimental_createWorkflow or context.run. Validation rules flag legacy APIs, missing OIDC setup for AI Gateway steps, and observability gaps in workflow files. Developers reach for it when implementing multi-step pipelines, approval waits, session persistence across reloads, webhook chains, or debugging stuck workflow runs on Next.js, Express, Hono, or related framework integrations.2.8kinstalls2Nextjsnextjs is a Vercel plugin skill that gives coding agents authoritative guidance on Next.js App Router architecture, Server Components, Server Actions, Cache Components, layouts, middleware/proxy, data fetching, rendering strategies, and Vercel deployment. The skill auto-triggers on path patterns including app/**, pages/**, next.config.*, tailwind.config.*, and tsconfig.json across monorepo apps/*/app/** layouts. Metadata links official docs at nextjs.org/docs and nextjs.org/docs/app with priority 5. Developers reach for nextjs when scaffolding routes, choosing server vs client rendering, wiring Server Actions, tuning caching, or resolving deployment issues on Vercel without hunting scattered documentation.847installs3React Best PracticesReact Best Practices is a skill from vercel/vercel-plugin that runs a condensed React quality checklist after developers edit multiple TSX or JSX components. It triggers on path patterns including src/components, app/components, components, src/ui, and lib/components globs, and on React import patterns. The review covers component structure, hooks usage, accessibility, performance, and TypeScript patterns, referencing react.dev reference and learn docs. Metadata priority is 4. Developers reach for React Best Practices immediately after component changes instead of manually re-running a long lint and a11y checklist. It targets modern React TSX codebases in Next.js-style layouts.766installs4Ai Sdkai-sdk is an expert skill from vercel/vercel-plugin with priority 8 for building AI-powered features with the Vercel AI SDK. It covers chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, and image generation across LLM providers. Path patterns include app/api/chat, app/api/completion, and pages/api equivalents. Developers reach for ai-sdk when wiring Next.js or React apps to sdk.vercel.ai docs for production chat APIs, agent tools, or multi-provider LLM routes.716installs5Deployments Cicddeployments-cicd is Vercel's deployment and CI/CD expert skill for shipping web applications. It covers vercel deploy, vercel --prod, vercel promote, rollbacks, --prebuilt builds, and inspecting deployment state without guessing platform-native patterns. Path-pattern triggers include .github/workflows/*.yml, .gitlab-ci.yml, bitbucket-pipelines.yml, and vercel.json across monorepo apps. Bash patterns match vercel deploy, vercel --prod, vercel promote, and rollback commands. Developers reach for deployments-cicd when wiring preview URLs on pull requests, promoting staging to production, recovering from bad releases, or authoring CI files that integrate with Vercel's Git workflow. Official docs references include vercel.com/docs/deployments/overview and vercel.com/docs/git.694installs6Shadcnshadcn is a Vercel plugin skill that acts as a shadcn/ui expert for React frontends. It guides developers through CLI initialization, adding components, composing product UI, building custom registries, configuring themes, and troubleshooting Tailwind CSS integration issues. The skill recognizes common project paths such as components.json, components/ui/**, and monorepo layouts under apps/*/src/components/ui/**. Official documentation references include ui.shadcn.com/docs and the components catalog. Developers reach for shadcn when initializing a design system, extending registries, or fixing component and theme problems in shadcn-based codebases. Priority metadata is set to 6 within the vercel-plugin bundle.667installs7Vercel CliVercel CLI is an agent skill that gives you expert, context-aware guidance for every interaction with the Vercel platform from the terminal. It activates when it sees vercel or vc commands, vercel.json configuration files, or phrases about deployment status, logs, metrics, or failing deploys. The skill pulls from the official Vercel CLI documentation and helps you link projects, set environment variables, view real-time logs, query production metrics, manage custom domains, and troubleshoot deployment errors. It is designed for solo builders and small teams who ship directly to Vercel and want fast, accurate answers without leaving their editor or terminal. Because it understands both the command patterns and the natural language triggers developers actually use, it turns vague questions like "why is my deploy stuck" into precise, actionable steps.589installs8Ai Gatewayai-gateway is a vercel/vercel-plugin skill providing expert guidance for Vercel AI Gateway—a unified API accessing 100+ models from major providers with under 20ms routing latency, failover, and observability. The skill teaches provider/model slug formatting such as openai/gpt-5.4, optional gateway() wrappers for routing order, gateway.getAvailableModels() discovery, and OIDC auth via vercel link plus vercel env pull instead of scattered provider API keys. It validates common mistakes like hyphenated version slugs, missing provider prefixes, and bypassing the gateway with ANTHROPIC_API_KEY or OPENAI_API_KEY. Developers reach for ai-gateway when integrating ai@^6.0.0 or @ai-sdk/gateway@^3.0.0 into SaaS features, agent backends, or serverless functions on Vercel. Metadata chains to the ai-sdk skill when direct provider imports are detected, keeping routing guidance cohesive across a multi-provider codebase.564installs9Next Cache Componentsnext-cache-components is a Vercel-maintained skill bundled in vercel-plugin that documents Next.js 16 caching APIs for Partial Prerendering and Cache Components workflows. It activates on next.config files, app/ and src/app/ routes, next/cache imports, and next dev or next build commands, covering use cache directives, cacheLife tuning, cacheTag labeling, updateTag invalidation, and migration away from unstable_cache. Official docs links include the Cache Components getting-started guide and use cache API reference. Developers reach for this skill when PPR routes behave unexpectedly, cache invalidation needs retagging, or legacy Next.js 14/15 cache helpers must move to the Next.js 16 model. Guidance stays aligned with Vercel platform defaults.488installs10Authauth is a Claude Code skill from vercel/vercel-plugin that guides Next.js authentication integration with Clerk (native Vercel Marketplace), Descope, and Auth0. The skill covers middleware.ts and middleware.js auth patterns, app/sign-in and app/sign-up route structures, clerk.config files, and Marketplace provisioning workflows. Developers invoke auth when implementing user sign-in, protecting routes, or wiring auth providers on Vercel-deployed Next.js apps. Metadata links Auth.js and Next.js authentication docs and matches pathPatterns for middleware and auth route files. Priority 6 ranking signals high relevance during auth implementation tasks.408installs11Verificationverification is a Vercel vercel-plugin skill that orchestrates full-story end-to-end verification: browser UI, server terminal, runtime logs, and environment configuration. It triggers on dev server commands like next dev, npm run dev, pnpm dev, vite dev, vercel dev, and astro dev, plus phrases such as verify the flow and why isn't this working. Step 1 infers the user story from git diff and recent edits. Step 2 establishes evidence at four layers with quoted output. Step 3 walks UI trigger, client-to-server request, API handler, external dependencies, and response rendering. Step 4 reports a structured verification table with pass/fail per boundary. The skill chains to env-vars, routing-middleware, and ai-sdk when it detects process.env, middleware.ts, or streamText patterns. Priority metadata is 7 in the Vercel plugin skill registry.395installs12Bootstrapbootstrap is a project bootstrapping orchestrator skill in vercel/vercel-plugin for repositories tied to Vercel-linked resources. It activates when setting up or repairing a repo so linking, environment provisioning, vercel env pull, and first-run db/dev commands happen in the correct safe order. Path patterns include .env.example, drizzle.config.*, prisma schemas, package.json, and setup docs. The skill coordinates Vercel databases, auth providers, and managed integrations referenced in official Vercel and Next.js getting-started documentation. Developers reach for bootstrap after cloning a Vercel-backed Next.js app, when .env files are missing, or when Drizzle or Prisma migrations fail because env vars were never pulled. Priority metadata ranks it high for setup workflows, reducing mis-ordered manual steps that break local dev or staging databases.393installs13Knowledge Updateknowledge-update is a Vercel plugin skill injected at session start with priority 10 to override stale training-data assumptions about the Vercel platform. The skill publishes Vercel Knowledge Updates dated 2026-06-26 covering new products, Fluid Compute, vercel.ts configuration, and corrections to deprecated guidance. It triggers on phrases like knowledge update, outdated knowledge, fluid compute, and vercel.ts, and matches vercel.ts path patterns in projects. Metadata links to vercel.com/docs and the docs sitemap. Developers benefit automatically when agents would otherwise recommend outdated Vercel APIs, pricing models, or deployment patterns from pre-2026 training data. The skill requires no manual invocation—it loads when sessionStart hooks detect Vercel-related work.381installs14Vercel ConnectVercel Connect expert guidance for securely obtaining scoped OAuth tokens on behalf of apps or users. Covers @vercel/connect package installation, OIDC token exchange, Auth.js and Better Auth adapters, and Eve agent connection patterns. Documents wiring third-party API access, MCP server connections, Slack message posting, GitHub API access, webhook event forwarding from Slack Linear and GitHub to agents, and Snowflake connections. Includes path patterns for agent/connections and retrieval aliases. Priority metadata and docs sitemap reference vercel.com/docs/connect as authoritative source.112installs15Vercel AgentVercel Agent is an agent skill from the official Vercel plugin that explains how Vercel’s built-in AI development tools work and how to wire them into your repo and CI. developers shipping Next.js or full-stack apps on Vercel use it when they want automated pull request review, faster triage of production oddities, and clear pointers to the Vercel AI SDK instead of guessing from scattered docs. The skill recognizes common workflow filenames and vercel agent CLI usage, and it can hand off to deployments-cicd guidance when it detects GitHub Actions deploy or preview pipelines. It fits developers who already deploy on Vercel and want agent-assisted quality gates and incident loops without leaving the platform’s mental model. Priority metadata and doc links anchor retrieval to official Vercel and AI SDK documentation.1installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.