oh-my-design: Skill for Claude Code

.claude/skills/omd-setup/SKILL.md

omd:setup is a skill for Claude Code from kwakseongjae/oh-my-design. It costs 107 tokens per session (1,351 once invoked), scanned A, original, MIT.

A guided setup skill for finding available image, video, browser, and encoding tools, explaining their trade-offs, and saving the user's choices.

In plain words
What is it for?
Use it to detect available channels, compare their uses and costs, choose preferred tools, and store those settings for future design work.
Why use it?
It prevents later design tasks from guessing which tools or accounts are available and avoids asking users to set up tools they already have.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: names the AskUserQuestion tool; positional $N argument; mentions Codex.

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 →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/omd-setup-detect.mjs --json # 이 레포 안에서 개발할 때만.

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/skills/omd-setup/SKILL.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:setup

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kwakseongjae/oh-my-design/omd-setup"><img src="https://agentmods.dev/badge/skills/kwakseongjae/oh-my-design/omd-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,351 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.00107 $0.01351
Opus 5 $0.00053 $0.00675
Sonnet 5 $0.00021 $0.00270
Haiku 4.5 $0.00011 $0.00135

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

Security

Grade A, and why

omd:setup 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 7d 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/skills/omd-setup/SKILL.md · 82 lines

How it starts

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

omd:setup — 가진 것을 찾고, 고르게 하고, 기억한다

원칙 하나: "이거 발급받아라"고 하지 않는다. 이 머신과 계정에 이미 있는 채널을 찾아 보여 주고, 각 채널의 장단점·비용을 설명한 뒤, 사용자가 고른다. 고른 것은 .omd/config.json에 저장돼 이후의 디자인 작업(omd:landing, omd:media, omd:showcase, omd:autopilot)이 자동으로 쓴다. 키 값은 어디에도 기록하지 않는다 — env 이름의 존재 여부만.

절차

1. 감지 (기계)

omd setup detect --json                     # 설치본(기본) — 패키지 루트의 감지 스크립트를 실행한다
node scripts/omd-setup-detect.mjs --json    # 이 레포 안에서 개발할 때만

설치본이 기본 경로다. 결과의 channels[*].present가 사실이다. present: null(claude-in-chrome 등)은 세션의 도구 목록에서 직접 확인한다. 이미 .omd/config.json이 있고 --redo가 아니면 현재 설정을 보여 주고 바꿀지만 묻는다.

2. 설명 (한 번에, 표로)

감지된 채널만 표에 넣는다(없는 것은 "미보유" 한 줄로 접는다 — 발급 안내 금지). 열: 채널 · 무엇을 만드나 · 장점 · 단점 · 비용(외부 발표치임을 명시) · 이 프로젝트에서 쓰는 곳. 예:

채널 만드는 것 장점 단점 비용 쓰는 곳
grok build 이미지·6초 영상 로그인만으로 · 벤치 실사용 SVG 없음 구독 landing 히어로·섹션 에셋
Codex $imagegen 이미지 키 없이 헤드리스, 참조 편집 SVG 없음 ≈$0.03–0.08/장 media 래스터
Recraft SVG·style_id 유일한 벡터, 브랜드 스타일 재사용 유료 키 SVG $0.088 아이콘·일러스트 세트

3. 문답 (한 배치, 최대 5문)

AskUserQuestion 한 번에 묻는다:

  1. 래스터 이미지 1순위 채널(감지된 것 중) — 권장은 첫 선택지.
  2. SVG·아이콘 세트: Recraft 보유 시 쓸지 / 없으면 인라인 SVG 생성으로 갈지.
  3. 영상: grok image_to_video / Veo / 안 씀.
  4. 브라우저: playwright(결정론) / claude-in-chrome(로그인 세션) / aside.
  5. 비용 상한: 작업당 자산 세트 예산(기본 $1). 무인 모드면 각 문항의 첫 선택지를 고르고 autoSelected로 기록한다.

4. 저장

.omd/config.json:

{
  "version": 1,
  "updatedAt": "<ISO8601>",
  "media": { "image": ["grok-build", "codex-imagegen"], "svg": "inline" , "video": "grok-build", "budgetUsdPerSet": 1 },
  "browser": "playwright",
  "detected": { "<channel>": { "present": true, "version": "…" } },
  "notes": "사용자가 고른 이유 한 줄"
}

.omd/preferences.mdpending 한 줄을 남긴다: "도구 설정 — <요약> (omd:setup, <날짜>)". 키 값은 쓰지 않는다.

5. 다음 행동 제안 (한 줄)

설정이 끝나면 지금 바로 해볼 수 있는 것 하나를 제안한다 — 예: "omd:landing toss 로 원페이지를 만들면 grok build로 에셋 5장을 생성하고 showcase 영상까지 냅니다."

Read the full file on GitHub · 82 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. 7d ago First seen · 82 lines · 107 tokens per session scan A 11fab6e8b059

Subscribe to this mod's changes

omd:setup is a skill published in the GitHub repository kwakseongjae/oh-my-design (498 stars, last pushed 3d ago), licensed MIT. It adds 107 tokens to every session and 1,351 once invoked, about $0.0005 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-09-03.

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

styleseed

Route a StyleSeed request to exactly one first workflow after resolving the current artifact boundary. Use when the user asks generally for StyleSeed help rather than invoking one specific ss- skill.

bitjaru/styleseed · 39 tokens

intake

The guided walkthrough for a codebase that has just installed montology (or has never written its vocabulary down) — phased questions served to the people who own the code as a clean one-question-at-a-time form in their browser (a local HTML file, no hosted service), answers returned to the agent on disk, each round…

shinyobjectz/montology · 157 tokens

surface

Surface-native display for AI agents, driven by the surface CLI. Use when the user says "surface this", "show me X", or "put it on my display/screen"; wants a live interactive UI, chart, or tool they act on; needs a question answerable from any device; or asks you to react to what they click — even while you're…

Aaryan-Kapoor/Surface · 79 tokens