What problem does it solve?
This Skill helps you design and implement Magento 2 admin listing grids without missing the connected pieces that make them work, such as routing, ACL, layout, and data provisioning.
Core Features & Use Cases
- Grid Architecture Guidance: Coordinates UI component listing XML, data provider wiring, controller actions, and layout handles into one coherent admin grid.
- Security and Access Control: Reinforces ACL-protected admin routes through explicit ADMIN_RESOURCE usage and menu integration.
- Implementation Workflow: Guides creation or modification of Magento admin grids, mass actions, and optional inline editing with proper validation and verification.
- Use Case: Use it when building a new admin listing for a Magento entity, updating an existing grid, or troubleshooting a blank or miswired admin data source.
Quick Start
Use this skill to generate a complete Magento 2 admin grid implementation plan for a chosen entity, including the listing XML, controller, ACL, layout handle, and data provider wiring.