omd-apply

omd-apply is a skill for Claude Code, Codex from kwakseongjae/oh-my-design. It costs 129 tokens per session (14,577 once invoked), scanned A, original, MIT.

A skill that applies a project's DESIGN.md file as visual and brand guidance for interface work. It covers components, colors, fonts, layout, copy, motion, and visual assets.

In plain words
What is it for?
Use it when creating or changing UI components, styles, microcopy, motion, or design assets, including requests to adjust the visual tone.
Why use it?
It keeps interface changes consistent with the project's established design rules and routes larger design work to the right process.

Skill for Claude CodeCodex

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

Good fit Use it when creating or changing UI components, styles, microcopy, motion, or design assets, including requests to adjust the visual tone.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kwakseongjae/oh-my-design/omd-decision-context-closure
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 kwakseongjae/oh-my-design --skill omd-decision-context-closure
Clone the repo
git clone --depth 1 https://github.com/kwakseongjae/oh-my-design

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 omd-apply

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kwakseongjae/oh-my-design/omd-decision-context-closure"><img src="https://agentmods.dev/badge/skills/kwakseongjae/oh-my-design/omd-decision-context-closure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 14,577 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00129 $0.14577
Opus 5 $0.00064 $0.07289
Sonnet 5 $0.00026 $0.02915
Haiku 4.5 $0.00013 $0.01458

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

Security

Grade A, and why

omd-apply 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.

benchmarks/ui-resolve-bench/experimental-skills/omd-decision-context-closure/SKILL.md · 379 lines

How it starts

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

omd:apply — Brand Context Injection + Delivery Router

DESIGN.md를 모든 UI/디자인 작업의 권위 있는 컨텍스트로 사용한다. 책임은 세 가지:

  1. 인라인 처리 — 작은 단일 변경 (1 component, 1 token, 1 카피 라인)은 직접 Edit 툴로 처리
  2. Advisory dispatch — 복합 작업은 적합한 전문 역할의 의견을 먼저 받음 (master 거치지 않음)
  3. Delivery ownership — 사용자가 구현·수정을 요청했다면 본 에이전트가 실제 편집과 검증을 끝까지 소유

전문 역할은 자문자다. 역할이 없거나 자문이 read-only여도 구현 요청을 감사 결과로 끝내거나 아무 변경 없이 종료하지 않는다.

트리거 조건

다음 중 하나가 감지되면 SKILL 전체를 로드한다.

  • 컴포넌트 생성 / 수정 (button, card, dialog, nav, form 등)
  • 스타일 변경 (Tailwind 클래스, CSS, 토큰 값)
  • 마이크로카피 작성 / 수정 (버튼 라벨, empty state, 에러, tooltip)
  • 모션 / 트랜지션 추가
  • 색상 · 타이포그래피 · 스페이싱 조정
  • 에셋 (아이콘, 차트, 일러스트, 3D 렌더) 요청
  • 디자인 시스템 관련 질문

Phase 0 — Intent + dispatch decision tree (가장 먼저)

먼저 요청의 완료 조건을 구분한다.

  • audit/advice: 분석, 리뷰, 의견, 대안만 요청. 자문 결과로 종료 가능.
  • implement/change: 만들어, 고쳐, 바꿔, 적용해, 개선해. 본 에이전트가 편집과 검증을 완료해야 함.

기존 화면의 수정·리디자인은 규모가 커도 omd:apply의 implement/change다. /omd-harness는 새 surface를 처음부터 설계하거나 사용자가 명시적으로 요청한 경우에만 추천한다.

작업 시작 전에 어떤 처리 경로인지 결정한다. 다음 표를 위에서부터 순차 매칭, 첫 번째 매칭 행으로 진행:

사용자 요청 패턴 처리 경로 이유
"에셋 / 아이콘 / 일러스트 / 차트 / 사진 / 로고 / 그래프 / SVG 만들어" dispatch omd-asset-curator 매체 선택 + 스택 매칭이 전문 영역
"새 메인 화면 / 새 landing / 새 surface / 처음부터 / 와이어프레임" 사용자에게 /omd-harness 추천 10-phase 파이프라인이 적합
"접근성 / a11y / 색약 / 키보드 네비" 감사 dispatch omd-a11y-auditor 전문 감사
"마이크로카피만 다듬어 / 카피 톤 정리 / empty state 문구 전부" 복수 dispatch omd-microcopy voice 일관성
"사용자 시나리오 / 페르소나 walk through / 4명 입장에서 검토" dispatch omd-persona-tester adversarial 4-페르소나
"이 카피 좋은지 / hero 카피 약점 / 섹션별 카피 전문가 의견 / A/B 후보" dispatch omd-ux-writer UX writing 분석 + 대안 + 근거
"이 인터랙션 / 모션 / 포커스 / 모바일 / 지각 성능 / 섹션별 UX 약점" dispatch omd-ux-engineer 코드 레벨 인터랙션 감사 + fix
"기존 랜딩 / 메인 화면 / 페이지 전체를 전문가 의견으로 개선" advisory dispatch omd-ux-writer + omd-ux-engineer (병렬) 두 트랙 자문 후 본 에이전트가 구현
"이게 왜 안 좋은지 critique / postmortem / root cause" dispatch omd-critic 비판적 분석
"DESIGN.md 만들어 / reference 골라 / 카탈로그에서 추천" dispatch omd-init skill (또는 omd-add-reference) reference 매칭
"preference 정리 / 누적된 교정 반영 / DESIGN.md 업데이트" dispatch omd-learn skill fold-in 로직
"이 한 줄 / 이 컬러 / 이 spacing 좀" 단발 명확 인라인 처리 분명한 단일 변경
위 어디에도 안 맞는 자유로운 디자인 작업 본 에이전트가 처리 후 Phase 3 (교정 캡처) 일반 케이스

Read the full file on GitHub · 379 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. 12d ago First seen · 379 lines · 129 tokens per session scan A 8830c055ed16

Subscribe to this mod's changes

omd-apply is a skill published in the GitHub repository kwakseongjae/oh-my-design (500 stars, last pushed 4d ago), licensed MIT. It adds 129 tokens to every session and 14,577 once invoked, about $0.0006 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 skills, from other repositories

dembrandt

A TypeScript command-line tool that renders a web page with Playwright and examines its actual styles. It turns colours, typography, spacing, borders, shadows, animation curves, components, and breakpoints into structured design tokens.

AvalonLee/AstraCraft-Program · 0 tokens

extract-design

Extract the full design language from any website URL. Produces 8 output files including AI-optimized markdown, visual HTML preview, Tailwind config, React theme, shadcn/ui theme, Figma variables, W3C design tokens, and CSS variables. Also runs WCAG accessibility scoring. Use when user says 'extract design', 'get…

Manavarya09/design-extract · 98 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

brandmd

Extract a website's design system into a DESIGN.md file. Use when starting a new frontend project, rebuilding a site, or when the user wants AI-generated UI to match an existing brand.

yuvrajangadsingh/brandmd · 41 tokens

montology

A repo's vocabulary as a database, enforced against the code by a tree-sitter scan — in every language it declares (Python, TypeScript/JS, Go, Rust, Swift, Java, Ruby, Elixir, C/C++, and more). Use BEFORE naming anything in code — a class, struct, function, type, module, table, column, endpoint, event, env var, CLI…

shinyobjectz/montology · 176 tokens

design-engineering

Premium design engineering skill for agentic workflows — produces high-end, distinctive UI designs using DESIGN.md as the portable contract across Pencil MCP (in-IDE canvas), Figma MCP (team handoff + design tokens), and Google Stitch (vibe exploration + AI generation). Enforces anti-generic principles, WCAG 2.2 AA…

broomva/skills · 231 tokens