nextjs-expert
Installation
SKILL.md
Next.js Expert Skill
Version: 2.1 (Next.js 16+ with MCP Integration) Author: FrankX AI Systems Last Updated: 2026-05-13
Platform baseline (Next.js 16 + Vercel, May 2026)
- Next.js: 16.x (Turbopack is the default build/dev engine; webpack is opt-in only)
- React: 18.3 stable on FrankX; React 19 RSC patterns supported
- Node: 24 LTS by default on Vercel
- Functions: Vercel Fluid Compute (concurrency-aware Node functions) — not legacy Edge/Serverless. Default
maxDuration= 300s for Hobby/Pro. - Config files:
next.config.ts(or.mjs) for framework. Platform config:vercel.tsis the recommended way (typedVercelConfig, env-aware logic, programmatic functions pervercel:knowledge-update2026-02-27).vercel.jsonstill works for simple cases. FrankX currently usesvercel.json+next.config.mjs— migrate tovercel.tswhen you need typed config, dynamic logic, or env-var access at config time. - Caching: "Cache Components" (formerly PPR) is the forward-looking primitive —
cacheComponents: trueat top level ofnext.config, NOT underexperimental.
Next.js 16 gotchas (production-critical)
These bite real builds. Memorize them.