什么是 frontend-tailwind-best-practices?
前端应用程序的 Tailwind CSS 模式和约定。在编写组件样式、布局或使用 CSS 类时使用。 来源:emerson1337/skills-for-agents。
前端应用程序的 Tailwind CSS 模式和约定。在编写组件样式、布局或使用 CSS 类时使用。
通过命令行快速安装 frontend-tailwind-best-practices AI 技能到你的开发环境
来源:emerson1337/skills-for-agents。
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前端应用程序的 Tailwind CSS 模式和约定。在编写组件样式、布局或使用 CSS 类时使用。 来源:emerson1337/skills-for-agents。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/emerson1337/skills-for-agents --skill frontend-tailwind-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/emerson1337/skills-for-agents