Token导航 LogoToken导航TokenDH.com
待分类权限需确认github未标认证来源可访问许可证需确认审计未展示

tailwind-uiTailwind CSS UI 工具

Agent Skill

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

总安装

734

周安装

30

GitHub Stars

公开资料未说明

下载量

238
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ralphcrisostomo/nuxt-development-skills --skill tailwind-ui

简介

用于辅助前端页面、组件和样式逻辑的开发与维护。

  • 适合生成 React、Vue、Tailwind CSS 相关代码或审查布局问题。
  • 可帮助整理组件层级、响应式断点或性能瓶颈。tailwind-ui 属于待分类类 Skill,可作为该场景下的辅助能力补充。
  • 需结合项目现有设计系统和路由结构,避免生成孤立片段。
  • 涉及页面改动时应通过本地预览确认视觉效果。

SKILL.md

name
tailwind-ui
description
Use when writing HTML/JSX with Tailwind CSS for common UI patterns like heroes, forms, lists, navbars, modals, cards, or any standard web component
model
haiku

Tailwind UI Templates

Overview

Always search templates before writing Tailwind UI code from scratch.

You have access to 657 hand-crafted Tailwind UI templates in assets/. These templates include dark mode, accessibility, polish, and edge case handling that you won't replicate from scratch.

When to Use

Use this skill when:

  • Building any common UI component (hero, navbar, form, list, card, modal, etc.)
  • Writing HTML/JSX with Tailwind CSS classes
  • Need professional-quality, accessible, responsive UI

Skip for:

  • Minor styling tweaks to existing code
  • Non-UI code (logic, data, APIs)

Template Discovery

1. Search the Index

# Find templates by keyword
grep -i "hero" assets/index.jsonl | jq .

# Browse by category
grep '"category":"marketing"' assets/index.jsonl | jq -r '.subsection' | sort | uniq

# Find specific component type
grep -i "stacked.*list" assets/index.jsonl | jq .

2. Understand the Hierarchy

Category (3): marketing, application-ui, ecommerce
  └─ Section: Page Sections, Elements, Forms, etc.
      └─ Subsection: Hero Sections, Feature Sections, Stacked Lists, etc.
          └─ Component: "Simple centered", "Split with screenshot", etc.

3. Read the Template

assets/code/{version}/{language}/{category}/{subsection}/{slug}.{ext}

Examples:
  assets/code/v4/html/marketing/hero-sections/simple-centered.html
  assets/code/v4/react/application-ui/stacked-lists/with-badges.tsx
  assets/code/v4/vue/ecommerce/product-pages/with-image-grid.vue

Always prefer v4 (latest Tailwind CSS). Use v3 only for legacy projects.

Usage Modes

ModeWhenHow
VerbatimTemplate matches exactlyCopy template, swap placeholder content
ModifyTemplate is closeStart from template, adjust structure/styling
SynthesizeNeed combinationStudy 2-3 similar templates, combine patterns
Learn & CreateNo exact matchFind closest templates, extract patterns, apply to novel component

When No Exact Template Exists

Never write truly from scratch. Even for novel components, find inspiration and patterns in existing templates. This ensures your code is consistent with Tailwind UI conventions even when no template exists.

Template Qualities to Preserve

Tailwind UI templates include polish you'll lose if writing from scratch:

  • Dark mode: dark: variants throughout
  • Accessibility: aria-* attributes, semantic HTML, focus states
  • Responsive: Mobile-first with sm:, md:, lg: breakpoints
  • Focus states: focus-visible:outline-2 focus-visible:outline-offset-2
  • Subtle polish: text-pretty, shadow-xs, gradient masks, decorative SVGs

Red Flags

If you catch yourself doing any of these, STOP and search templates:

  • "Let me write a quick hero section"
  • "I'll just add some Tailwind classes"
  • "This is a simple component"
  • "I know how to do this"
  • "There's no template for this" → Find similar ones and learn patterns!

657 templates exist. One is probably close, or several can teach you the patterns.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Claude

32.63%
按下载量换算78

Codex

32.22%
按下载量换算77

Cursor

19.62%
按下载量换算47

Gemini CLI

8.67%
按下载量换算21

安全审计

暂无安全审计结果可展示。

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills