vercel-optimize
An agent skill by vercel-labs, from vercel-labs/agent-skills. Tags: debugging, devops, performance, trend-analysis, web.
What it does
Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps. Collect Vercel metrics, usage, project config, and code scan results first; investigate only metric-backed candidates; produce ranked recommendations grounded in verified files and version-aware Vercel/framework docs. Trigger for Vercel bill reduction, slow or expensive routes, caching opportunities, Function Invocations, Build Minutes, Fast Data Transfer, Core Web Vitals, Bot Management, Fluid compute, or cost breakdown requests.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add vercel-labs/agent-skills --skill vercel-optimize
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/vercel-labs/agent-skills
cp -r agent-skills/skills/vercel-optimize ~/.claude/skills/vercel-optimize
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- vercel-labs/agent-skills (all skills from this repository)
- Path
- skills/vercel-optimize/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- vercel-react-best-practices — js performance optimization guidelines from Vercel Engineering. js code to ensure optimal performance patterns.
- java-architect — x, microservices, or reactive programming.
- javascript-pro — js APIs. cjs files for correctness and best practices.
- last30days — Research what people actually say about any topic in the last 30 days.
- monitoring-expert — Configures monitoring systems, implements structured logging pipelines, creates Prometheus/Grafana dashboards, defines alerting rules.
- agents-deploy — Use when deploying your agent to AWS, or when a deploy has failed.