nextjs-knowledge-patch
Installation
SKILL.md
Next.js Knowledge Patch
Use this patch when changing a modern Next.js application, especially when migrating request APIs, adopting Cache Components, configuring Turbopack, or debugging routing and rendering behavior.
Reference Index
| Reference | Topics |
|---|---|
| migration-and-runtime.md | Runtime floors, removals, async request APIs, Proxy migration, security updates, upgrades |
| routing-and-rendering.md | Link navigation, route fallbacks, global not-found, error boundaries, transitions, scrolling |
| caching-and-prefetching.md | Cache Components, cache keys and lifetimes, tag invalidation, route prefetching, instant routes |
| bundlers-and-builds.md | Turbopack, build adapters, workers, SRI, loaders, compiler caching, service workers |
| types-and-configuration.md | Typed routes, generated route props, type generation, configuration flags |
| tooling-and-observability.md | Instrumentation, logging, inspectors, analyzers, DevTools, browser tools, testing |
| images-css-and-assets.md | Image security and defaults, ImageResponse, icons, Sass, Lightning CSS, PostCSS |