skills/material-ui-nextjs/SKILL.md
Agent skill for Next.js + Material UI wiring (SSR/streaming, cache providers, fonts, layers, Link, App Router URL state). SKILL.md is the entry; AGENTS.md is the full guide.
@mui/materialbody instead of headnext/font + ThemeProvider / createThemeenableCssLayer)Button + component={Link} or Next.js v16 client boundary errorsuseSearchParams / URL-driven MUI views and Suspense boundaries| Area | Topics |
|---|---|
| App Router | AppRouterCacheProvider, @emotion/cache, options, useSearchParams + <Suspense> |
| Pages Router | _document, _app, DocumentHeadTags, AppCacheProvider |
| Fonts | 'use client' theme, next/font, CSS variables on html |
| CSS variables | cssVariables, SSR flicker docs |
| CSS layers | enableCssLayer, Tailwind / other CSS |
| Link | Client wrapper, routing guide, examples repo |
Read AGENTS.md for complete steps and doc links.
reference.md lists import paths and provider shape.