🎯

nextjs

🎯Skill

from jezweb/claude-skills

VibeIndex|
What it does
|

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

Overview

Nextjs is a Claude Code skill that provides production-ready patterns for building Next.js 16 applications with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. It includes solutions for 25 documented Next.js 16 errors and covers breaking changes, React 19.2 features, and Turbopack configuration.

Key Features

  • Next.js 16 Breaking Changes - Comprehensive coverage of async params, proxy.ts replacing middleware patterns, parallel routes requiring default.js, and removed features
  • Cache Components - Guidance on the new "use cache" directive and updated caching APIs including revalidateTag(), updateTag(), and refresh()
  • 25 Error Solutions - Documented solutions for common Next.js 16 errors including async param type issues, parallel route 404s, and Turbopack problems
  • React 19.2 Features - Coverage of View Transitions, useEffectEvent(), and React Compiler integration
  • Render Mode Guidance - Clear decision framework for when to use Server Components, Client Components, and the new Cache Components

Who is this for?

This skill is designed for developers building or migrating to Next.js 16 who need accurate, up-to-date guidance on breaking changes and new features. It is especially valuable for teams encountering Next.js 16-specific errors or migrating from Next.js 15 who want to avoid common pitfalls with async params, caching, and parallel routes.

📦

Same repository

jezweb/claude-skills(196 items)

nextjs

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add jezweb/claude-skills --skill nextjs
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add jezweb/claude-skills --skill nextjs
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/nextjs/SKILL.md

SKILL.md

1,044Installs
253
-
Last UpdatedJan 26, 2026

More from this repository10

🎯
tailwind-v4-shadcn🎯Skill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

🎯
tanstack-query🎯Skill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

🎯
shadcn-ui🎯Skill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

🎯
tailwind-theme-builder🎯Skill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

🎯
fastapi🎯Skill

Provides FastAPI development patterns including async endpoints, dependency injection, Pydantic models, authentication, and API documentation best practices

🎯
color-palette🎯Skill

Skill for generating complete, accessible color palettes from a single brand hex, creating 11-shade scales, semantic tokens, dark mode variants, and WCAG contrast checking for Tailwind v4

🎯
tanstack start🎯Skill

Provides TanStack Start patterns for building full-stack React applications with server-side rendering, routing, and data loading

🎯
favicon-gen🎯Skill

Generates favicon files in multiple sizes and formats for web projects, from a collection of 87 production-ready skills for Cloudflare, React, and AI integrations.

🎯
zustand-state-management🎯Skill

Provides Zustand state management patterns for React including store creation, selectors, middleware, and best practices for scalable client-side state

🎯
react-hook-form-zod🎯Skill

Provides React Hook Form integration patterns with Zod schema validation for type-safe, performant form handling