nextjs
π―Skillfrom jezweb/claude-skills
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 includingrevalidateTag(),updateTag(), andrefresh() - 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(161 items)
Installation
npx vibeindex add jezweb/claude-skills --skill nextjsnpx skills add jezweb/claude-skills --skill nextjs~/.claude/skills/nextjs/SKILL.mdSKILL.md
More from this repository10
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
Provides FastAPI development patterns including async endpoints, dependency injection, Pydantic models, authentication, and API documentation best practices
Provides Zustand state management patterns for React including store creation, selectors, middleware, and best practices for scalable client-side state
Provides React Hook Form integration patterns with Zod schema validation for type-safe, performant form handling
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
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
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
Skill for building React animations with Motion (formerly Framer Motion), covering gestures, scroll effects, spring physics, layout animations, and SVG with bundle sizes from 2.3KB to 34KB