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

Including JavaScript in Sections

Installs
46
GitHub Stars
2
First Seen
Feb 9, 2026
theme-shopify-javascript-standards — niccos-shopify-workspace/shopify-cursor-skills