tailwind-responsive-ui

📁 pproenca/dot-skills 📅 1 day ago
1
总安装量
2
周安装量
#41185
全站排名
安装命令
npx skills add https://github.com/pproenca/dot-skills --skill tailwind-responsive-ui

Agent 安装分布

amp 2
gemini-cli 2
claude-code 2
github-copilot 2
codex 2
kimi-cli 2

Skill 文档

Community Responsive UI Tailwind CSS Best Practices

Comprehensive responsive transformation guide for Tailwind CSS applications, based on Refactoring UI by Adam Wathan & Steve Schoger and modern responsive design patterns. Contains 49 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

When to Apply

Reference these guidelines when:

  • Making an existing UI responsive across screen sizes
  • Building new responsive layouts with Tailwind CSS
  • Refactoring desktop-only interfaces for mobile support
  • Reviewing responsive code for breakpoint, spacing, and typography issues
  • Adapting navigation, forms, and data tables for touch devices

Rule Categories by Priority

Priority Category Impact Prefix
1 Breakpoint Strategy CRITICAL bp-
2 Layout Transformation CRITICAL layout-
3 Responsive Spacing HIGH rspac-
4 Fluid Typography HIGH fluid-
5 Navigation Patterns MEDIUM-HIGH nav-
6 Touch & Interaction MEDIUM touch-
7 Responsive Media MEDIUM rmedia-
8 Data Adaptation LOW-MEDIUM data-

Quick Reference

1. Breakpoint Strategy (CRITICAL)

2. Layout Transformation (CRITICAL)

3. Responsive Spacing (HIGH)

4. Fluid Typography (HIGH)

5. Navigation Patterns (MEDIUM-HIGH)

6. Touch & Interaction (MEDIUM)

7. Responsive Media (MEDIUM)

8. Data Adaptation (LOW-MEDIUM)

How to Use

Read individual reference files for detailed explanations and code examples:

Reference Files

File Description
references/_sections.md Category definitions and ordering
assets/templates/_template.md Template for new rules
metadata.json Version and reference information