kona-theme CLAUDE.md

kona-theme CLAUDE.md is an instructions file for coding agents from jonathanmoore/kona-theme. It costs 1,103 tokens per session, scanned A, original, MIT.

Repository instructions for a Vite-based Shopify theme using vanilla Web Components for interactive parts of the store.

In plain words
What is it for?
Use them when working on Shopify theme files, frontend assets, local development, documentation, linting, or deployment.
Why use it?
They describe the theme layout and development commands, making it easier to change, test, format, or deploy the store safely.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/jonathanmoore/kona-theme/claude-md
Clone the repo
git clone --depth 1 https://github.com/jonathanmoore/kona-theme

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 kona-theme CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jonathanmoore/kona-theme/claude-md.svg)](https://agentmods.dev/instructions/jonathanmoore/kona-theme/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jonathanmoore/kona-theme/claude-md"><img src="https://agentmods.dev/badge/instructions/jonathanmoore/kona-theme/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,103 This file is loaded in full into every session.
When invoked 1,103 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01103 $0.01103
Opus 5 $0.00551 $0.00551
Sonnet 5 $0.00221 $0.00221
Haiku 4.5 $0.00110 $0.00110

Measured 4d ago against content hash 4375a77e25ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

kona-theme CLAUDE.md 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 4d 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.md · 97 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What This Is

A Vite-powered Shopify theme systemwith islands hydration for interactive components. Zero runtime JS dependencies — all interactivity is vanilla Web Components.

Commands

pnpm install                          # Install dependencies
pnpm dev -- --store <store-name>      # Run Shopify + Vite dev servers in parallel
pnpm run build                        # Build frontend assets to theme/assets
pnpm run deploy                       # Build + push theme to Shopify
pnpm run lint                         # ESLint
pnpm run format                       # Prettier (Liquid + JS + CSS)
pnpm docs:dev                         # Run docs site locally (VitePress)
pnpm docs:build                       # Build docs site

Dev runs two servers concurrently: shopify theme dev --path theme (proxies the store) and vite (serves frontend assets with HMR at localhost:5173).

Architecture

Project Layout

theme/           → Shopify theme (assets, blocks, config, layout, locales, sections, snippets, templates, frontend)
scripts/         → Build/utility scripts
docs/            → VitePress documentation site (10 sections, 40 pages)
vite.config.js   → Vite config (references theme/ via themeRoot)
package.json     → Dependencies and scripts

Islands Hydration System

The core pattern: Liquid renders HTML server-side, interactive components hydrate client-side via Web Components.

  • theme/frontend/lib/revive.js — Hydration runtime. Uses import.meta.glob() to map all theme/frontend/islands/*.js files. Scans the DOM for custom elements with kebab-case names matching island files, then loads them based on hydration directives.
  • theme/frontend/islands/*.js — Each file defines one custom element (extends HTMLElement, registered with customElements.define). These are dynamically imported by revive.js.
  • theme/frontend/entrypoints/theme.js — Main entry point, imports revive and accessibility utilities.

Read the full file on GitHub · 97 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. 4d ago First seen · 97 lines · 1,103 tokens per session scan A 4375a77e25ff

Subscribe to this mod's changes

kona-theme CLAUDE.md is an instructions file published in the GitHub repository jonathanmoore/kona-theme (6 stars, last pushed 3mo ago), licensed MIT. It adds 1,103 tokens to every session, about $0.0055 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.