Materialui
Material UI React component library. Use for React UI.From its SKILL.md
npx -y skills add G1Joshi/Agent-Skills --skill materialuiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 263 tokens by cl100k_base, as published. Nobody here has run it
Material UI (MUI)
MUI Core (v6) is the gold standard for React UI. v6 introduces Pigment CSS (Zero-runtime CSS-in-JS) for compatibility with React Server Components (Next.js App Router).
When to Use
- Enterprise: Consistent, rigorous design system.
- Complex Data:
MUI X(DataGrid) is the most powerful table library for React. - Accessibility: First-class a11y support.
Core Concepts
The sx prop
Superset of CSS. sx={{ mt: 2, color: 'primary.main' }}.
Theme Provider
Global design tokens (palette, typography, breakpoints).
Slots / SlotProps
Deep customization of internal sub-components.
Best Practices (2025)
Do:
- Use Pigment CSS: For RSC compatibility.
- Use
Box: Instead ofdivfor layout. - Use
MUI X: For Data Grids and Date Pickers.
Don't:
- Don't use
makeStyles: It is deprecated. Usestyled()orsx.
References
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.