Generates complete Magento 2 modules following Adobe Commerce architecture patterns, from directory structure and registration files through service contracts, repositories, and dependency injection configuration. Handles the full stack: db_schema.xml for database setup, proper DI configuration, plugin system implementation, and both admin and frontend controllers. The approach is solid for enterprise work since it follows Magento's stricter conventions around repository patterns and service contracts rather than taking shortcuts. Covers testing setup and performance considerations like caching strategies and query optimization. If you're building extensions that need to integrate cleanly with existing Magento installations and survive upgrades, this walks through the architectural decisions that matter.
npx skills add https://github.com/maxnorm/magento2-agent-skills --skill magento-module-developer