Skip to main content

Introducing the Vercel plugin for coding agents

By Steven Van ·

The open-source plugin adds 35 skills, three specialist agents and four slash commands for Claude Code, Cursor and other supported tools.

A new plugin for Vercel gives coding agents like Claude Code and Cursor a dedicated knowledge base for the platform. It installs with npx plugins add vercel/vercel-plugin and adds a text-form relational graph of the Vercel ecosystem, including decision matrices for choosing between products, common cross-product workflows, and migration notes for sunset products.

  • 35 skills covering the platform, including Next.js, the AI SDK, Turborepo, Vercel Functions, and routing middleware, which fire when an agent's file edits, terminal commands, or prompts match a given pattern.
  • Three specialist agents: a deployment expert, a performance optimizer, and an AI architect.
  • Four slash commands: /vercel-plugin:bootstrap, /vercel-plugin:deploy, /vercel-plugin:env, and /vercel-plugin:status.

The plugin supports Claude Code, Cursor, GitHub Copilot CLI, OpenAI Codex, Grok Build, and Kimi Code. Session context now injects automatically only in empty directories or projects it detects as Vercel, Next.js, or eve; otherwise its skills are available on demand rather than added to every prompt.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Introducing the Vercel plugin for coding agents on Creators Toolbox