hyva-child-theme

Scaffold Hyvä child themes for Magento 2 with Tailwind setup.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Hyvä Child Theme Creator eliminates the boilerplate and guesswork involved in adding a new Hyvä child theme by delivering a ready-to-run starter with correct Magento structure, theme.xml, and Tailwind integration.

Core Features & Use Cases

  • Automated scaffold: generates the standard Hyvä child theme directory (registration.php, theme.xml, composer.json) and a web/tailwind setup copied from a parent theme
  • Tailwind CSS integration: copies and configures Tailwind assets to match Hyvä's workflow for consistent styling
  • Guided setup: walks you through vendor and theme name selection and parent-theme detection to ensure a valid theme bootstrap

Quick Start

Provide a vendor name and theme name when prompted, and the skill will generate the full Hyvä child theme skeleton with Tailwind setup.

Frequently Asked Questions about hyva-child-theme

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

FAQPage Schema
How do I create a Hyvä child theme in Magento 2?

To create a Hyvä child theme, you need to scaffold the standard Magento directory structure with registration.php, theme.xml, composer.json, and a configured Tailwind CSS pipeline. This provides a ready-to-build frontend theme in app/design/frontend.

What files are needed to scaffold a Hyvä child theme?

Scaffolding a Hyvä child theme requires registration.php for Magento module registration, theme.xml for theme configuration, composer.json for dependencies, and a web directory with a ready-to-run Tailwind CSS setup copied from a parent theme.

Does a new Hyvä child theme include Tailwind CSS configuration?

Yes, the Hyvä child theme bootstrap copies and configures Tailwind CSS assets from a detected parent Hyvä theme. This ensures the generated web directory has a ready Tailwind pipeline matching Hyvä's standard styling workflow.

Can I bootstrap a Magento 2 theme without manually setting up theme.xml?

Yes, you can bootstrap a Magento 2 theme automatically by providing a vendor and theme name. The process detects the parent Hyvä theme and generates valid registration.php and theme.xml files automatically.

What is the best way to set up a Hyvä theme starter structure?

The best way to set up a Hyvä theme starter structure is through guided scaffolding that walks you through vendor and theme name selection. This detects the parent Hyvä theme and builds the complete directory skeleton with a Tailwind pipeline.