stitch-shopify

Convert Stitch mock ZIPs into Shopify Online Store 2.0 themes with Liquid templates.

Updated May 3, 2026
One-click install
npx skills add https://github.com/ousiass/dotfiles --skill stitch-shopify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stitch-shopify
Source: https://github.com/ousiass/dotfiles/tree/main/.claude/skills/stitch-shopify
Command: npx skills add https://github.com/ousiass/dotfiles --skill stitch-shopify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converting Stitch-generated mock HTML into a Shopify Online Store 2.0 theme is time-consuming and error-prone, especially when you need a reusable Atomic Design structure and Shopify-ready Liquid templates.

Core Features & Use Cases

  • Stitch ZIP → Shopify theme generation: Expands the Stitch mock ZIP into a Shopify OS 2.0 theme directory that works with Shopify CLI theme preview and deploy.
  • Atomic Design snippet restructuring: Organizes UI into atoms, molecules, and organisms and generates Liquid snippets in a renderable hierarchy.
  • Liquid + settings conversion: Translates Stitch content into Shopify theme sections with configurable section.settings (and image inputs via image_picker) so the theme can be customized in the theme editor.
  • Interactive mapping and safety checks: Prompts for template mapping approval, asks how to handle missing standard templates, and avoids overwriting without confirmation.

Quick Start

Run stitch-shopify with your Stitch mock ZIP path and let it generate a Shopify theme directory that you can preview with shopify theme dev.

Frequently Asked Questions about stitch-shopify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a Stitch mock ZIP into a Shopify Online Store 2.0 theme?

To convert a Stitch mock ZIP into a Shopify Online Store 2.0 theme, provide the ZIP path to generate a theme directory with Liquid templates, Atomic Design snippets, and configurable section settings ready for Shopify CLI.

How does Atomic Design structure work when generating Shopify Liquid templates?

Atomic Design structures Shopify Liquid templates by organizing UI components into atoms, molecules, and organisms, creating a renderable snippet hierarchy that expands the mock HTML into reusable theme sections.

Can I use Tailwind base.css in a Shopify theme without CDN assets?

Yes, the conversion process precompiles Tailwind base.css directly into the Shopify theme without relying on CDN assets, ensuring styles are bundled locally within the generated OS 2.0 theme directory.

Do I need to configure image_picker settings for Shopify theme sections converted from Stitch?

Yes, image inputs are configured using Shopify's image_picker within the section settings schema, allowing you to map bundled mock assets and customize images directly in the Shopify theme editor.

What happens to missing standard Shopify templates during Stitch ZIP conversion?

During ZIP conversion, the process interactively prompts you to approve page-to-template mappings and asks how to handle missing standard templates like product, collection, cart, search, or blog pages.

Will converting a Stitch mock to a Shopify OS 2.0 theme overwrite my existing theme files?

No, the conversion process includes safety checks that avoid overwriting existing theme files without explicit confirmation, ensuring your current Shopify templates and sections remain protected during generation.