From f5-stacks
Provides Next.js patterns for App Router/Pages Router, rendering (SSR/SSG/ISR, server/client components), data fetching/caching, dynamic routing/middleware, performance (images/fonts/bundles), NextAuth, and Jest/Playwright testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/f5-stacks: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
React framework for production with hybrid static & server rendering.
architecture/app-router.mdarchitecture/project-structure.mdarchitecture/route-groups.mdauth/middleware-auth.mdauth/next-auth.mdauth/server-session.mddata-fetching/cache-revalidation.mddata-fetching/parallel-sequential.mddata-fetching/server-actions.mddata-fetching/server-fetching.mddeployment/docker.mddeployment/edge-runtime.mddeployment/vercel.mdrendering/client-components.mdrendering/server-components.mdrendering/static-dynamic.mdrendering/streaming.mdrouting/dynamic-routes.mdrouting/intercepting-routes.mdrouting/middleware.mdReact framework for production with hybrid static & server rendering.
Auto-detected when project contains:
next.config.js or next.config.mjsnext packagegetServerSideProps or getStaticProps patternsnpx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-stacksGuides Next.js App Router development with patterns for Server/Client Components, data fetching, routing, API routes, performance, metadata, caching, and Server Actions.
Outlines Next.js App Router best practices for Server/Client Components, data fetching, routing patterns, API routes, caching, metadata, and performance.
Provides patterns for Next.js 14+ App Router including Server Components, streaming, parallel routes, data fetching, and Server Actions.