This bundles Next.js, Turborepo, and RemixIcon into one skill for building modern React apps. You get App Router patterns, Server Components, and all the rendering strategies (SSR, SSG, ISR), plus monorepo tooling if you need to share code across multiple apps. The reference docs cover practical stuff like data fetching with proper caching, pipeline configuration, and icon integration. It's honestly a lot in one skill, which works if you're spinning up a full stack project from scratch, but feels heavy if you just need Next.js basics. The monorepo patterns are solid though, and the turbo.json examples will save you setup time if that's your target architecture.
npx skills add https://github.com/mrgoonie/claudekit-skills --skill web-frameworks