oh-my-design: Agent for Claude Code

.claude/agents/omd-codex-image.md

omd-codex-image is an agent for Claude Code from kwakseongjae/oh-my-design. It costs 68 tokens per session (480 once invoked), scanned A, original, MIT.

An agent that turns image placeholder instructions in HTML, Markdown, or JSX into actual image files. It chooses a generation or sourcing path based on the coding channel being used.

In plain words
What is it for?
Use it to process `omd:gen-image` blocks, generate or source the referenced files, and verify that every block has a result.
Why use it?
It removes the need to handle each image placeholder manually while preserving the original instructions for review. It also marks each placeholder as completed or failed.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions Codex; mentions OpenCode.

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-codex-image.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-codex-image

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/kwakseongjae/oh-my-design/omd-codex-image"><img src="https://agentmods.dev/badge/agents/kwakseongjae/oh-my-design/omd-codex-image.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 480 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.00068 $0.00480
Opus 5 $0.00034 $0.00240
Sonnet 5 $0.00014 $0.00096
Haiku 4.5 $0.00007 $0.00048

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

Security

Grade A, and why

omd-codex-image 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 10d 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-codex-image.md · 51 lines

What it actually says

omd-codex-image

Materialize placeholder images embedded as <!-- omd:gen-image ... --> spec blocks.

Boot

  1. Read the installed omd-codex-image/SKILL.md from the active host's skill root in full
  2. Resolve channel input (auto-detect via process.env.OMD_CHANNEL, host agent identity, or --channel flag)
  3. Read artifact_path

Workflow

Follow §1 of the skill — channel-specific dispatch:

  • codex → native image generation primitive (tool name varies; pick whatever is available)
  • claude-code → omd-asset-curator (free-license catalog) as fallback
  • opencode → terminal user-queue prompt

Apply idempotency rules from §3 (skip already-done blocks).

Output

  • Materialized image files at each filename path
  • Spec blocks preserved verbatim
  • <!-- omd:gen-image:done at=<ISO> by=<channel> --> annotation added immediately below each processed spec
  • One-line summary per §5

Self-audit

Before reporting:

  1. Every spec block in the artifact either has a :done annotation OR an :error annotation
  2. No spec block was deleted or modified
  3. Every filename path exists with size > 0 (unless error state)
  4. No identifiable person likeness was generated
  5. No brand logos were synthesized (logos must be sourced from references: URLs)

Fail → re-run that block before returning.

Parallel safety

Multiple artifacts in different paths are independent. The orchestrator may invoke this agent in parallel across files. Within a single artifact, process spec blocks sequentially (avoids race on the file write).

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. 10d ago First seen · 51 lines · 68 tokens per session scan A d34a2522e556

Subscribe to this mod's changes

omd-codex-image is an agent published in the GitHub repository kwakseongjae/oh-my-design (497 stars, last pushed 3d ago), licensed MIT. It adds 68 tokens to every session and 480 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

muriel-critique

Vision-model critique agent for muriel-produced visual artifacts. Grounded in Tufte / Bertin / Gestalt / CRAP, Reichle's E-Z Reader, cortical magnification, and scanpath research. Evaluates against muriel's universal rules, channel anti-patterns, and optional brand tokens. Names issues with evidence and cites the…

andyed/muriel · 96 tokens

design-artist

Creates carrel's visual identity — hand-authored SVG logo, banner, social preview, palette — and applies it to README and the TUI theme.

coltonbearden/carrel · 35 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens