Integrates Material UI with Next.js App and Pages routers using @mui/material-nextjs, Emotion cache providers, next/font, CSS layers with Tailwind/CSS Modules, Link component prop patterns, CSS theme variables SSR notes, and App Router useSearchParams + Suspense.
Integrates Material UI with Next.js App and Pages routers using @mui/material-nextjs, Emotion cache providers, next/font, CSS layers with Tailwind/CSS Modules, Link component prop patterns, CSS theme variables SSR notes, and App Router useSearchParams + Suspense.
Use when setting up or debugging MUI in a Next.js app.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars99.0K
LicenseLICENSE
Default branchmaster
Open issues1,368
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version1.0.0
LicenseMIT
More metadata
author
mui
version
1.0.0
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md2,046 B
docsAGENTS.md9,513 B
docsSUMMARY.md344 B
History
First seen on skills.sh
First recorded snapshot · 506 installs
SKILL.md
Material UI and Next.js
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.
When to apply
New App Router or Pages Router app using @mui/material
Styles missing, wrong order, or in body instead of head
next/font + ThemeProvider / createTheme
Tailwind or CSS Modules + MUI (enableCssLayer)
Button + component={Link} or Next.js v16 client boundary errors
useSearchParams / URL-driven MUI views and Suspense boundaries