npx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-stacksThis skill is limited to using the following tools:
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.mdOutlines Next.js App Router best practices for Server/Client Components, data fetching, routing patterns, API routes, caching, metadata, and performance.
Provides Next.js 14/15 App Router patterns for server components, data fetching, caching, server actions. Corrects Pages Router contamination and enforces server-first model.
Provides Next.js 14+ App Router patterns for Server Components, streaming, parallel and intercepting routes, data fetching, caching, and Server Actions. Use for building new apps, migrations from Pages Router, SSR/SSG.
Share bugs, ideas, or general feedback.
React framework for production with hybrid static & server rendering.
Auto-detected when project contains:
next.config.js or next.config.mjsnext packagegetServerSideProps or getStaticProps patterns