This gives Claude context on Vercel's AI-powered development suite that runs automated code reviews on PRs, investigates incidents by querying logs and metrics, and handles SDK installations. It's platform-level tooling, not an npm package, configured per project in your Vercel dashboard. The code review agent actually spins up sandboxed environments to validate patches before suggesting them, which is neat. At $0.30 per review plus token costs, you'll want to be intentional about when you invoke it. Best use case is probably automating security checks on pull requests or root-causing production anomalies when you have Observability Plus. Installation assistance for analytics SDKs is free and creates the PR for you.
npx skills add https://github.com/vercel-labs/vercel-plugin --skill vercel-agent