AI skills for Next.js
AI Coding Skills for Next.js
Browse the best AI coding skills for Next.js in 2026, App Router scaffolding, Server Component patterns, Vercel deploy pipelines, route metadata for SEO, and TypeScript-first patterns. Works with every major AI coding tool.
Short answer
The best AI coding skills for Next.js are skills-hub's `nextjs` (Next.js 15+ app scaffold), `design-to-code`, `seo`, `accessibility`, `responsive`, `auth-provider`, `stripe`, and `full-deploy` (Vercel). All portable across Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and Cline.
Next.js (15+) is the default React framework for production apps in 2026. The skills below understand the App Router, Server vs Client components, server actions, route metadata (for SEO), Edge Runtime constraints, and Vercel deploy specifics. They emit idiomatic code that respects the App Router conventions rather than generic React.
Top skills for Next.js
01nextjs
4 installsBuilds a production-ready Next.js 15 app with App Router, Server Components, authentication, Prisma database, and a full dashboard UI from a description or brief. Triggers on: "next.js app", "nextjs app", "build a web app", "saas dashboard", "build a dashboard", "next.js project", "scaffold nextjs", "react web app with backend", "full-stack web app", "admin panel", "create a next app", "build a saas", "web application", "nextjs starter".
Buildfrom Skills Hub02nextjs-architecture
2 installsStructure Next.js projects with Feature-Sliced Design layers, domain-grouped slices, and strict import hierarchy. Use when organizing features into FSD layers, enforcing slice boundaries, or keeping page.tsx thin. (triggers: src/features/**, src/entities/**, src/widgets/**, FSD, Feature Sliced Design, slices, segments)
Buildfrom Multi-Language Standards03front-end-developer
2 installsSenior Front-End Developer expertise in ReactJS, NextJS, JavaScript, TypeScript, HTML, CSS, and modern UI/UX frameworks
Buildfrom Mindrally Skills04nextjs-optimization
1 installsOptimize images, fonts, scripts, and metadata for Next.js performance and Core Web Vitals. Use when configuring next/image for LCP, next/font for zero layout shift, next/script loading strategies, or generateMetadata for SEO.
Buildfrom Multi-Language Standards05nextjs-react-typescript
1 installsExpert in TypeScript, Node.js, Next.js App Router, React, Shadcn UI, Radix UI and Tailwind
Buildfrom Mindrally Skills06nextjs-authentication
1 installsSecure token storage (HttpOnly Cookies) and Middleware patterns. Use when implementing authentication, secure session storage, or auth middleware in Next.js. (triggers: middleware.ts, **/auth.ts, **/login/page.tsx, cookie, jwt, session, localstorage, auth)
Buildfrom Multi-Language Standards07nextjs-server-actions
Implement secure Next.js Server Actions for mutations, forms, and optimistic UI. Use when building actions, form flows, auth checks, or revalidation after writes.
Buildfrom Multi-Language Standards08nextjs-react-redux-typescript-cursor-rules
Comprehensive Next.js, React, Redux, and TypeScript development guidelines covering SOLID principles, component architecture, and best practices.
Buildfrom Mindrally Skills09nextjs-i18n
Best practices for multi-language handling, locale routing, and detection strategies across App and Pages Router. Use when adding i18n, locale routing, or language detection in Next.js.
Buildfrom Multi-Language Standards10nextjs-testing
Write Jest or Vitest unit tests with React Testing Library and Playwright E2E tests for Next.js projects. Use when testing components with RTL, mocking APIs with MSW, or creating Playwright user flow tests. (triggers: **/*.test.{ts,tsx}, cypress/**, tests/**, jest.config.*, vitest, playwright, msw, testing-library)
Buildfrom Multi-Language Standards11nextjs-rendering
Select and implement SSG, SSR, ISR, Streaming, or Partial Prerendering strategies in Next.js App Router. Use when choosing a rendering mode for a page, configuring generateStaticParams, or enabling PPR. (triggers: **/page.tsx, **/layout.tsx, generateStaticParams, dynamic, dynamicParams, PPR, streaming)
Buildfrom Multi-Language Standards12nextjs-caching
Configure Next.js cache layers, invalidation, and cache-component APIs. Use when choosing `fetch` caching, `use cache`, tags, or stale-data debugging in Next.js.
Buildfrom Multi-Language Standards13nextjs-data-access-layer
Build secure, reusable data access patterns with DTOs, taint checks, and colocated authorization in Next.js. Use when centralizing database queries, transforming raw data to DTOs, adding server-only guards, or preventing sensitive data from reaching Client Components.
Buildfrom Multi-Language Standards14nextjs-pages-router
Implement Pages Router data fetching with getServerSideProps, getStaticProps, and API routes in Next.js legacy projects. Use when working in a pages/ directory project, adding SSR/SSG data fetching, or creating API routes.
Buildfrom Multi-Language Standards15nextjs-state-management
Apply best practices for managing URL, server, and client state in Next.js applications. Use when choosing between URL params, SWR/TanStack Query, Zustand, or Context for state, or when fixing hydration mismatches from localStorage. (triggers: **/hooks/*.ts, **/store.ts, **/components/*.tsx, useState, useContext, zustand, redux)
Buildfrom Multi-Language Standards16nextjs-app-router-patterns
Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.
Buildfrom wshobson Agents17nextjs-security
Secure Next.js App Router with middleware auth, Server Action validation, CSP headers, and taint APIs. Use when adding authentication middleware, validating Server Action inputs with Zod, or preventing secret leakage to client bundles. (triggers: app/**/actions.ts, middleware.ts, action, boundary, sanitize, auth, jose)
Buildfrom Multi-Language Standards18sentry-nextjs-sdk
Full Sentry SDK setup for Next.js. Use when asked to "add Sentry to Next.js", "install @sentry/nextjs", or configure error monitoring, tracing, session replay, logging, profiling, AI monitoring, or crons for Next.js applications. Supports Next.js 13+ with App Router and Pages Router.
Buildfrom Sentry
Frequently asked questions
Do AI skills handle the Next.js App Router?
Yes. The `nextjs` skill is App Router-first, generates server components, client components, server actions, route handlers, and layouts with the correct directory structure and conventions for Next.js 15+.
Can AI generate proper Next.js metadata for SEO?
Yes. The `seo` skill adds Metadata API exports (title template, OpenGraph, Twitter, canonical, robots) to every route. Combined with `accessibility`, you get production-ready SEO + a11y on every page.
What's the best AI tool for Next.js?
Cursor is the most popular daily driver. Claude Code excels at multi-file refactors (e.g., converting a Pages Router app to App Router). v0 (separate tool) is great for design-first Next.js component generation.
Do AI skills deploy Next.js apps to Vercel?
Yes. The `full-deploy` skill detects Next.js and configures Vercel deploys with proper env vars, edge / node runtime selection, and ISR / on-demand revalidation patterns.