shopify-skills
NewShopify development: translations, Liquid patterns, theme development
Summary
This skill provides specialized knowledge for Shopify theme development, including working with Liquid templating, managing translations, and implementing custom theme features.
- It helps developers efficiently build and customize Shopify stores by offering guidance on best practices and common patterns.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/shopify-skills.md https://raw.githubusercontent.com/antoineschaller/cortex-skills/main/SKILL.md/shopify-skillsUse Cases
Usage Examples
/shopify-skills How do I add a custom section with a background color picker in the theme editor?
Write a Liquid snippet that displays product metafields in the product template.
/shopify-skills Generate a locale file for Spanish translations with common theme strings.
Security Audits
Frequently Asked Questions
What is shopify-skills?
This skill provides specialized knowledge for Shopify theme development, including working with Liquid templating, managing translations, and implementing custom theme features. It helps developers efficiently build and customize Shopify stores by offering guidance on best practices and common patterns.
How to install shopify-skills?
To install shopify-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/shopify-skills.md https://raw.githubusercontent.com/antoineschaller/cortex-skills/main/SKILL.md. Finally, /shopify-skills in Claude Code.
What is shopify-skills best for?
shopify-skills is a skill categorized under Development. Created by Antoine Schaller.
What can I use shopify-skills for?
shopify-skills is useful for: Create and manage translation files for multilingual Shopify stores using locale JSON files.; Write and debug Liquid templates for custom page layouts, sections, and snippets.; Implement theme settings and customizer options using schema JSON in section files.; Optimize Shopify theme performance by following Liquid best practices and minimizing HTTP requests.; Develop custom Shopify apps or extensions that integrate with the theme via app blocks and assets.; Migrate or update existing Shopify themes to support Online Store 2.0 features like metafields and JSON templates..