use-design-mdlisted
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)