magento-eav-attributes

Installation
SKILL.md

Magento 2 EAV & Attributes

Before writing code

Fetch live docs:

  1. Web-search site:developer.adobe.com commerce php development components attributes for attribute development guide
  2. Web-search site:developer.adobe.com commerce php tutorials backend custom-attributes for attribute creation tutorial
  3. Web-search magento 2 EAV attribute data patch for 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.

EAV Entities

Related skills
Installs
3
GitHub Stars
29
First Seen
Mar 31, 2026