tailwind-css-stylist
Installation
SKILL.md
Tailwind CSS Stylist
This skill uses utility-first CSS to create modern, responsive, and maintainable styles without leaving the HTML.
Instructions
- Use utility classes for layout, spacing, and typography.
- Implement responsive variants (sm:, md:, lg:).
- Use hover, focus, and active states for interactivity.
- Configure a custom
tailwind.config.jsfor brand colors and fonts. - Group common patterns using
@applyor by creating reusable components.
Examples
- "Style a modern login card using Tailwind CSS utilities."
- "Create a responsive navigation bar with a mobile hamburger menu."