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.
git clone --depth 1 https://github.com/MSApps-Mobile/claude-pluginsnpx agentmods add skills/msapps-mobile/claude-plugins/symmetry-installWrote 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.
[](https://agentmods.dev/skills/msapps-mobile/claude-plugins/symmetry-install)<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>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.
| Model | Per session | Once 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 |
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.
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.
Path A — Merchant self-serve (recommended)
This is the default. The merchant owns the Shopify admin and their own payment method. Claude's job is to write the steps clearly.
- 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.
- Scroll to Theme library → Add theme → Visit Theme Store.
- Search Symmetry (or paste the Theme Store URL). Open the listing.
- Click Try theme. Shopify installs it in Draft themes for free.
- Customize Draft → preview with the eye icon → share preview link with stakeholders.
- When ready, in Draft themes click the ... menu → Publish.
- 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"
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.
- 6d ago First seen · 124 lines · 112 tokens per session scan A 4811f57209b3
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.
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.
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.
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.
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.
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.
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.