What is frontend-tailwind-best-practices?
Tailwind CSS patterns and conventions for frontend apps. Use when writing component styles, layouts, or working with CSS classes. Source: emerson1337/skills-for-agents.
Tailwind CSS patterns and conventions for frontend apps. Use when writing component styles, layouts, or working with CSS classes.
Quickly install frontend-tailwind-best-practices AI skill to your development environment via command line
Source: 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 patterns and conventions for frontend apps. Use when writing component styles, layouts, or working with CSS classes. Source: emerson1337/skills-for-agents.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/emerson1337/skills-for-agents --skill frontend-tailwind-best-practicesTailwind CSS patterns and conventions for frontend apps. Use when writing component styles, layouts, or working with CSS classes. Source: emerson1337/skills-for-agents.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/emerson1337/skills-for-agents --skill frontend-tailwind-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/emerson1337/skills-for-agents