nextjs-app-router-fundamentals
Comprehensive guide for Next.js App Router, covering migration, file conventions, server components, and TypeScript.
Install
npx skills add https://github.com/wsimmonds/claude-nextjs-skills --skill nextjs-app-router-fundamentalsStats
| Total installs | 1,821 |
| Weekly installs | 1.8K |
| GitHub stars | 80 |
| First seen | Jan 23, 2026 |
| Source | @wsimmonds/claude-nextjs-skills |
Summary
- Covers migration from Pages Router including file structure mapping, layout creation, metadata handling, and cleanup steps
- Explains App Router file conventions (page.tsx, layout.tsx, loading.tsx, error.tsx, route.ts) and routing patterns (dynamic routes, catch-all, route groups)
- Details Server Components as the default with async/await support, Client Components with 'use client' directive, and data fetching patterns including parallel requests
- Includes generateStaticParams for static site generation with multiple dynamic segments and fallback configuration
- Enforces strict TypeScript typing (no any type) with common Next.js type patterns for page props, form events, and server actions
Tags
Related skills
| Skill | Installs | vs nextjs-app-router-fundamentals |
|---|---|---|
| flutter-adding-home-screen-widgets | 2,176 | +355 |
| rivetkit-client-swiftui | 2,034 | +213 |
| flutter-embedding-native-views | 2,149 | +328 |
| rivetkit-client-react | 2,125 | +304 |
| swiftui-liquid-glass | 2,168 | +347 |
FAQ
- How many installs does nextjs-app-router-fundamentals have?
- nextjs-app-router-fundamentals has 1,821 total installs and 1.8K installs this week.
- Where is nextjs-app-router-fundamentals hosted?
- nextjs-app-router-fundamentals is published by @wsimmonds/claude-nextjs-skills at https://github.com/wsimmonds/claude-nextjs-skills.
- How many GitHub stars does nextjs-app-router-fundamentals have?
- nextjs-app-router-fundamentals has 80 GitHub stars.
- When was nextjs-app-router-fundamentals first indexed?
- OrangeBot.AI first indexed nextjs-app-router-fundamentals on Jan 23, 2026.
- How do I install nextjs-app-router-fundamentals?
- Run: npx skills add https://github.com/wsimmonds/claude-nextjs-skills --skill nextjs-app-router-fundamentals