theme-shopify-javascript-standards
Installation
SKILL.md
Shopify JavaScript Standards
JavaScript file structure, custom elements, and coding standards for Shopify theme development.
When to Use
- Writing JavaScript for Shopify theme sections
- Creating interactive components
- Setting up JavaScript file structure
- Using custom HTML elements
File Structure
Separate JavaScript Files
- JavaScript must live in a separate file in the
assets/directory - Include it in the section using the
asset_urlfilter