← ClaudeAtlas

use-design-mdlisted

Pull a Korean brand's published design.md from the ko-design-md catalog (getdesign.kr) and apply its design language — colors, typography, spacing, radius, components, do's & don'ts — to the UI you are building in the CURRENT project. Use this skill whenever the user wants to build or restyle UI in the *style of* a catalogued Korean service — phrases like "토스 디자인으로 만들어줘", "당근 스타일로 이 화면 다시 꾸며줘", "getdesign 카탈로그에서 배민 디자인 가져와서 적용", "KRDS 톤으로 폼 잡아줘", "make this look like Toss", "use the Karrot design system here", or "/use-design-md". Works in ANY repository — it fetches over the network, no local catalog needed. Do NOT use this to ADD a brand to the catalog or edit catalog entries — that is the separate `design-md` producer skill, which only runs inside the ko-design-md repo. If the requested brand isn't in the catalog, say so plainly rather than inventing a design.md.
CaesiumY/ko-design-md · ★ 42 · Web & Frontend · score 80
Install: claude install-skill CaesiumY/ko-design-md
# use-design-md — consumer skill for the ko/design.md catalog ## Mental model The ko-design-md catalog (https://getdesign.kr) publishes one `design.md` per Korean service — a compact, machine-readable description of that brand's visual language: colors in OKLCH, typography, spacing, radius, signature components, and do's & don'ts. This skill is the **consumer** side: it pulls the right entry and uses it as the design brief for UI work in **whatever project you are currently in**. It does three things, in order: 1. **Discover** — resolve the brand the user named to a catalog `slug`. 2. **Fetch** — download that entry's raw `design.md` (and, if useful, its token sidecar). 3. **Apply** — translate that design language into the current project's styling system. ## This skill vs. `design-md` (don't mix them up) - **`use-design-md` (this skill)** — CONSUME an existing entry. Runs in any repo. "Make my dashboard look like Toss", "apply Karrot's style to this screen". - **`design-md` (the other skill)** — PRODUCE a new entry, adding a brand to the catalog. Only runs inside the ko-design-md repo. If the user wants to *add* or *edit* a catalog entry, stop and point them at `design-md`. That is a different job in a different place. ## Step 1 — Discover: resolve the brand to a slug Fetch the catalog index (llms.txt format, ~one line per entry): ``` curl -s https://getdesign.kr/llms.txt ``` Each entry line looks like: ``` - [토스](https://getdesign.kr/services/toss/llms.txt)