magento-eav-attributes
Installation
SKILL.md
Magento 2 EAV & Attributes
Before writing code
Fetch live docs:
- Web-search
site:developer.adobe.com commerce php development components attributesfor attribute development guide - Web-search
site:developer.adobe.com commerce php tutorials backend custom-attributesfor attribute creation tutorial - Web-search
magento 2 EAV attribute data patchfor current patterns using data patches
Conceptual Architecture
What EAV Is
Entity-Attribute-Value is Magento's flexible storage pattern. Instead of one column per attribute, values are stored in separate typed tables. This allows merchants to add unlimited attributes without schema changes.