This utility skill creates new Magento 2 modules in app/code/. It is designed to be called by other skills that need module scaffolding.
Command execution: For commands that need to run inside the development environment (e.g., bin/magento), use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapper.
| vendor | Yes | Vendor name in PascalCase (e.g., Acme) | | module | Yes | Module name in PascalCase (e.g., CustomFeature) | | description | No | Module description for composer.json (default: "[Vendor] [Module] module") | | dependencies | No | Array of module dependencies for in module.xml |
Crea un nuovo modulo Magento 2 in app/code/. Questa abilità dovrebbe essere utilizzata quando l'utente desidera creare un modulo, impalcare un nuovo modulo, generare un modulo standard o impostare un modulo personalizzato. Gestisce la generazione di Registration.php, Composer.json e Module.xml con dipendenze configurabili. Le frasi trigger includono "crea modulo", "nuovo modulo", "modulo impalcatura", "genera modulo". Fonte: hyva-themes/hyva-ai-tools.