Find ways to cut your Vercel bill. Run after making changes to catch cost-heavy patterns early in Next.js projects.
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 --diffWorkflow
Run after making changes to catch cost-heavy patterns early. Focus on fixing issues that reduce function execution time and invocations first.