From mrp-nextjs
Build modern Next.js apps with App Router and best practices
How this skill is triggered — by the user, by Claude, or both
Slash command
/mrp-nextjs:modern-best-practice-nextjsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Next.js is a library that changes frequently - use web search or context7 MCP (via DocsExplorer agent) for exploring the current documentation.
Next.js is a library that changes frequently - use web search or context7 MCP (via DocsExplorer agent) for exploring the current documentation.
app/ for new work'use client' only where neededuseEffect() and fetch()useActionStateloading.tsx and error.tsx for route-level UXSuspense boundaries around async UInpx claudepluginhub mrpitch/mrp-claude-plugin --plugin mrp-nextjsGuides Next.js App Router development with patterns for Server/Client Components, data fetching, routing, API routes, performance, metadata, caching, and Server Actions.
Outlines Next.js App Router best practices for Server/Client Components, data fetching, routing patterns, API routes, caching, metadata, and performance.
Provides Next.js 14+ best practices for App Router structure, Server/Client Components, API routes, loading/error UI, and file conventions.