vercel Plugin
Plugin Claude Code Deployment Cloud, Deployment & CI/CDClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
vercel-plugin is an open-source plugin that equips AI coding agents (such as Claude Code, Cursor, GitHub Copilot CLI, OpenAI Codex, Grok Build, and Kimi Code) with a relational knowledge graph of the Vercel ecosystem plus a library of skills, agents, commands, and hooks. According to the README, it bundles 30 skills covering Vercel products, libraries, CLI, APIs, and workflows, 3 specialist agents, and 4 slash commands. Installation is done via npx plugins add vercel/vercel-plugin, requiring Node.js 18+ and Bun. Session-start context injection only activates for empty directories or detected Vercel, Next.js, or Eve projects, and the plugin collects limited, anonymous telemetry by default that can be disabled with an environment variable.
Overview
According to the README, vercel-plugin is a plugin (not a standalone SaaS) that turns AI coding agents into Vercel experts by injecting an ecosystem knowledge graph (vercel.md), skills, agents, commands, and lifecycle hooks. It integrates with Vercel's platform and CLI, and some skills are synced from upstream repositories on skills.sh.
What you can do with vercel
- Install the plugin into supported AI coding tools (Claude Code, Cursor, GitHub Copilot CLI, OpenAI Codex, Grok Build, Kimi Code) via npx plugins add vercel/vercel-plugin
- Access 30 bundled skills covering Vercel products such as ai-gateway, ai-sdk, vercel-cli, vercel-functions, vercel-storage, nextjs, shadcn, and more
- Invoke 3 specialist agents (deployment-expert, performance-optimizer, ai-architect) for domain-specific guidance
- Run 4 slash commands (/vercel-plugin:bootstrap, /vercel-plugin:deploy, /vercel-plugin:env, /vercel-plugin:status) to bootstrap projects, deploy, manage env vars, and check status
- Get automatic session-start context injection for empty directories or detected Vercel/Next.js/Eve projects, with a repo profiler that sets likely-skill hints
- Sync 11 upstream skills (e.g., ai-sdk, vercel-cli, nextjs, workflow) from their source repos using an overlay + upstream build model
- Control telemetry by setting VERCEL_PLUGIN_TELEMETRY=off, which disables all data collection including dau:active_today and plugin:first_use events
- Report issues on GitHub, including debug logs enabled via VERCEL_PLUGIN_LOG_LEVEL=debug
Sources
Original description (English)
Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.
History of vercel
- Plugin Added vercel