·hyva-create-module
</>

hyva-create-module

hyva-themes/hyva-ai-tools

Create a new Magento 2 module in app/code/. This skill should be used when the user wants to create a module, scaffold a new module, generate module boilerplate, or set up a custom module. It handles registration.php, composer.json, module.xml generation with configurable dependencies. Trigger phrases include "create module", "new module", "scaffold module", "generate module".

10Installs·2Trend·@hyva-themes

Installation

$npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-create-module

SKILL.md

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 |

Create a new Magento 2 module in app/code/. This skill should be used when the user wants to create a module, scaffold a new module, generate module boilerplate, or set up a custom module. It handles registration.php, composer.json, module.xml generation with configurable dependencies. Trigger phrases include "create module", "new module", "scaffold module", "generate module". Source: hyva-themes/hyva-ai-tools.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-create-module
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is hyva-create-module?

Create a new Magento 2 module in app/code/. This skill should be used when the user wants to create a module, scaffold a new module, generate module boilerplate, or set up a custom module. It handles registration.php, composer.json, module.xml generation with configurable dependencies. Trigger phrases include "create module", "new module", "scaffold module", "generate module". Source: hyva-themes/hyva-ai-tools.

How do I install hyva-create-module?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hyva-themes/hyva-ai-tools --skill hyva-create-module Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hyva-themes/hyva-ai-tools