home / skills / wsimmonds / claude-nextjs-skills

wsimmonds/claude-nextjs-skills

A proof of concept set of Claude Skills designed to improve the pass rates against the Next.js evals on https://nextjs.org/evals

9 skills
GitHub

Sponsored

nextjs-client-cookie-pattern

wsimmonds/claude-nextjs-skills

69
This skill teaches a two-file Next.js pattern where a client action triggers a server cookie, ensuring secure, typed, and maintainable cookie handling.
nextjs-app-router-fundamentals

wsimmonds/claude-nextjs-skills

69
This skill helps you master Next.js App Router fundamentals, guiding migrations, layouts, routing, and metadata to build robust 13+ apps.
nextjs-dynamic-routes-params

wsimmonds/claude-nextjs-skills

69
This skill guides building Next.js App Router dynamic routes and pathname parameters, optimizing route simplicity and correct params usage for server and
nextjs-advanced-routing

wsimmonds/claude-nextjs-skills

69
This skill guides advanced Next.js App Router patterns focusing on server actions, route handlers, parallel routes, cookies, and streaming for robust web apps.
nextjs-server-client-components

wsimmonds/claude-nextjs-skills

69
This skill helps you choose between server and client components in Next.js App Router, enabling correct data access and routing decisions.
nextjs-pathname-id-fetch

wsimmonds/claude-nextjs-skills

69
This skill explains and implements the Next.js pathname ID fetch pattern to load data from URL parameters in server components.
nextjs-server-navigation

wsimmonds/claude-nextjs-skills

69
This skill guides implementing navigation in Next.js Server Components using Link and redirect, highlighting server-only patterns and benefits for performance.