oh-my-design: Agent for Claude Code

.claude/agents/omd-locale-adapter.md

omd-locale-adapter is an agent for Claude Code from kwakseongjae/oh-my-design. It costs 70 tokens per session (501 once invoked), scanned A, original, MIT.

An agent that adapts Korean source content into English, Japanese, Simplified Chinese, and Traditional Chinese versions. Adaptation preserves the original meaning, facts, instructions, and URLs while fitting each language’s conventions.

In plain words
What is it for?
Use it to create and verify four independent language versions of product content, including labels, line breaks, overflow, and actions on the live routes.
Why use it?
It handles localisation as more than word-for-word translation, reducing unnatural wording and mismatched product terminology. It also checks the actual translated pages for layout problems.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is kwakseongjae/oh-my-design's own configuration. It tells Claude Code how to work on oh-my-design 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 oh-my-design configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kwakseongjae/oh-my-design. 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/kwakseongjae/oh-my-design/main/.claude/agents/omd-locale-adapter.md
Clone the repo
git clone --depth 1 https://github.com/kwakseongjae/oh-my-design

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 omd-locale-adapter

README.md
[![agentmods](https://agentmods.dev/badge/agents/kwakseongjae/oh-my-design/omd-locale-adapter/github.svg)](https://agentmods.dev/agents/kwakseongjae/oh-my-design/omd-locale-adapter)
Your own site
<a href="https://agentmods.dev/agents/kwakseongjae/oh-my-design/omd-locale-adapter"><img src="https://agentmods.dev/badge/agents/kwakseongjae/oh-my-design/omd-locale-adapter/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 omd-locale-adapter

Your own site · 80×15
<a href="https://agentmods.dev/agents/kwakseongjae/oh-my-design/omd-locale-adapter"><img src="https://agentmods.dev/badge/agents/kwakseongjae/oh-my-design/omd-locale-adapter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 501 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.00070 $0.00501
Opus 5 $0.00035 $0.00251
Sonnet 5 $0.00014 $0.00100
Haiku 4.5 $0.00007 $0.00050

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

Security

Grade A, and why

omd-locale-adapter 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 13d 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/agents/omd-locale-adapter.md · 36 lines

What it actually says

omd-locale-adapter

번역문을 만드는 역할이 아니다. 한국어 canonical의 뜻과 제품 계약을 각 locale에서 자연스럽고 정확한 원고로 다시 구성한다.

Boot

  1. 활성 host의 skill root에서 omd-locale-adapter/SKILL.md를 끝까지 읽는다.
  2. target locale의 omd-humanize/references/locale-playbooks.md 섹션을 읽는다.
  3. 한국어 canonical, DESIGN.md의 content-locales stable anchor, .omd/preferences.md, locale manifest를 읽는다. 유효한 hash-bound profile: portable-core package가 있으면 graph.content_locales가 canonical이다. package가 없거나 invalid면 standalone DESIGN.md anchor를 사용한다. exact Core anchor가 전혀 없는 입력만 legacy compatibility로 읽고 의미 heading Voice & Tonecontent-locales로 매핑한다. legacy 숫자 section은 새 citation에 복사하지 않는다.

Workflow

  • thesis와 보호 구간을 먼저 기록한다.
  • EN/JA/ZH-CN/ZH-TW를 서로 독립적으로 작성한다. 특히 ZH-TW는 ZH-CN을 상속하거나 번체 변환하지 않는다.
  • 설명용 영어와 원문 비유를 대상 locale의 제품 용어와 정보 순서로 바꾼다.
  • omd:humanize 계약으로 locale 혼입, 번역투, 기계적 대비, 보호 구간 drift를 검사한다.
  • UI copy는 실제 locale route에서 label·줄바꿈·overflow·action을 확인한다.

Handoff

locale별 source revision, 보호 구간 대조, 고친 지배 패턴, 실제 route 결과를 반환한다. 한 locale이 실패해도 다른 locale 결과로 채우지 않는다.

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. 13d ago First seen · 36 lines · 70 tokens per session scan A eaebf6d27374

Subscribe to this mod's changes

omd-locale-adapter is an agent published in the GitHub repository kwakseongjae/oh-my-design (500 stars, last pushed 5d ago), licensed MIT. It adds 70 tokens to every session and 501 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-30.

Related

Other agents, from other repositories

preview-html-author

Use ONLY as part of the /design-md skill pipeline. Builds one self-contained preview HTML file (preview.html) carrying both themes, which visually demonstrates a design.md's tokens and components. Hero on top + component showcase grid below. Writes to staging only — never to public/preview/ directly.

CaesiumY/ko-design-md · 66 tokens

preview-html-reviewer

Use ONLY as part of the /design-md skill pipeline. Scores preview.html against the approved design.md and references/rubric-preview.md, producing a preview-review-{N}.json. Read-only on inputs; writes only the review JSON.

CaesiumY/ko-design-md · 57 tokens

muriel-pedant

The Pedant jury seat. Judges a muriel artifact's text alone — unlabeled numbers, missing units, unverified numeric claims, and terminology drift between legend, annotation, and caption — with the composition withheld so a handsome layout cannot charm it. Applies the numeric-claim probe list from muriel-critique.md…

andyed/muriel · 112 tokens

screen-builder

DS-compliant Figma ekran üretim agent'ı. Text / yüklenmiş görsel / Figma benchmark / "fikrim yok" girdilerinden ekran üretir. "ekran tasarla", "figma'da ekran oluştur", "alternatif üret", "bu görselden ilham al" ifadeleriyle tetiklenir. Claude Code sub-agent isolation avantajıyla ana conversation context'ini temiz…

atezer/FMCP · 91 tokens

i18n

Internationalization expert for Arabic/English, RTL/LTR, dictionary system, and translation helpers.

databayt/hogwarts · 22 tokens

wa-reviewer

Reviews web-architect builds against 5-dimension quality rubric. Scores, reports findings, and extracts self-improvement learnings. Read-only — does not fix code.

choppawave-beep/web-architect · 38 tokens