other/skills/modern-tailwind/SKILL.md
Build clean, scalable UIs with Tailwind CSS using modern utilities and variants
npx skillsauth add academind/claude-code-course-resources modern-tailwindInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
hover, focus-visible, disabled, dark, and motion-safe variants where appropriatedata-* and aria-* variants for stateful styling tied to DOM semanticsgroup and peer for parent/sibling state without extra JSsm, md, lg, ...)tailwind.config instead of ad-hoc custom classes@layer for custom utilities/components when repetition is unavoidable@apply except for small, repeatable patternsdevelopment
Enforce web security and avoid security vulnerabilities
development
Utilize built-in browser APIs (like Popover API, View Transitions etc) instead of building features manually via JavaScript
development
Build clean, modern React components that apply common best practices and avoid common pitfalls like unnecessary state management or useEffect usage
development
Build modern Next.js apps with App Router and best practices