vibe-design-mdlisted
Install: claude install-skill aakashdhar/vibe-skill
# Vibe Design MD Skill
Captures the visual language of any real website into a DESIGN.md file.
vibe-design reads this file at session start to produce UI that matches
the target product's aesthetic — exact tokens, not approximations.
Two modes. Same output. Always `DESIGN.md` in the project root.
---
## Mode A — Catalog fetch (instant)
**When:** User names a site that exists in the catalog
**How:** Download the pre-built DESIGN.md from awesome-design-md
**Accuracy:** High — tokens extracted directly from real CSS
**Time:** ~5 seconds
**Triggers:**
```
design-md: stripe
design-md: linear
design-md: notion
make it look like Vercel
get the design system for Supabase
```
Read `references/CATALOG.md` to check if the site is in the collection.
If found → fetch and save.
If not found → offer Mode B or suggest closest match from catalog.
---
## Mode B — URL generation (any site)
**When:** User provides a URL not in the catalog
**How:** Fetch the site, extract design tokens from CSS and visual inspection
**Accuracy:** Good — based on computed styles and visual analysis
**Time:** ~2 minutes
**Triggers:**
```
design-md: https://linear.app
design-md: https://resend.com
extract design tokens from https://raycast.com
```
---
## Mode C — Ingest a design the user already made (image / prototype / description)
**When:** the user brings their own design — a mockup/screenshot **image** (PNG/JPG),
a **prototype HTML/CSS** file, or a **written description** of the look (often
produc