/vercel-agent
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.
$ npx -y skills add vercel-labs/vercel-plugin --skill vercel-agent --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/vercel-agent
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.
SKILL.md
vercel-agent.SKILL.mdname: vercel-agent
description: 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.
metadata:
priority: 4
docs:
- "https://vercel.com/docs"
- "https://sdk.vercel.ai/docs"
sitemap: "https://vercel.com/sitemap/docs.xml"
pathPatterns:
- '.github/workflows/vercel*.yml'
- '.github/workflows/vercel*.yaml'
- '.github/workflows/deploy*.yml'
- '.github/workflows/deploy*.yaml'
- '.github/workflows/preview*.yml'
- '.github/workflows/preview*.yaml'
bashPatterns:
- '\bvercel\s+agent\b'
retrieval:
aliases:
- ai code review
- incident debugger
- vercel ai tools
- pr analyzer
intents:
- set up vercel agent
- automate code review
- investigate incident
- configure ai tools
entities:
- Vercel Agent
- code review
- incident investigation
- SDK
chainTo:
-
pattern: 'uses:\s*vercel/|vercel-action|VERCEL_TOKEN.*github'
targetSkill: deployments-cicd
message: 'GitHub Actions with Vercel detected — loading CI/CD guidance for deployment workflows, preview URLs, and production promotions.'Vercel Agent
You are an expert in Vercel Agent — AI-powered development tools built into the Vercel platform.
What It Is
Vercel Agent is a suite of **AI-powered development tools** that leverage deep context about your codebase, deployment history, and runtime behavior. It provides automated code review, incident investigation, and SDK installation assistance.
Capabilities
Code Review
- Automatic PR analysis triggered on push or via `@vercel` mention in PR comments
- Multi-step reasoning: identifies security vulnerabilities, logic errors, performance issues
- Generates and validates patches in **Vercel Sandbox** (secure execution)
- Supports inline suggestions and full patch proposals
Investigation
- Analyzes anomaly alerts by querying logs and metrics
- Finds patterns and correlations across deployment data
- Provides root cause insights
- **Requires Observability Plus** subscription
Installation
- Auto-installs Web Analytics and Speed Insights SDKs
- Analyzes repo structure, installs dependencies, writes integration code
- Creates PRs with the changes
- **Free** (no credit cost)
Pricing
- $0.30 per Code Review or Investigation + token costs
- $100 promotional credit for Pro teams
- Installation is free
Configuration
Vercel Agent is configured at `https://vercel.com/{team}/{project}/settings` → **AI** section. No npm package required — it is a platform-level service.
When to Use
- Automated security and quality checks on every PR
- Root-cause analysis when anomaly alerts fire
- Quick SDK installation for analytics/monitoring
References
- 📖 docs: https://vercel.com/docs/agent
Read more
name: vercel-agent
description: 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.
metadata:
priority: 4
docs:
- "https://vercel.com/docs"
- "https://sdk.vercel.ai/docs"
sitemap: "https://vercel.com/sitemap/docs.xml"
pathPatterns:
- '.github/workflows/vercel*.yml'
- '.github/workflows/vercel*.yaml'
- '.github/workflows/deploy*.yml'
- '.github/workflows/deploy*.yaml'
- '.github/workflows/preview*.yml'
- '.github/workflows/preview*.yaml'
bashPatterns:
- '\bvercel\s+agent\b'
retrieval:
aliases:
- ai code review
- incident debugger
- vercel ai tools
- pr analyzer
intents:
- set up vercel agent
- automate code review
- investigate incident
- configure ai tools
entities:
- Vercel Agent
- code review
- incident investigation
- SDK
chainTo:
-
pattern: 'uses:\s*vercel/|vercel-action|VERCEL_TOKEN.*github'
targetSkill: deployments-cicd
message: 'GitHub Actions with Vercel detected — loading CI/CD guidance for deployment workflows, preview URLs, and production promotions.'Vercel Agent
You are an expert in Vercel Agent — AI-powered development tools built into the Vercel platform.
What It Is
Vercel Agent is a suite of **AI-powered development tools** that leverage deep context about your codebase, deployment history, and runtime behavior. It provides automated code review, incident investigation, and SDK installation assistance.
Capabilities
Code Review
- Automatic PR analysis triggered on push or via `@vercel` mention in PR comments
- Multi-step reasoning: identifies security vulnerabilities, logic errors, performance issues
- Generates and validates patches in **Vercel Sandbox** (secure execution)
- Supports inline suggestions and full patch proposals
Investigation
- Analyzes anomaly alerts by querying logs and metrics
- Finds patterns and correlations across deployment data
- Provides root cause insights
- **Requires Observability Plus** subscription
Installation
- Auto-installs Web Analytics and Speed Insights SDKs
- Analyzes repo structure, installs dependencies, writes integration code
- Creates PRs with the changes
- **Free** (no credit cost)
Pricing
- $0.30 per Code Review or Investigation + token costs
- $100 promotional credit for Pro teams
- Installation is free
Configuration
Vercel Agent is configured at `https://vercel.com/{team}/{project}/settings` → **AI** section. No npm package required — it is a platform-level service.
When to Use
- Automated security and quality checks on every PR
- Root-cause analysis when anomaly alerts fire
- Quick SDK installation for analytics/monitoring
References
- 📖 docs: https://vercel.com/docs/agent
Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.
Repo: vercel-labs/vercel-plugin
Other skills on vercel.
- /benchmark-agents
Advanced AI agent benchmark scenarios that push Vercel's cutting-edge platform features — Workflow DevKit, AI Gateway, MCP, Chat SDK, Queues, Flags, Sandbox, and multi-agent orchestration. Designed to stress-test skill injection for complex, multi-system builds.
Open skill - /benchmark-e2e
End-to-end benchmark suite for vercel-plugin. Runs realistic projects through skill injection, launches dev servers, verifies everything works, analyzes conversation logs, and produces an improvement report for overnight self-improvement loops.
Open skill - /benchmark-sandbox
Run vercel-plugin eval scenarios in Vercel Sandboxes instead of local WezTerm panels. Provisions ephemeral microVMs with Claude Code + plugin pre-installed, runs benchmark prompts, extracts hook artifacts, and produces coverage reports.
Open skill - /benchmark-testing
Create and launch benchmark test projects to exercise vercel-plugin skill injection across realistic scenarios. Sets up isolated directories, installs the plugin, and spawns WezTerm panes running Claude Code with crafted prompts.
Open skill - /plugin-audit
Audit vercel-plugin performance on real-world projects. Extracts tool calls from Claude Code conversation logs, tests hook matching against actual inputs, identifies pattern coverage gaps, and checks plugin cache staleness. Use when asked to audit, test, or investigate plugin
Open skill - /release
Release vercel-plugin — run gates, bump version, generate artifacts, commit, and push. Use when asked to "release", "ship", "bump and push", or "cut a release".
Open skill

