git log --oneline --stat
HEAD
- Stars
- 126k
- Forks
- 741
- Updated
- May 3, 2026
repo --stat
stars
126k
forks
741
last update
May 3, 2026
license
MITv14.2.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add nextjs-app-router-pro - Invoke
// Run from any project directory
$ claude --skill nextjs-app-router-pro "give my landing page a hero treatment" - Or copy this from the README
// extracted bash block
$ claude skills add nextjs-app-router-pro
nextjs-app-router-pro/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Next.js App Router Pro
- slug:
- nextjs-app-router-pro
- version:
- v14.2.0
- license:
- MIT
- author:
- @vercel-labs
- categories:
- tags:
- #nextjs#react#typescript#app-router#vercel#server-components
- description:
Full-stack Next.js 14 App Router: server components, actions, streaming, and ISR.
features.md
6 capabilities
// What you can do with it
- Routing & layouts: generates nested layouts, route groups (group), dynamic segments [id], catch-alls [...slug], plus loading, error, and not-found boundaries.
- Server Components by default: keeps async/await data fetching on the server and adds "use client" only where interactivity actually needs it.
- Server Actions: functions marked "use server", called from forms via the action prop or useActionState, with cache invalidation through revalidatePath, revalidateTag, and cookies()/headers() access.
- Streaming: wraps slow subtrees in and uses loading.tsx for route-level streaming.
- Caching & ISR: sets export const revalidate, dynamic, and fetchCache segment options, and tags fetches with next: { tags, revalidate }.
- Route Handlers & Edge: writes app/api/.../route.ts (GET/POST exports) and export const runtime = "edge" where appropriate.
README.md
nextjs-app-router-pro/README.md
6 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…