symmetry-install

symmetry-install is a skill for Claude Code from MSApps-Mobile/claude-plugins. It costs 112 tokens per session (1,256 once invoked), scanned A, original, MIT.

A step-by-step guide for adding and publishing the Symmetry theme, or another paid Shopify theme, on a Shopify online store. A draft theme can be previewed privately before it replaces the live storefront.

In plain words
What is it for?
It helps merchants find a theme in Shopify, add it to the theme library, preview and customize the draft, check the current live theme, and publish the new one when ready.
Why use it?
It clarifies the difference between trying a theme, buying its license, and publishing it, reducing the risk of changing the live store accidentally.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is # Pull the current live theme as a safety backup (writes to ./backup/).

Part of the opsagent-shopify plugin — 3 skills shipped together

Good fit It helps merchants find a theme in Shopify, add it to the…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/MSApps-Mobile/claude-plugins
agentmods
npx agentmods add skills/msapps-mobile/claude-plugins/symmetry-install

Made for: Claude Code.

Or install opsagent-shopify, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for symmetry-install

README.md
[![agentmods](https://agentmods.dev/badge/skills/msapps-mobile/claude-plugins/symmetry-install.svg)](https://agentmods.dev/skills/msapps-mobile/claude-plugins/symmetry-install)
Your own site
<a href="https://agentmods.dev/skills/msapps-mobile/claude-plugins/symmetry-install"><img src="https://agentmods.dev/badge/skills/msapps-mobile/claude-plugins/symmetry-install.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,256 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00112 $0.01256
Opus 5 $0.00056 $0.00628
Sonnet 5 $0.00022 $0.00251
Haiku 4.5 $0.00011 $0.00126

Measured 6d ago against content hash 4811f57209b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

symmetry-install scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/opsagent-shopify/skills/symmetry-install/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Symmetry theme install — merchant playbook

Use this skill when the user wants Symmetry (a paid Shopify theme by Clean Canvas) installed on a Shopify store. Works identically for any paid Theme Store theme — just swap "Symmetry" for the theme name.

What you are doing

Adding a theme to a Shopify store does NOT replace the live storefront. It lands as a Draft theme, which the merchant can customize and preview at a secret URL. Only a deliberate "Publish" swap makes it live. The shopify_describe_theme MCP tool (from the shopify-mcp skill) can confirm what's currently published before and after.

Symmetry costs money (one-time license, typically ~$350 USD, per-store). "Try theme" is free and creates the Draft; "Buy theme" is the licensing step.

This is the default. The merchant owns the Shopify admin and their own payment method. Claude's job is to write the steps clearly.

  1. Admin → Online Store → Themes. If there is no Themes menu, the store is not on a plan that permits theme changes — flag that and stop.
  2. Scroll to Theme libraryAdd themeVisit Theme Store.
  3. Search Symmetry (or paste the Theme Store URL). Open the listing.
  4. Click Try theme. Shopify installs it in Draft themes for free.
  5. Customize Draft → preview with the eye icon → share preview link with stakeholders.
  6. When ready, in Draft themes click the ... menu → Publish.
  7. Shopify prompts for payment. Once paid, the theme becomes the live one and the previous theme moves to the Theme library as a backup.

Always recommend step 4 (Try theme) before step 7 (Buy/Publish). A Draft install is free and reversible; publishing is an immediate swap.

Path B — Partner / staff — via Shopify CLI

Use this when Claude has repo access and the merchant wants a version- controlled theme.

# One-time: install CLI
npm install -g @shopify/cli @shopify/theme

# Auth against the merchant's store (substitute the client's handle)
shopify login --store <handle>.myshopify.com

# Pull the current live theme as a safety backup (writes to ./backup/)
shopify theme pull --live --path ./backup

# Download Symmetry source (merchant must have purchased it first — CLI cannot
# buy a theme). Get the .zip from Theme Store > My themes, then:
shopify theme push --path ./symmetry --unpublished

# Preview
shopify theme dev --store <handle>.myshopify.com --theme "Symmetry"

# Publish when stakeholders approve
shopify theme publish --theme "Symmetry"

Read the full file on GitHub · 124 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 124 lines · 112 tokens per session scan A 4811f57209b3

Subscribe to this mod's changes

symmetry-install is a skill published in the GitHub repository MSApps-Mobile/claude-plugins (9 stars, last pushed 11d ago), licensed MIT. It adds 112 tokens to every session and 1,256 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cs-channel-message

A channel-message writing tool for search ads, advertising, customer relationship messages, and app notifications. It uses the NCM sequence—Need, Channel, Moment, Message, and CTA—to adapt wording to where and when customers see it.

modu-ai/moai-cowork · 470 tokens

commerce-detail-page-copy

A writing tool for Korean e-commerce product detail pages. It can generate a full 13-section page, assess an existing page, or create two persona-based copy sets.

modu-ai/moai-cowork · 330 tokens

commerce-detail-page-planner

A strategy brief for deciding what a Korean e-commerce product page should say, show, and prioritise. It defines the main message, opening, page structure, sales channel approach, and photo checklist before copy, code, or images are made.

modu-ai/moai-cowork · 285 tokens

commerce-integrated-strategy

An e-commerce planning skill that combines customer research, product messaging, and store data into a one-page sales strategy with three priority actions.

modu-ai/moai-cowork · 410 tokens

commerce-ad-claim-compliance-kr

A pre-publication check for Korean advertising and product-page wording. It reviews claims against South Korea's advertising, food-safety, and e-commerce laws.

modu-ai/moai-cowork · 381 tokens

commerce-automation-audit

A planning and consulting tool for finding automation opportunities in an online store. It reviews work such as products, pricing, orders, stock, marketing, and business data, then proposes priorities and a phased roadmap.

modu-ai/moai-cowork · 406 tokens