hyva-theme-list

Lists Hyva mobile app user interface component names.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Happy-Horizon/cursor-marketplace --skill hyva-theme-list-happy-horizon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyva-theme-list
Source: https://github.com/Happy-Horizon/cursor-marketplace/tree/main/plugins/hyva-ai-tools/skills/hyva-theme-list
Command: npx skills add https://github.com/Happy-Horizon/cursor-marketplace --skill hyva-theme-list-happy-horizon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Identifies and lists all Hyvä theme paths within a Magento 2 project, saving time when auditing repositories for theme discovery and integration.

Core Features & Use Cases

  • Detects Hyvä themes by the presence of web/tailwind/package.json and theme.xml in a directory.
  • Outputs a list of theme paths relative to the project root to support automation, builds, and component installation.
  • Enables other skills to locate theme paths for parent theme discovery, Tailwind compilation, and UI component deployment across themes.

Quick Start

Run the hyva-theme-list skill from the Magento project root to list all Hyvä theme paths.

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ä theme paths in a Magento 2 project?

Locating Hyvä themes in a Magento 2 repository involves detecting directories that contain both web/tailwind/package.json and theme.xml. These files act as indicators to qualify a directory as a valid Hyvä theme.

How does Hyvä theme detection work in a Magento repository?

Hyvä theme detection works by checking for the presence of two specific files in a directory: web/tailwind/package.json and theme.xml. Both must exist for the directory to qualify as a Hyvä theme path.

What is the best way to list Hyvä themes for Tailwind building in Magento 2?

The best way to list Hyvä themes for Tailwind building is to run an audit from the Magento project root that outputs relative paths of directories containing theme.xml and web/tailwind/package.json, supporting automated build workflows.

Do I need a specific environment to run a Hyvä theme discovery audit?

You need to run the Hyvä theme discovery audit from the root of your Magento 2 project. The scan requires access to the repository directory structure to locate theme.xml and Tailwind configuration files.

Can I use the detected Hyvä theme paths for parent theme discovery and UI component deployment?

Yes, the detected Hyvä theme paths output relative to the project root can be used to support automation tasks including parent theme discovery, Tailwind compilation, and UI component deployment across multiple themes.