Prevents the two most common Next.js 15 performance footguns: request waterfalls and bloated bundles. Enforces Promise.all() for parallel fetches, Suspense boundaries around slow data, and direct imports instead of barrel imports from libraries like lucide-react. Also pushes you toward dynamic imports for heavy components and deferred analytics. The rules are opinionated but address real problems that routinely add seconds to page loads. Comes from a resume matcher project with 26.5K stars, so it's battle-tested on a real app. Worth having in your config if you keep forgetting to check bundle analyzer output.
npx skills add https://github.com/srbhr/resume-matcher --skill nextjs15-performance