← Back to list

tailwind-style-guidelines
by dallington
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: tailwind-style-guidelines description: Enforces consistent Tailwind CSS usage, preventing utility abuse and visual inconsistency.
Tailwind Style Guidelines
This skill ensures clean, consistent, and maintainable Tailwind CSS usage.
When to use this skill
Use this skill when:
- Writing or refactoring UI components
- Tailwind class lists become long or repetitive
- UI consistency matters
Do NOT use this skill when:
- Styling is outside Tailwind
- The task is purely logic-based
How to use it
- Group Tailwind classes logically (layout → spacing → typography → color)
- Detect repeated utility patterns
- Extract repeated UI into reusable components
- Prefer semantic spacing and color tokens
Styling Rules
- No inline styles
- No arbitrary values unless unavoidable
- Avoid massive
classNamestrings - Prefer component extraction over class reuse
Expected Output
- Clean Tailwind class usage
- Visually consistent UI
- Readable and maintainable components
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon