·frontend-tailwind-best-practices
</>

frontend-tailwind-best-practices

前端应用程序的 Tailwind CSS 模式和约定。在编写组件样式、布局或使用 CSS 类时使用。

5安装·0热度·@emerson1337

安装

$npx skills add https://github.com/emerson1337/skills-for-agents --skill frontend-tailwind-best-practices

如何安装 frontend-tailwind-best-practices

通过命令行快速安装 frontend-tailwind-best-practices AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/emerson1337/skills-for-agents --skill frontend-tailwind-best-practices
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:emerson1337/skills-for-agents。

SKILL.md

查看原文

Styling patterns and conventions for frontend applications. Contains 10 rules covering layout utilities, affordances, color schemes, responsive design, and className handling.

Design for input capabilities (pointer/hover) instead of device labels.

| flex flex-col | v-stack | | flex flex-row | h-stack | | flex items-center justify-center | center | | bg-gray-100 | bg-neutral-100 | | bg-[#hex] | Use design tokens | | className="..." without cn() | cn("...", className) | | Inline style for responsive | Tailwind prefixes |

前端应用程序的 Tailwind CSS 模式和约定。在编写组件样式、布局或使用 CSS 类时使用。 来源:emerson1337/skills-for-agents。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/emerson1337/skills-for-agents --skill frontend-tailwind-best-practices
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-11

Browse more skills from emerson1337/skills-for-agents

快速解答

什么是 frontend-tailwind-best-practices?

前端应用程序的 Tailwind CSS 模式和约定。在编写组件样式、布局或使用 CSS 类时使用。 来源:emerson1337/skills-for-agents。

如何安装 frontend-tailwind-best-practices?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/emerson1337/skills-for-agents --skill frontend-tailwind-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/emerson1337/skills-for-agents