This one gives you the MUI v7 patterns you need: sx prop styling with proper TypeScript types, responsive breakpoints, theme integration, and component examples. It splits styling conventions by file size (inline for under 100 lines, separate files for complex components) which is practical. The breaking changes note matters if you're migrating from v6, especially the slots/slotProps standardization and the CSS layers support for Tailwind compatibility. Covers the common stuff like Grid, Typography, forms, and dialogs with working code blocks. Useful if you're building with Material-UI and want consistent patterns without digging through docs every time.
npx skills add https://github.com/davila7/claude-code-templates --skill mui