Provides a CLI toolkit to simplify Magento theme development. Offers commands for building, watching, and managing themes, including Hyvä and TailwindCSS.
No Errors in Developer Tools
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Enables Magento 2 to connect to MariaDB versions 10.5-11.x for development. Allows usage of newer MariaDB versions that are not officially supported.
Adds a status bar that appears when the cache is outdated, with a single Smart Clear button to flush the right cache types from any page without visiting Cache Management.
Duplicates an existing Magento 2 module from a template to scaffold a brand-new module, speeding up module creation for developers.
Allows admins to test Magento 2 email sending. Helps verify email configuration and delivery.
Adds a bin/magento module:sequence command that enables a module together with all the dependencies declared in its module.xml sequence in a single step.
Provides custom field types and frontend models for system configuration, such as checkbox sets, radio sets, and info boxes. Allows developers to use more flexible input types in Magento 2 configurations.
Adds Whoops error handling to Magento 2 for improved debugging. Provides detailed error reports to assist developers in identifying and resolving issues.
CLI tool that inspects and reports the Content-Security-Policy headers generated for a given Magento URL and policy, making CSP values easier to review than digging through the browser.
Provides tooling to create and manage Data Transfer Objects in Magento 2 while retaining DI, plugins, and preferences, with automatic hydration from arrays.
Integrates the CodeMirror code editor into Magento 2 admin. Provides form elements for UI components and frontend models for system configuration.
Connects your Magento 2 store to AI assistants like Claude and ChatGPT via the Model Context Protocol (MCP). Enables natural language querying of orders, products, customers, inventory, and system health with flexible filtering and aggregation.