skills/tailwindcss-helper/SKILL.md
Tailwind CSS 工具类参考和文档助手。提供 Tailwind CSS 文档的快速访问,用于查找工具类、理解 CSS 属性和查找代码示例。当 Claude 需要使用 Tailwind CSS 时使用此技能:(1)查找特定的工具类及其效果(2)理解如何在 Tailwind 中实现特定的 CSS 属性(3)查找布局、排版、颜色、间距等方面的代码示例和最佳实践(4)学习响应式设计模式、深色模式、悬停状态和其他变体
npx skillsauth add chaitin/monkeycodeofficialplugins tailwindcss-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.
当你需要以下情况时使用此技能:
要查找 Tailwind CSS 文档:
flex-direction、font-weight、background-color)references/ 目录中找到对应文档read 工具查看完整文档,理解后再实现references/ 目录包含 203 个涵盖所有 Tailwind CSS 功能的文档文件。
@utility and --value() (CSS)@utility (CSS)ratio Data Typeappearance Utilities Responsivelyappearance-nonebg-* Classes to CSS Background Colorsbackground-size value in Tailwind CSSbackground-size utilities in Tailwind CSSbg-cover for background image fill in Tailwind CSSbackground-size in Tailwind CSSbg-auto for default background image size in Tailwind CSSbg-contain for background image fill without cropping in Tailwind CSSborder-inline-start-colorbreak-before Utilitiesbreak-before Utilities in Tailwind CSSclear-none Utilityflex-direction with Tailwind CSS variantsflex-col for vertical flex items in Tailwind CSSflex-row for horizontal flex items in Tailwind CSSflex-col-reverse for reversed vertical flex items in Tailwind CSSflex-row-reverse for reversed horizontal flex items in Tailwind CSSgrow-[<value>] Syntaxgrow Utilitygrow-<number> Utilitiesgrow-(<custom-property>)grow-0 Utilitygrid-auto-rows with Tailwind CSS breakpointsgrid-auto-rows utilities in Tailwind CSScol-start/col-endcol-span-<number>grid-cols-<number> utilitygrid-cols-subgridgrid-rows-subgridgrid-rows-<number>grid-rows-[<value>]grid-rows-(<custom-property>)@md Variantbackdrop Variantodd and even variants to table rowsfile Variantselection Variantdisabled and invalid variants to form inputsgroup-has-* variant for styling based on descendant stateApp.jsx componentvite.config.tsjustify-startjustify-betweenjustify-end and justify-end-safejustify-aroundjustify-stretchjustify-evenlyjustify-normaljustify-center and justify-center-safemask-none Utilitymin-w-<fraction> Utilitiesmin-w-<number> Utilitiesmin-w-[<value>] Syntaxobject-fit utilities with Tailwind CSSobject-coverobject-fillobject-scale-downobject-noneobject-containoverflow-wrap utilities in HTML with Tailwind CSSsnap-normal for skipping scroll snap stops in Tailwind CSSsnap-always for forced scroll snap stops in Tailwind CSSgroup-hover Variantcalc() with Tailwind CSS Arbitrary Values (HTML)table-autotable-fixedtext-balancetext-wrapstart Utilities for Inline Start Placementinset Utilities for All Sidescontainer utility with @utility directive@utility APIring utility to ring-3 in v4space-x/y selector change and gap migrationvia-none usagenpx @tailwindcss/upgrade@utility APIoutline and outline-none utilities to v4@tailwind Directives with @import in CSS for v4divide-x/y utility selector changeborder and divide utilitiescollapse Utilityw-<fraction> Utilitiesw-screen Utilityw-<number> Utilitiesw-autodevelopment
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.
tools
shadcn/ui 组件库的安装、配置、组件实现、主题定制与排障指南。在 React/Next.js/Vite/Remix 等项目中需要:(1) 初始化或升级 shadcn/ui,(2) 查阅组件 API 与示例,(3) 定制 themes/tokens/暗色模式,(4) 解决 Radix/Tailwind 集成问题,(5) 确保交互与可访问性一致时自动触发。