What problem does it solve?
Tailwind-based projects often need careful, non-destructive updates to utility classes and configuration so UI changes remain consistent with the repo’s established patterns and build-time class detection.
Core Features & Use Cases
- Assess Tailwind presence and setup: Identify whether Tailwind is already configured and which integration path is used (Vite, PostCSS, CLI, or framework guide), including where Tailwind is imported in CSS.
- Preserve repo conventions while editing: Make small, intentional class edits by reusing existing helpers, variants, tokens, and component abstractions instead of rewriting markup broadly.
- Keep class names statically detectable: Avoid dynamically constructed class strings (e.g., interpolated utility names) and verify source-detection behavior so changes actually compile and appear.
Quick Start
Use the tailwindcss skill to update Tailwind utility classes in the relevant UI component while preserving the project’s existing patterns and ensuring the modified classes remain detectable by Tailwind’s source scanning.