nextjs-mastery
Next.js 14+ App Router patterns including RSC, ISR, middleware, parallel routes, and data fetching
Content Preview
---
name: nextjs-mastery
description: Next.js 14+ App Router patterns including RSC, ISR, middleware, parallel routes, and data fetching
---
# Next.js Mastery
## App Router Structure
```
app/
layout.tsx # Root layout (wraps all pages)
page.tsx # Home route /
loading.tsx # Route-level Suspense fallback
error.tsx # Route-level error boundary
not-found.tsx # Custom 404
(marketing)/
about/page.tsx # /about (groHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/nextjs-mastery.md \
https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/skills/nextjs-mastery/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/rohitg00/awesome-claude-code-toolkitThen reference at skills/nextjs-mastery/SKILL.md
Related Skills
nextjs-supabase-auth
Expert integration of Supabase Auth with Next.js App Router Use when: supabase auth next, authentication next.js, login supabase, auth middleware, protected route.
securitynextjssupabaseauth
by sickn33 (Antigravity) · antigravity-awesome-skills
landing-page-generator
Generates high-converting Next.js/React landing pages with Tailwind CSS. Uses PAS, AIDA, and BAB frameworks for optimized copy/components (Heroes, Features, Pricing). Focuses on Core Web Vitals/SEO.
developmentnextjsreacttailwind
by sickn33 (Antigravity) · antigravity-awesome-skills
pakistan-payments-stack
Design and implement production-grade Pakistani payment integrations (JazzCash, Easypaisa, bank/PSP rails, optional Raast) for SaaS with PKR billing, webhook reliability, and reconciliation.
developmentsaaspaymentspakistan
by sickn33 (Antigravity) · antigravity-awesome-skills
trpc-fullstack
Build end-to-end type-safe APIs with tRPC — routers, procedures, middleware, subscriptions, and Next.js/React integration patterns.
developmenttypescripttrpcapi
by sickn33 (Antigravity) · antigravity-awesome-skills