| Full-width customizable module | Section | Has {% schema %}, appears in editor, renders blocks | | Small nestable component with editor settings | Block | Has {% schema %}, can nest inside sections/blocks | | Reusable logic, not editable by merchant | Snippet | No schema, rendered via {% render %}, takes params |
| Logic shared across blocks/snippets | Snippet | Blocks can't {% render %} other blocks |
Comparison: ==, !=, >, =, <= Logical: and, or, contains
Generate Shopify Liquid theme code (sections, blocks, snippets) with correct schema JSON, LiquidDoc headers, translation keys, and CSS/JS patterns. Use when creating or editing .liquid files for Shopify themes, working with schema, doc, stylesheet, javascript tags, or Shopify Liquid objects/filters/tags. Source: benjaminsehl/liquid-skills.