Core Next.js patterns and conventions for building applications with the framework. You'll reach for this when setting up new projects, configuring routing, handling data fetching with getServerSideProps or getStaticProps, or working with API routes. It covers the fundamental building blocks that make Next.js different from plain React. The main value is having canonical examples of how Next.js expects things to be structured rather than hunting through docs or remembering which data fetching method runs where. If you're working in a Next.js codebase daily, this keeps the essential patterns within reach.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill nextjs-core