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_url filter

Including JavaScript in Sections

Installs
4
First Seen
Feb 7, 2026
shopify-javascript-standards — skomskiy/shopify-cursor-skills