skills/mui-helper/SKILL.md
MUI (Material-UI) 组件库使用指南和参考文档。在需要使用 MUI 组件开发 UI 时自动触发:(1) 创建或修改使用 Material-UI 的 UI 组件,(2) 解决 MUI 组件实现问题,(3) 查询 MUI 组件属性和 API,(4) 实现 MUI 布局和主题定制,(5) 在 MUI 版本间迁移或自定义组件行为。
npx skillsauth add chaitin/monkeycodeofficialplugins mui-helperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
当以下场景时,自动触发此 Skill:
在使用任何 MUI 组件或功能前,必须先查阅官方文档,找到对应组件或主题的具体 URL,仔细阅读官方文档后才能开始开发。
访问 MUI 官方文档索引:https://mui.com/material-ui/llms.txt
该文件包含所有组件和功能的目录,按以下分类组织:
在文档索引中找到你需要的组件或功能,例如:
React Button component → https://mui.com/material-ui/react-button.mdDark mode → https://mui.com/material-ui/customization/dark-mode.mdNext.js integration → https://mui.com/material-ui/integrations/nextjs.md使用 webfetch 工具获取文档内容,仔细阅读:
确保完全理解文档内容后,再进行开发。
React Button componenthttps://mui.com/material-ui/react-button.mdwebfetch 获取该 URL 的文档内容Theminghttps://mui.com/material-ui/customization/theming.mdwebfetch 获取该 URL 的文档内容createTheme 的配置选项webfetch 获取文档内容tools
Tailwind CSS 工具类参考和文档助手。提供 Tailwind CSS 文档的快速访问,用于查找工具类、理解 CSS 属性和查找代码示例。当 Claude 需要使用 Tailwind CSS 时使用此技能:(1)查找特定的工具类及其效果(2)理解如何在 Tailwind 中实现特定的 CSS 属性(3)查找布局、排版、颜色、间距等方面的代码示例和最佳实践(4)学习响应式设计模式、深色模式、悬停状态和其他变体
development
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
development
Use when executing implementation plans with independent tasks in the current session
tools
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.