Handles Tailwind CSS compilation for Hyvä themes in Magento 2, which you'll need whenever you modify templates or notice styles not taking effect. It defaults to production builds but supports watch mode if you ask explicitly. The skill auto-detects your environment (Docker, native, etc.), finds themes in app/design/frontend, and runs npm commands in the right directory. One nice touch: it only installs dependencies if node_modules is missing, so you're not waiting around unnecessarily. If you're working with Hyvä and changing markup, you'll use this constantly since Tailwind needs recompilation to pick up new classes.
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-compile-tailwind-css