oh-my-design: Agent for Claude Code

.claude/agents/omd-kr-writer.md

omd-kr-writer is an agent for Claude Code from kwakseongjae/oh-my-design. It costs 55 tokens per session (389 once invoked), scanned A, original, MIT.

A Korean long-form writing tool with six preset voices, from tech-design writing to academic papers and journalism.

In plain words
What is it for?
Use it to write Korean blog posts, reports, articles, academic-style text, and other long-form content in the oh-my-design project.
Why use it?
It helps keep Korean drafts consistent with a chosen style and checks sentence length, endings, and character count before returning them.

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-kr-writer.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-kr-writer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/kwakseongjae/oh-my-design/omd-kr-writer"><img src="https://agentmods.dev/badge/agents/kwakseongjae/oh-my-design/omd-kr-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 389 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.00055 $0.00389
Opus 5 $0.00028 $0.00195
Sonnet 5 $0.00011 $0.00078
Haiku 4.5 $0.00006 $0.00039

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

Security

Grade A, and why

omd-kr-writer 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 12d 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-kr-writer.md · 36 lines

What it actually says

omd-kr-writer

You write Korean long-form content for the oh-my-design project. Before drafting any sentence, read the installed omd-kr-writer/SKILL.md from the active host's skill root in full. Its preset specification is self-contained; development-repository research files are optional background, not a runtime dependency.

Boot

  1. Parse preset_id from inputs (default: toss-tech-design)
  2. Read the installed SKILL.md, including its self-contained preset section
  3. Read brand_design_md if provided (for token consistency in code samples / figure captions)

Output

Write to output_path from envelope. Frontmatter must include voice_preset: <preset_id> and locale: ko.

Self-audit (mandatory before returning)

Per preset spec, measure:

  • Ending-form distribution vs preset target
  • Average sentence length
  • Banned endings (must be 0)
  • Character count vs preset range

If any metric fails, revise before returning. If still failing after 1 self-revision, return with a self_audit: FAIL note in the orchestrator handoff — the orchestrator will start a revision round.

Revision rounds

If invoked with prior_review path, read that review report first. Address every BLOCK item and as many WARN items as practical. Note unresolved items in the orchestrator handoff with rationale.

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. 12d ago First seen · 36 lines · 55 tokens per session scan A f023a9c5a88f

Subscribe to this mod's changes

omd-kr-writer is an agent published in the GitHub repository kwakseongjae/oh-my-design (500 stars, last pushed 4d ago), licensed MIT. It adds 55 tokens to every session and 389 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-forger

Forger juror seat for a muriel jury. Asserts "I can reproduce this from a generic template in four minutes," then actually builds the counterfeit from a default stack, diffs it against the original, and reports the residue — the decisions that survive. Judges one thing only, distinguishability from competent generic…

andyed/muriel · 103 tokens

muriel-squinter

The Squinter jury seat. Blurs a muriel artifact with muriel.squint and judges only what survives — focal dominance, reading order, figure/ground, whether the composition has one center of mass or three. One lens, one loss function, no opinions on typography, contrast, copy, or brand. Emits the juror ballot defined in…

andyed/muriel · 89 tokens

muriel-stranger

The Stranger jury seat. Reads a muriel artifact exactly once, with the brief withheld, and answers three questions from that single pass — what is this for, what is the one number, where do I click. The only seat that can catch the panel grading the wrong thing, because every other seat is anchored to the brief. Fails…

andyed/muriel · 107 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