This one covers Tailwind's mobile-first responsive system and dark mode implementation patterns for 2025-2026. You get breakpoint strategies, container queries for component-level responsiveness, and both media-based (system preference) and selector-based (manual toggle) dark mode setups. The real value is the FOUC prevention patterns and the three-way light/dark/system toggle with localStorage persistence. It includes responsive grid examples, show/hide utilities across breakpoints, and practical dark mode color token templates. If you're building anything that needs to look decent on mobile and respect user theme preferences without flash artifacts, this handles the boilerplate decisioning.
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill tailwindcss-responsive-darkmode