hyva-theme-list

Scan Magento 2 projects for Hyvä themes by checking standard directories.

78|16|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-theme-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyva-theme-list
Source: https://github.com/hyva-themes/hyva-ai-tools/tree/main/skills/hyva-theme-list
Command: npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-theme-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps developers quickly locate Hyvä themes within a Magento 2 project by scanning standard theme locations for Hyvä indicators.

Core Features & Use Cases

  • Discover Hyvä themes by detecting web/tailwind/package.json and theme.xml in app/design/frontend and vendor directories.
  • Use it to audit available Hyvä themes in a project or to pipeline theme discovery for deployments.

Quick Start

Run the discovery script from the Magento project root: bash <skill_path>/scripts/list_hyva_themes.sh Where <skill_path> is the directory containing this SKILL.md file (e.g., skills/hyva-theme-list). Output: one path per line, or nothing if no themes exist.

Frequently Asked Questions about hyva-theme-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find all Hyvä themes in a Magento 2 project?

You can discover Hyvä themes by running a bash script from the Magento project root that scans app/design/frontend and vendor directories for theme.xml and tailwind configuration files, outputting the located theme paths.

What indicates a Hyvä theme during a Magento project audit?

A Hyvä theme is indicated by the presence of a theme.xml file alongside a web/tailwind/package.json file within standard Magento 2 frontend theme directories. Scanning for these specific files confirms the theme type.

Can I use this script to locate Magento themes installed in the vendor directory?

Yes, the script locates Magento themes installed in the vendor directory. It scans standard vendor locations alongside app/design/frontend to ensure all Hyvä themes are discovered during the audit process.

Do I need external dependencies to scan for Magento theme paths?

No, you do not need external dependencies to scan for Magento theme paths. The script relies solely on a standard Bash environment with core Unix utilities to detect Hyvä themes and output their locations.

What happens if there are no Hyvä themes in my Magento 2 codebase?

If there are no Hyvä themes in your Magento 2 codebase, the discovery script outputs nothing. It returns an empty result after scanning app/design/frontend and vendor directories for theme indicators.