kona-theme: Skill for Claude Code

.claude/skills/shopify-liquid-kona-new/SKILL.md

shopify-liquid-kona-new is a skill for Claude Code from jonathanmoore/kona-theme. It costs 60 tokens per session (4,169 once invoked), scanned A, original, MIT.

A guided tool for creating Shopify Liquid theme components such as sections, blocks, and snippets. It adds the required configuration, translation keys, documentation, accessibility markup, and project-specific styling conventions.

In plain words
What is it for?
Creating new Shopify sections, blocks, or reusable snippets such as hero areas, FAQs, testimonials, star ratings, or badges.
Why use it?
It reduces the project-specific details you must handle when adding a new theme component. The guided workflow helps keep new files consistent with the existing Kona theme.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is jonathanmoore/kona-theme's own configuration. It tells Claude Code how to work on kona-theme itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kona-theme configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/jonathanmoore/kona-theme/main/.claude/skills/shopify-liquid-kona-new/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jonathanmoore/kona-theme

Made for: Claude Code.

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 shopify-liquid-kona-new

README.md
[![agentmods](https://agentmods.dev/badge/skills/jonathanmoore/kona-theme/shopify-liquid-kona-new/github.svg)](https://agentmods.dev/skills/jonathanmoore/kona-theme/shopify-liquid-kona-new)
Your own site
<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.

agentmods 80×15 button for shopify-liquid-kona-new

Your own site · 80×15
<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>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,169 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.00060 $0.04169
Opus 5 $0.00030 $0.02084
Sonnet 5 $0.00012 $0.00834
Haiku 4.5 $0.00006 $0.00417

Measured 11d ago against content hash 4bf49e889eb1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

.claude/skills/shopify-liquid-kona-new/SKILL.md · 414 lines

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

Read the full file on GitHub · 414 lines

Files

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.

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. 11d ago First seen · 414 lines · 60 tokens per session scan A 4bf49e889eb1

Subscribe to this mod's changes

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.