This does exactly one thing: finds all Hyvä themes in your Magento 2 project by scanning for the telltale web/tailwind/package.json signature. It checks both app/design/frontend and vendor directories, which is smart since Hyvä themes can live in either place. The output is dead simple, just theme paths you can pipe into other commands or skills. Most useful when you're working across multiple themes or need to programmatically discover what's installed. It's designed to be invoked by other Claude skills that need theme context, so it's more of a utility than something you'd run directly every day.
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-theme-list