From billy-milligan
Guides React and Next.js App Router patterns including Server Components, Suspense streaming, client state with Zustand/Jotai, Zod type safety, and Core Web Vitals performance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:react-nextjsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Server-first**: Default to Server Components; add `"use client"` only for interactivity, browser APIs, or hooks.
"use client" only for interactivity, browser APIs, or hooks.<Suspense> boundaries to stream UI progressively — never block on slow data.references/server-components.md — RSC data fetching, Suspense streaming, Server vs Client decision treereferences/client-patterns.md — Zustand/Jotai state, react-hook-form, optimistic UIreferences/performance.md — Bundle analysis, code splitting, image optimization, Core Web Vitalsreferences/app-router-patterns.md — Layouts, parallel routes, intercepting routes, middlewareassets/nextjs-starter-checklist.md — New project setup checklistnpx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganGuides Next.js App Router architecture, server/client boundaries, data fetching, caching, performance, and production operations. Use when building, reviewing, or debugging modern React/Next.js applications.
Builds React 19 components and Next.js 15 apps with responsive layouts, client-side state management using Zustand, and server components. Optimizes performance, accessibility, and data fetching.
Provides patterns for Next.js 14+ App Router including Server Components, streaming, parallel routes, data fetching, and Server Actions.