What problem does it solve?
This Skill helps you fix fragile responsive Tailwind UIs by guiding breakpoint strategy, layout transformations, spacing, typography, navigation, touch behaviors, responsive media, and dense data adaptations so your UI works reliably across screen sizes.
Core Features & Use Cases
- Breakpoint Strategy & Layout Integrity: Choose breakpoints based on content behavior, consolidate to a few key states, and apply mobile-first rules to avoid layout breakage between ranges.
- Responsive Layout Patterns: Convert stacking vs row layouts, reduce grid columns at narrower widths, collapse sidebars appropriately, and build responsive “holy grail” page structures.
- Touch-Friendly & Responsive UI for Real Data: Ensure touch targets, replace hover-only interactions, and adapt tables/grids/forms for mobile readability (cards, horizontal scroll, truncation, stacked fields).
- Fluid Visual System Guidelines: Apply fluid typography using clamp(), tighten line-height for larger headings, and keep line length readable with max-width constraints.
Quick Start
Use the tailwind-responsive-ui skill to review a Tailwind component for breakpoint, spacing, and mobile usability issues, then generate refactored class patterns based on the provided ruleset.