wsimmondswsimmondsCommunity·10 Agent Skills Included

claude-nextjs-skills

Next.js App Router patterns, routing, and server components

Guides Next.js App Router development including dynamic routes, server actions, cookies, search params, and Vercel AI SDK integration. Eliminates common mistakes like misused useEffect, wrong client directives, and broken form actions that cause build failures. Helps developers ship correct Next.js code faster with proven patterns and anti-pattern fixes.
npx skills add wsimmonds/claude-nextjs-skills --all -g -y

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-nextjs-skills?

Run `npx skills add wsimmonds/claude-nextjs-skills --all -g -y` in your terminal to install all Next.js skills globally.

What Next.js problems do these skills solve?

They cover App Router fundamentals, dynamic routes, server actions, cookies, search params with Suspense, and common anti-patterns like unnecessary useEffect or misplaced 'use client' directives.

Do these skills work with Next.js 15?

Yes. They cover Next.js 15 specifics such as awaiting params and searchParams as Promises, plus the latest Vercel AI SDK v5 patterns.

Can these skills fix Next.js build errors?

Yes. They include strict rules for TypeScript types, server action return values, and Suspense boundaries that prevent the most common build failures.

Do I need Next.js experience to use these skills?

No. Your coding assistant applies the patterns automatically when you describe the page, route, or feature you want to build.

Related Repositories in Software Engineering

View All in Software Engineering