Stats
Actions
Tags
From frontend-dev
Review Tailwind CSS usage, design consistency, and styling patterns across components
How this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-dev:styling-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review styling for: **$0**
Review styling for: $0
Focus: $1 (default: all)
Scan for anti-patterns:
style={{}}) — should be Tailwind classestext-[#333] → text-gray-700)w-[347px]) where standard values work (w-80)Check consistency:
p-4 everywhere, not p-4 and p-[15px])text-primary, bg-destructive) vs raw paletterounded-lg everywhere, not mixed)Check responsive design:
sm: md: lg: for larger)Check dark mode (if applicable):
dark: variantsPerformance check:
tailwind-merge usage)will-change or transform for GPU accelerationcn() for readability## Styling Review: <target>
### Summary
- **Issues**: X critical, Y warnings
- **Consistency score**: <good | needs work | inconsistent>
### Anti-patterns
1. **<file:line>**: <issue + fix>
### Consistency Issues
1. **<pattern>**: <inconsistency + recommendation>
### Quick Wins
1. <easy improvement>
tailwind.config extends the theme, check against those custom valuesCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub silviaare95/xari-plugins --plugin frontend-dev