What problem does it solve? Writing Shopify Liquid code from memory leads to guessed filter names, deprecated syntax like include or img_url, and missed Online Store 2.0 conventions. This Skill provides a verified reference of Liquid objects, tags, filters, and section schemas so generated theme code is correct and performant. ## Core Features & Use Cases - Complete Object Reference: Covers global, product, variant, collection, cart, customer, order, section, and block objects with exact property names. - Filter and Tag Library: Documents string, math, array, money, date, color, and media filters plus conditional, iteration, form, and schema tags with working examples. - Modern Image Patterns: Enforces image_url and image_tag with responsive widths, sizes, and lazy loading instead of deprecated img_url. - Use Case: Ask for a product card snippet showing compare-at pricing and a responsive featured image, and receive Liquid code using product.compare_at_price, the money filter, and image_tag with srcset widths. ## Quick Start Write a Liquid section that displays a collection's products in a paginated grid with responsive images and sale badges.