npx skills add ...
npx skills add hyva-themes/hyva-ai-tools --skill hyva-theme-list
List all Hyvä theme paths in a Magento 2 project. This skill should be used when the user wants to find Hyvä themes, list available themes, discover theme paths, or when other skills need to locate Hyvä themes. Trigger phrases include "list hyva themes", "find themes", "show themes", "available themes", "theme paths".
npx skills add hyva-themes/hyva-ai-tools --skill hyva-theme-list
Lists all Hyvä theme paths in a Magento 2 project. Themes are identified by the presence of web/tailwind/package.json.
Important: Execute this script from the Magento project root directory.
Run the discovery script to list all Hyvä themes:
Where <skill_path> is the directory containing this SKILL.md file (e.g., .claude/skills/hyva-theme-list).
Output format: One theme path per line (relative to project root), or empty output if no themes found.
The script searches two locations:
| Location | Description |
|---|---|
app/design/frontend/ | Custom themes developed for the project |
vendor/ | Installed themes from any vendor (not limited to hyva-themes) |
A directory is identified as a Hyvä theme when it contains both:
web/tailwind/package.json (Hyvä/Tailwind structure)theme.xml (valid Magento theme)Other skills that need to locate Hyvä themes should invoke this skill by name:
The output can be processed line-by-line or stored in a variable for selection prompts.