Shopify Schema Design
Installation
SKILL.md
Shopify Schema Design
Schema Structure
The {% schema %} tag defines how a section appears in the theme editor:
{
"name": "Section Name",
"tag": "section",
"class": "section-class",
"limit": 1,
"settings": [...],
"blocks": [...],
"presets": [...]
}