toolchains/nextjs/core/SKILL.md
Core Next.js patterns for App Router development including Server Components, Server Actions, route handlers, data fetching, and caching strategies
npx skillsauth add bobmatnyc/claude-mpm-skills nextjs-coreInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"use client".Anti-patterns:
useEffect.References: see references/ (server actions, fetching, caching, routing, auth, testing).
development
Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing
development
Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques
development
Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.
development
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices