Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bobmatnyc avatar

Nextjs V16

  • 250 installs
  • 63 repo stars
  • Updated July 18, 2026
  • bobmatnyc/claude-mpm-skills

Build or migrate Next.js v16 apps with App Router, RSC boundaries, caching, metadata, route handlers, and deployment-ready patterns for marketing sites and SaaS UIs.

About

Teaches Next.js v16 best practices for App Router projects: RSC vs client boundaries, async server components, caching and revalidation, metadata APIs, image/font optimization, and route handlers so Claude ships correct, performant pages.

  • App Router and React Server Components
  • Caching, revalidation, and fetch semantics
  • Metadata, sitemaps, and SEO-oriented defaults
  • Route handlers and server actions patterns
  • Migration notes from prior Next releases

Nextjs V16 by the numbers

  • 250 all-time installs (skills.sh)
  • Ranked #803 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill nextjs-v16

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs250
repo stars63
Last updatedJuly 18, 2026
Repositorybobmatnyc/claude-mpm-skills

What it does

Build or migrate Next.js v16 apps with App Router, RSC boundaries, caching, metadata, route handlers, and deployment-ready patterns for marketing sites and SaaS UIs.

Files

SKILL.mdMarkdownGitHub ↗

Next.js 16

  • Async params/cookies/headers; opt-in caching via "use cache"; Turbopack default.

Anti-patterns:

  • ❌ Sync request APIs; ✅ await params, cookies(), and headers().
  • ❌ Keep middleware.ts; ✅ use proxy.ts and export function proxy.
  • revalidateTag("posts"); ✅ revalidateTag("posts", "max") or { expire: ... }.

References: references/migration-checklist.md, references/cache-components.md, references/turbopack.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.