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 |
Создайте новый модуль Magento 2 в app/code/. Этот навык следует использовать, когда пользователь хочет создать модуль, создать новый модуль, создать шаблон модуля или настроить собственный модуль. Он обрабатывает генерацию Registration.php, Composer.json, Module.xml с настраиваемыми зависимостями. Триггерные фразы включают «создать модуль», «новый модуль», «модуль каркаса», «создать модуль». Источник: hyva-themes/hyva-ai-tools.