shopify-liquid

Installation
SKILL.md

Shopify Liquid Skill

Liquid is the template language used by Shopify to load dynamic content on storefronts.

1. Core Syntax

  • Output: {{ ... }} - Prints content to the page.
  • Tags: {% ... %} - Logic (if, for, assign).
  • Filters: {{ value | filter }} - Modifies output.

2. Theme App Extensions (App Blocks)

Modern apps inject code into themes using App Blocks, avoiding direct legacy code edits.

schema Tag

Defines settings available in the Theme Editor.

{% schema %}
Related skills
Installs
50
First Seen
Jan 25, 2026