using-base-ui-with-material-ui
Announce on start: You must announce "Using Base UI with Material UI skill" when this skill is invoked.
Always have enough context from the Base UI documentation to build the component requested by the user.
Base UI as the foundation
Render Base UI components as a foundation for the UI and then pass render prop using proper Material UI components.
For example, a Navigation Menu, should use Link from Material UI as the render element for NavigationMenu.Link.:
import { NavigationMenu } from '@base-ui-components/react/navigation-menu';
import Box from '@mui/material/Box';
import Link from '@mui/material/Link';
import Typography from '@mui/material/Typography';
More from siriwatknp/mui-treasury
writing-registry-meta
Use this skill when writing meta file for MUI Treasury registry.
9ui-engineer
MUI component styling and implementation rules — sx prop patterns, theme usage, dark mode, spacing, accessibility, form best practices, chart config, and component-specific gotchas. Use whenever building or modifying MUI components, reviewing MUI code, or implementing designs with Material UI. Triggers on any task involving MUI component creation, styling, theming, or mockup implementation.
1