This is a comprehensive Next.js skill built around the App Router and Server Components, covering the full stack from routing patterns to API routes and middleware. You'd reach for this when building modern React apps with SSR, implementing ISR for static sites, or creating full-stack applications with serverless backends. The documentation goes deep on practical patterns like parallel and sequential data fetching, dynamic routes with generateStaticParams, and the right way to mix server and client components. The examples are production-focused, showing real patterns for e-commerce, blogs, and dashboards rather than toy demos. It's anchored to the official Vercel Next.js repo, so you're getting canonical patterns straight from the source.
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill nextjs-development