Nextjs skills for AI agents
8 practitioner-grade nextjs skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- API Routes
Route Handlers for building REST APIs, handling webhooks, streaming responses, and CORS in Next.js App Router
346 lines - App Router
App Router fundamentals including file-based routing, layouts, loading states, and parallel routes in Next.js
250 lines - Authentication
Authentication patterns using NextAuth.js (Auth.js) and Clerk for protecting routes and managing sessions in Next.js
332 lines - Data Fetching
Data fetching and caching strategies including Server Components, fetch options, ISR, and the Next.js cache layers
272 lines - Deployment
Deployment strategies for Next.js including Vercel, self-hosting with Node.js, Docker containers, and static export
381 lines - Image Optimization
Image optimization with next/image, asset handling, fonts, and performance tuning for Next.js applications
318 lines - Middleware
Middleware patterns for request interception, redirects, rewrites, authentication guards, and geo-routing in Next.js
298 lines - Server Actions
Server Actions and mutations for handling form submissions, data mutations, and revalidation in Next.js
281 lines