# Vercel Doctor

> Find ways to cut your Vercel bill. Run after making changes to catch cost-heavy patterns early in Next.js projects.

- Skill: `aniket-508/vercel-doctor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aniket-508/vercel-doctor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aniket-508/vercel-doctor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: aniket-508 (https://skillmd.com/u/aniket-508)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aniket-508/vercel-doctor

---


# Vercel Doctor

Scans your Next.js codebase for patterns that drive up your Vercel bill, focusing on compute duration, function invocations, and bandwidth optimization.

## Usage

```bash
npx -y vercel-doctor@latest . --verbose --diff
```

## Workflow

Run after making changes to catch cost-heavy patterns early. Focus on fixing issues that reduce function execution time and invocations first.

