Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

tailwindcssTailwind CSS 样式

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

35,280

周安装

1,519

GitHub Stars

15

下载量

12,360
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tailwindcss(Tailwind CSS 样式)
来源仓库:https://github.com/hairyf/skills
仓库路径:skills/tailwindcss
安装命令:
npx skills add https://github.com/hairyf/skills --skill tailwindcss
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hairyf/skills --skill tailwindcss

简介

实用程序优先的 CSS 框架,用于使用组合的实用程序类快速构建自定义界面。

  • 通过有组织的实用程序类别涵盖布局(弹性盒、网格、定位、大小、间距)、转换、排版、视觉效果和交互性
  • 支持响应式设计,包括移动优先断点、容器查询以及状态、伪类和媒体查询的条件变体
  • Tailwind v4 引入了使用主题变量和指令的 CSS 优先配置(@theme,@实用程序,@自定义变体)更容易设计系统定制
  • 包括暗模式支持、自定义样式和实用程序创建以及用于自动班级扫描的内容检测

SKILL.md

Tailwind CSS

The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28.

Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system.

Core References

TopicDescriptionReference
InstallationVite, PostCSS, CLI, and CDN setupcore-installation
Utility ClassesUnderstanding Tailwind's utility-first approach and styling elementscore-utility-classes
Theme VariablesDesign tokens, customizing theme, and theme variable namespacescore-theme
Responsive DesignMobile-first breakpoints, responsive variants, and container queriescore-responsive
VariantsApplying utilities conditionally with state, pseudo-class, and media query variantscore-variants
PreflightTailwind's base styles and how to extend or disable themcore-preflight

Layout

Display & Flexbox & Grid

TopicDescriptionReference
Displayflex, grid, block, inline, hidden, sr-only, flow-root, contentslayout-display
Flexboxflex-direction, justify, items, gap, grow, shrink, wrap, orderlayout-flexbox
Gridgrid-cols, grid-rows, gap, place-items, col-span, row-span, subgridlayout-grid
Aspect RatioControlling element aspect ratio for responsive medialayout-aspect-ratio
ColumnsMulti-column layout for magazine-style or masonry layoutslayout-columns

Positioning

TopicDescriptionReference
PositionControlling element positioning with static, relative, absolute, fixed, and stickylayout-position
InsetControlling placement of positioned elements with top, right, bottom, left, and inset utilitieslayout-inset

Sizing

TopicDescriptionReference
WidthSetting element width with spacing scale, fractions, container sizes, and viewport unitslayout-width
HeightSetting element height with spacing scale, fractions, viewport units, and content-based sizinglayout-height
Min & Max Sizingmin-width, max-width, min-height, max-height constraintslayout-min-max-sizing

Spacing

TopicDescriptionReference
MarginControlling element margins with spacing scale, negative values, logical properties, and space utilitieslayout-margin
PaddingControlling element padding with spacing scale, logical properties, and directional utilitieslayout-padding

Overflow

TopicDescriptionReference
OverflowControlling how elements handle content that overflows their containerlayout-overflow

Images & Replaced Elements

TopicDescriptionReference
Object Fit & PositionControlling how images and video are resized and positionedlayout-object-fit-position

Tables

TopicDescriptionReference
Table Layoutborder-collapse, table-auto, table-fixedlayout-tables

Transforms

TopicDescriptionReference
Transform BaseBase transform utilities for enabling transforms, hardware acceleration, and custom transform valuestransform-base
TranslateTranslating elements on x, y, and z axes with spacing scale, percentages, and custom valuestransform-translate
RotateRotating elements in 2D and 3D space with degree values and custom rotationstransform-rotate
ScaleScaling elements uniformly or on specific axes with percentage valuestransform-scale
SkewSkewing elements on x and y axes with degree valuestransform-skew

Typography

TopicDescriptionReference
Font & TextFont size, weight, color, line-height, letter-spacing, decoration, truncatetypography-font-text
Text AlignControlling text alignment with left, center, right, justify, and logical propertiestypography-text-align
List Stylelist-style-type, list-style-position for bullets and markerstypography-list-style

Visual

TopicDescriptionReference
BackgroundBackground color, gradient, image, size, positionvisual-background
BorderBorder width, color, radius, divide, ringvisual-border
EffectsBox shadow, opacity, mix-blend, backdrop-blur, filtervisual-effects
SVGfill, stroke, stroke-width for SVG and icon stylingvisual-svg

Effects & Interactivity

TopicDescriptionReference
Transition & AnimationCSS transitions, animation keyframes, reduced motioneffects-transition-animation
Visibility & InteractivityVisibility, cursor, pointer-events, user-select, z-indexeffects-visibility-interactivity
Form Controlsaccent-color, appearance, caret-color, resizeeffects-form-controls
Scroll Snapscroll-snap-type, scroll-snap-align for carouselseffects-scroll-snap

Features

Dark Mode

TopicDescriptionReference
Dark ModeImplementing dark mode with the dark variant and custom strategiesfeatures-dark-mode

Migration

TopicDescriptionReference
Upgrade GuideMigrating from v3 to v4, breaking changes, rename mappingsfeatures-upgrade

Customization

TopicDescriptionReference
Custom StylesAdding custom styles, utilities, variants, and working with arbitrary valuesfeatures-custom-styles
Functions & DirectivesTailwind's CSS directives and functions for working with your design systemfeatures-functions-directives
Content DetectionHow Tailwind detects classes and how to customize content scanningfeatures-content-detection

Best Practices

TopicDescriptionReference
Utility PatternsManaging duplication, conflicts, important modifier, when to use componentsbest-practices-utility-patterns

Key Recommendations

  • Use utility classes directly in markup - Compose designs by combining utilities
  • Customize with theme variables - Use @theme directive to define design tokens
  • Mobile-first responsive design - Use unprefixed utilities for mobile, prefixed for breakpoints
  • Use complete class names - Never construct classes dynamically with string interpolation
  • Leverage variants - Stack variants for complex conditional styling
  • Prefer CSS-first configuration - Use @theme, @utility, and @custom-variant over JavaScript configs

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.49%
按下载量换算4,757

Claude

31.68%
按下载量换算3,916

Cursor

16.69%
按下载量换算2,063

Gemini CLI

9%
按下载量换算1,112

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills