Borrowing it
Nothing to install: this file belongs to jonathanmoore/kona-theme. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jonathanmoore/kona-theme/main/.claude/skills/shopify-liquid-kona-new/SKILL.mdgit clone --depth 1 https://github.com/jonathanmoore/kona-themeWrote 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/jonathanmoore/kona-theme/shopify-liquid-kona-new)<a href="https://agentmods.dev/skills/jonathanmoore/kona-theme/shopify-liquid-kona-new"><img src="https://agentmods.dev/badge/skills/jonathanmoore/kona-theme/shopify-liquid-kona-new/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jonathanmoore/kona-theme/shopify-liquid-kona-new"><img src="https://agentmods.dev/badge/skills/jonathanmoore/kona-theme/shopify-liquid-kona-new.svg" alt="Reviewed on agentmods" width="80" 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.00060 | $0.04169 |
| Opus 5 | $0.00030 | $0.02084 |
| Sonnet 5 | $0.00012 | $0.00834 |
| Haiku 4.5 | $0.00006 | $0.00417 |
Grade A, and why
shopify-liquid-kona-new 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 11d 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 — 414 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kona Component Creator
Guided workflow for creating new theme components (sections, blocks, snippets) that follow this project's conventions. Generates production-ready .liquid files with correct schema JSON, translation keys, LiquidDoc headers, accessible markup, and Tailwind styling.
Invocation
/shopify-liquid-kona-new # Interactive — asks what to create
/shopify-liquid-kona-new section [type] # Create a section (hero, faq, etc.)
/shopify-liquid-kona-new block [type] # Create a block (testimonial, slide, etc.)
/shopify-liquid-kona-new snippet [name] # Create a snippet (star-rating, badge, etc.)
Composes with other skills — load these for deep patterns rather than duplicating:
/shopify-liquid— Schema syntax, filter/tag reference, setting types/shopify-liquid-kona-standards— Tailwind v4, island hydration, CSS variable cascade, JS rules/shopify-liquid-a11y— WCAG 2.2 patterns, focus management, ARIA/shopify-liquid-translator— Translation key generation and locale file insertion
Decision Guide: Section vs Block vs Snippet
| Need | Create | Why |
|---|---|---|
| Full-width customizable page module | Section | Has {% schema %}, appears in theme editor sidebar, renders blocks |
| Nestable component with editor settings | Block | Has {% schema %}, sits inside sections or other blocks |
| Reusable logic fragment, not merchant-editable | Snippet | No schema, rendered via {% render %}, accepts params |
| Logic shared across blocks/snippets | Snippet | Blocks can't {% render %} other blocks |
Section Workflow
Section Type Catalog
| Type | Settings Pattern | Block Pattern | Needs Island? |
|---|---|---|---|
| Hero / Image Banner | image_picker, checkbox | heading, text, button blocks | No |
| Featured Collection | collection, range | static product-card + heading | No |
| Rich Text | none (all blocks) | heading, text, button | No |
| Image with Text | image_picker, select (layout) | heading, text, button | No |
| Slideshow | range, checkbox | image slide blocks | Yes |
| FAQ / Accordion | none (all blocks) | details blocks | Optional |
| Testimonials | range (columns) | testimonial blocks | No |
| Multicolumn | range (columns) | column blocks | No |
| Newsletter / Email Signup | none (all blocks) | heading, text, email-signup | No |
| Tabs | none (all blocks) | tab blocks | Yes |
| Contact Form | none | uses {% form 'contact' %} |
No |
| Configurable Layout | range (gap, padding), select (width) | any @theme blocks |
No |
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 414 lines · 60 tokens per session scan A 4bf49e889eb1
shopify-liquid-kona-new is a skill published in the GitHub repository jonathanmoore/kona-theme (6 stars, last pushed 4mo ago), licensed MIT. It adds 60 tokens to every session and 4,169 once invoked, about $0.0003 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
shopify-theme-development
Build and customize Shopify themes using Liquid templating, JSON sections, dynamic blocks, and theme app extensions for added functionality.
shopify-hydrogen
Build a custom Shopify storefront using the Hydrogen React framework with Remix routing and deploy it to Shopify's Oxygen edge hosting.
vuestrata-module-organization
Use when deciding where new files belong and how module boundaries should be preserved.
shopify-metafields
Store custom data on any Shopify resource — products, orders, customers — using typed metafield definitions accessible from Liquid and the Storefront API.
shopify-storefront-api
Build a headless Shopify frontend using the GraphQL Storefront API for product queries, cart management, and checkout with the Buy SDK.
impeccable
Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…