mit einem Klick
mui-docs
Use this to read the MUI (Material UI) documentation.
Menü
Use this to read the MUI (Material UI) documentation.
Export Cursor rules and skills to Antigravity format. Use when migrating rules from .cursor/rules/*.mdc to .agent/rules/*.md or copying skills from .cursor/skills/ to .agent/skills/. This skill operates from Cursor's perspective.
Reference links to official Zustand documentation for state management, TypeScript patterns, middlewares, and integrations. Use when you need authoritative docs or examples for implementing or updating Zustand stores in this project.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
Guide for creating API service functions following project patterns. Use when creating new API endpoints, service functions, or integrating backend APIs with React Query (TanStack Query). Includes patterns for GET (useQuery), POST/PUT/PATCH/DELETE (useMutation), type definitions, error handling, notification integration, and i18n support. IMPORTANT - This project uses i18n, so all notification messages must use useTranslation hook and t() function (see i18n.mdc rule).
Implement Material UI (MUI) components following project-specific rules with optional documentation fetching for complex components. Use when implementing MUI components in React/TypeScript, especially for complex components (Table, Autocomplete, Stepper, Data Grid, Menu, Dialog, Tabs, Select with advanced features), or when user explicitly requests MUI documentation. Always uses deep imports, System Props, and MUI layout components (Box/Stack) per project standards.
| name | mui-docs |
| description | Use this to read the MUI (Material UI) documentation. |
This is the documentation for the Material UI package. It contains comprehensive guides, components, and utilities for building user interfaces.
You may "fetch" the URL provided to read more for item that you interested.
@material-ui/pickers was moved to the @mui/lab.