creator-mode-design

creator-mode-design is a skill for Claude Code, Codex from gmomakeshop/agent-skills. It costs 76 tokens per session (4,957 once invoked), scanned A, original, MIT.

A design guide for building shop themes in makeshop byGMO, a Japanese online-store platform. It describes the required files for shared parts, pages, settings, and reusable page modules.

In plain words
What is it for?
Use it to plan and create makeshop theme files, including configuration, headers, footers, design tokens, catalog pages, cart pages, product pages, and other standard store pages.
Why use it?
It gives a defined file layout and design process, reducing guesswork when creating or organising a makeshop shop design.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan and create makeshop theme files, including configuration, headers, footers, design tokens, catalog pages, cart pages, product pages, and other standard store pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gmomakeshop/agent-skills/creator-mode-design
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.

Any agent
npx skills add gmomakeshop/agent-skills --skill creator-mode-design
Clone the repo
git clone --depth 1 https://github.com/gmomakeshop/agent-skills

Made for: Claude Code, Codex.

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 creator-mode-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/gmomakeshop/agent-skills/creator-mode-design/github.svg)](https://agentmods.dev/skills/gmomakeshop/agent-skills/creator-mode-design)
Your own site
<a href="https://agentmods.dev/skills/gmomakeshop/agent-skills/creator-mode-design"><img src="https://agentmods.dev/badge/skills/gmomakeshop/agent-skills/creator-mode-design/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 creator-mode-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/gmomakeshop/agent-skills/creator-mode-design"><img src="https://agentmods.dev/badge/skills/gmomakeshop/agent-skills/creator-mode-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,957 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.00076 $0.04957
Opus 5 $0.00038 $0.02478
Sonnet 5 $0.00015 $0.00991
Haiku 4.5 $0.00008 $0.00496

Measured yesterday against content hash b7672f7c0efe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

creator-mode-design 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 yesterday.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/build.ps1, scripts/build.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/creator-mode-design/SKILL.md · 210 lines

How it starts

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

クリエイターモードデザインスキル

makeshop byGMOでショップデザインを行うスキル。

クリエイターモードデザインファイル構成

.
├── config.json                         デザインセットの設定。レスポンシブ対応、モジュール一覧、フリーページ定義を持つ(必須)
├── _module_/                           makeshopがデフォルトで用意している各ページとショップ様が自由に追加できるページから <{$module.xxx}> で呼び出せるモジュール
│   ├──  header.html                    全ページ共通のヘッダー。HTMLの定義のみ。CSS、JavaScriptは定義できない。(必須)
│   ├──  footer.html                    全ページ共通のフッター。HTMLの定義のみ。CSS、JavaScriptは定義できない。(必須)
│   ├──  design_token.html              全ページ共通のデザイントークン。HTMLの定義のみ。CSS、JavaScriptは定義できない。(必須)
│   └──  xxx.html                       任意のパーツ。HTMLの定義のみ。CSS、JavaScriptは定義できない。
└── standard/                           
    ├── html/                           makeshopがデフォルトで用意している各ページのHTML
    │   ├── bulk.html                   まとめ買い割引ページのHTML
    │   ├── cart.html                   買い物カゴページのHTML(必須)
    │   ├── catalog.html                カタログページのHTML
    │   ├── category.html               商品カテゴリーページのHTML(必須)
    │   ├── company.html                会社概要ページのHTML(必須)
    │   ├── contract.html               特定商取引法ページのHTML(必須)
    │   ├── guide.html                  利用案内ページのHTML(必須)
    │   ├── item.html                   商品詳細ページのHTML(必須)
    │   ├── news-detail.html            お知らせ詳細ページのHTML
    │   ├── news-list.html              お知らせ一覧ページのHTML
    │   ├── policy.html                 プライバシーポリシーページのHTML(必須)
    │   ├── review-list.html            商品レビュー一覧ページのHTML
    │   ├── review-post.html            商品レビュー投稿ページのHTML
    │   ├── search.html                 商品検索結果ページのHTML(必須)
    │   ├── top.html                    トップページのHTML(必須)
    │   └── verification.html           会員制/年齢確認ページのHTML
    ├── css/                            makeshopがデフォルトで用意しているページのCSS
    │   ├── bulk.css                    まとめ買い割引ページのCSS
    │   ├── cart.css                    買い物カゴページのCSS
    │   ├── catalog.css                 カタログページのCSS
    │   ├── category.css                商品カテゴリーページのCSS
    │   ├── company.css                 会社概要ページのCSS
    │   ├── contract.css                特定商取引法ページのCSS
    │   ├── guide.css                   利用案内ページのCSS
    │   ├── item.css                    商品詳細ページのCSS
    │   ├── news-detail.css             お知らせ詳細ページのCSS
    │   ├── news-list.css               お知らせ一覧ページのCSS
    │   ├── policy.css                  プライバシーポリシーページのCSS
    │   ├── review-list.css             商品レビュー一覧ページのCSS
    │   ├── review-post.css             商品レビュー投稿ページのCSS
    │   ├── search.css                  商品検索結果ページのCSS
    │   ├── top.css                     トップページのCSS
    │   └── verification.css            会員制/年齢確認ページのCSS
    ├── javascript/                     makeshopがデフォルトで用意している各ページのJavaScript
    │   ├── bulk.js                     まとめ買い割引ページのJavaScript
    │   ├── cart.js                     買い物カゴページのJavaScript
    │   ├── catalog.js                  カタログページのJavaScript
    │   ├── category.js                 商品カテゴリーページのJavaScript
    │   ├── company.js                  会社概要ページのJavaScript
    │   ├── contract.js                 特定商取引法ページのJavaScript
    │   ├── guide.js                    利用案内ページのJavaScript
    │   ├── item.js                     商品詳細ページのJavaScript
    │   ├── news-detail.js              お知らせ詳細ページのJavaScript
    │   ├── news-list.js                お知らせ一覧ページのJavaScript
    │   ├── policy.js                   プライバシーポリシーページのJavaScript
    │   ├── review-list.js              商品レビュー一覧ページのJavaScript
    │   ├── review-post.js              商品レビュー投稿ページのJavaScript
    │   ├── search.js                   商品検索結果ページのJavaScript
    │   ├── top.js                      トップページのJavaScript
    │   └── verification.js             会員制/年齢確認ページのJavaScript
    └── freepage/                       ショップ様が自由に追加できるページ
        └── xxx.html                    HTMLの定義のみ。CSS、JavaScriptは定義できない。

Read the full file on GitHub · 210 lines

Files

What ships with it

43 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. yesterday Changed · -8 lines scan C → A b7672f7c0efe
  2. 7d ago Changed · +11 lines 3b475b8038d9
  3. 12d ago First seen · 207 lines · 76 tokens per session scan C 2b8c95716aa9

Subscribe to this mod's changes

creator-mode-design is a skill published in the GitHub repository gmomakeshop/agent-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 76 tokens to every session and 4,957 once invoked, about $0.0004 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.