Creates Magento 2 module scaffolding in app/code/ with all the boilerplate you need: registration.php, composer.json, and module.xml with proper dependencies. Handles PascalCase to kebab-case conversion automatically and validates naming conventions before generating files. You give it a vendor name, module name, and optional dependencies, and it structures everything correctly including the sequence block for module load order. Designed to be called by other skills that need module scaffolding, though you can invoke it directly when starting a new custom module. Requires the hyva-exec-shell-cmd skill if you want it to run setup:upgrade afterward, otherwise it skips that step and tells you to run it manually.
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-create-module