Aniket-508

vercel-doctor

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

Aniket-508 38 1 Updated 3mo ago
GitHub

Install

npx skillscat add aniket-508/vercel-doctor/vercel-doctor

Install via the SkillsCat registry.

SKILL.md

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

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.