# vercel-optimize: Optimize Cost and Performance of Vercel Projects Based on Production Metrics First

`vercel-optimize` is an official Agent Skill from vercel-labs/agent-skills (SKILL.md 1.2.0) that performs cost and performance audits for deployed projects. The workflow involves first collecting metrics from the past 14 days, then identifying routes using a deterministic script, and finally modifying code. It has the most complete support for Next.js/SvelteKit, is available for Nuxt, and has limited support for Astro. The installation command is: `npx skills add vercel-labs/agent-skills --skill vercel-optimize`. You need Node.js 20+, Vercel CLI v53+, and have completed login/link operations; route-level sorting additionally requires Observability Plus.

Read More