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

Nextjs Core

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

Implement Next.js App Router pages, layouts, server components, and data fetching for SaaS dashboards, marketing sites, and ecommerce storefronts with SSR and streaming.

About

Covers Next.js core development with App Router: file-based routing, React Server Components, streaming SSR, Server Actions, caching semantics, and production patterns for full-stack web apps on Vercel or self-hosted Node runtimes.

  • App Router layouts and route groups
  • Server vs client component boundaries
  • Server Actions and data fetching
  • Metadata, caching, and revalidation
  • Deployment and performance defaults

Nextjs Core by the numbers

  • 238 all-time installs (skills.sh)
  • Ranked #813 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-core

Add your badge

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

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

What it does

Implement Next.js App Router pages, layouts, server components, and data fetching for SaaS dashboards, marketing sites, and ecommerce storefronts with SSR and streaming.

Files

SKILL.mdMarkdownGitHub ↗

Next.js Core (App Router)

  • Server Components by default; minimal "use client".
  • Mutations in Server Actions (validate/authz; revalidate tags/paths).
  • Route handlers for APIs/webhooks; add loading/error boundaries.

Anti-patterns:

  • ❌ Fetch initial data in useEffect.
  • ❌ Cache or revalidate too broadly.
  • ❌ Client-only authz.

References: see references/ (server actions, fetching, caching, routing, auth, testing).

Related skills

Frontend Developmentfrontendintegrations

This week in AI coding

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

unsubscribe anytime.