是什么
帮你把一套视觉风格沉淀成一份可复用的设计系统文件(visual-style.md),让同一套调性能跨 HeyGen 视频、HTML 幻灯片、Figma、纸质物料一起用。它解决的是"做完一次设计就一次性消耗掉了,没有沉淀"。
怎么用
- 先决定这次是从零创建,还是从一个网址、一段视频、一份 PDF 品牌手册里抽取风格。
- 让它把颜色、字体、版式、动效、情绪写进同一份 visual-style.md,不要分散在不同文档里。
- 把这份文件喂给后续的 HeyGen 视频、HTML 幻灯片或 Figma 工程,让它们共用一套调性。
- 每完成一个产物,把它放回 visual-style 的画廊里做一次自检,看视觉是否被稀释。
- 把这份风格文件纳入项目的设计系统目录,让新加入的同事一上手就站在统一基线。
架构图
flowchart LR
A[网址/视频/品牌手册] --> B[抽取或新建风格]
B --> C[visual-style.md]
C --> D[视频/幻灯片/Figma 共用]
D --> E[统一调性的多端产物]
Visual Style
Create, extract, and apply portable visual design systems. A visual-style.md file defines colors, typography, layout, motion, and mood in one file that any AI tool can consume.
Quick Reference
| Mode |
Trigger |
What it does |
| Create |
"Create a visual-style.md for..." |
Build a style from scratch via guided prompts |
| Extract |
"Extract a visual-style.md from [URL/image/video]" |
Analyze a source and generate a style file |
| Apply |
"Apply this visual-style.md to [tool]" |
Use a style with a specific connector |
| Gallery |
"Show me available visual styles" |
Browse and use example styles |
Default Workflow
Create
- Gather vibe — Ask about mood, era, references, inspiration
- Define colors — Primary (2+), accent, neutrals with hex values and roles
- Set typography — Display, body, caption families + weight/style rules
- Layout & motion — Grid system, transitions, pacing
- Generate — Output complete
visual-style.md using references/templates/minimal.visual-style.md or references/templates/full.visual-style.md
- Preview — Show a small HTML swatch or describe the visual result
- Optionally apply — Ask if user wants to use it with a connector
Questions to batch:
- What's the vibe? (mood keywords, era, references)
- Any specific colors? (or derive from the vibe?)
- Typography preference? (clean, editorial, technical, playful?)
- What tool will you use this with? (HeyGen, slides, paper.design, Figma?)
Extract
- Receive source — URL, image, video, or PDF
- Load extractor — Read the appropriate extractor reference file
- Analyze — Identify colors, typography, layout, motion, mood
- Generate — Output complete
visual-style.md with source_url set
- Validate — Ensure all required fields are present
Apply
- Read the style — Load the
visual-style.md file
- Ask which connector — Or detect from context
- Load connector — Read the appropriate connector reference file
- Transform — Map style fields to tool-specific format
- Generate output — Produce tool-ready instructions or code
Gallery
- List styles — Show available styles from references/gallery/
- Preview — Describe the selected style's visual character
- Load — Read the full
visual-style.md
- Apply — Use with a connector
Format Quick Reference
Required fields
name: "Style Name"
version: "1.0"
style_prompt_short: "1-2 sentence elevator pitch"
style_prompt_full: "Detailed generation prompt — THE most important field"
colors:
primary:
- name: "Color Name"
hex: "#000000"
role: "how this color is used"
style_prompt_full is king. If a tool can only read one field, it reads this one. Everything else is structured data for tools that want finer control.
Full spec: references/spec.md
Reference Files
Connectors (Apply mode)
| Connector |
Use case |
File |
| HeyGen Video Agent |
AI video generation |
references/connectors/heygen-video-agent.md |
| HTML Slides |
Web presentations |
references/connectors/html-slides.md |
| paper.design |
Design documents |
references/connectors/paper-design.md |
| Figma |
Design tool styles |
references/connectors/figma.md |
Extractors (Extract mode)
| Source |
File |
| Website URL |
references/extractors/from-website.md |
| Video keyframes |
references/extractors/from-video.md |
| PDF / Brand guide |
references/extractors/from-pdf.md |
Gallery (pre-built styles)
| Style |
Era |
File |
| Müller-Brockmann Swiss |
1950s–70s |
references/gallery/mueller-brockmann-swiss.visual-style.md |
| Neville Brody Industrial |
Late 1980s–90s |
references/gallery/neville-brody-industrial.visual-style.md |
| Saul Bass Cinematic |
1950s–60s |
references/gallery/saul-bass-cinematic.visual-style.md |
| Game Boy Color |
1998–2003 |
references/gallery/game-boy-color.visual-style.md |
| HeyGen AI Video |
2020s |
references/gallery/heygen-ai-video.visual-style.md |
Templates & Spec
- references/templates/minimal.visual-style.md — Bare minimum template
- references/templates/full.visual-style.md — Complete template with all fields
- references/spec.md — Full format specification
Best Practices
style_prompt_full is king — Always usable as a standalone generation prompt
- One style, one file — No multi-style bundling
- Assets are URLs — Never embed binary data
- Show, don't tell — Generate previews when creating styles
- Opinionated defaults, flexible extensions — Core schema is fixed;
x_* for tool-specific config
1---2name: visual-style3description: Create, extract, and apply portable visual design systems via visual-style.md files. Use when: (1) Creating a visual-style.md design system from scratch, (2) Extracting a visual style from a website URL, video, or PDF brand guide, (3) Applying a visual style to HeyGen videos, HTML slides, Figma, or paper.design, (4) Browsing the gallery of pre-built visual styles (Swiss, Saul Bass, Game Boy, etc.), (5) User mentions "visual style", "design system", "brand style", or "style guide", (6) Styling a HeyGen video with a consistent design language.4---56## 是什么78帮你把一套视觉风格沉淀成一份可复用的设计系统文件(visual-style.md),让同一套调性能跨 HeyGen 视频、HTML 幻灯片、Figma、纸质物料一起用。它解决的是"做完一次设计就一次性消耗掉了,没有沉淀"。910## 怎么用11121. 先决定这次是从零创建,还是从一个网址、一段视频、一份 PDF 品牌手册里抽取风格。132. 让它把颜色、字体、版式、动效、情绪写进同一份 visual-style.md,不要分散在不同文档里。143. 把这份文件喂给后续的 HeyGen 视频、HTML 幻灯片或 Figma 工程,让它们共用一套调性。154. 每完成一个产物,把它放回 visual-style 的画廊里做一次自检,看视觉是否被稀释。165. 把这份风格文件纳入项目的设计系统目录,让新加入的同事一上手就站在统一基线。1718## 架构图1920```mermaid21flowchart LR22 A[网址/视频/品牌手册] --> B[抽取或新建风格]23 B --> C[visual-style.md]24 C --> D[视频/幻灯片/Figma 共用]25 D --> E[统一调性的多端产物]26```2728# Visual Style2930Create, extract, and apply portable visual design systems. A `visual-style.md` file defines colors, typography, layout, motion, and mood in one file that any AI tool can consume.3132## Quick Reference3334| Mode | Trigger | What it does |35|------|---------|--------------|36| **Create** | "Create a visual-style.md for..." | Build a style from scratch via guided prompts |37| **Extract** | "Extract a visual-style.md from [URL/image/video]" | Analyze a source and generate a style file |38| **Apply** | "Apply this visual-style.md to [tool]" | Use a style with a specific connector |39| **Gallery** | "Show me available visual styles" | Browse and use example styles |4041## Default Workflow4243### Create44451. **Gather vibe** — Ask about mood, era, references, inspiration462. **Define colors** — Primary (2+), accent, neutrals with hex values and roles473. **Set typography** — Display, body, caption families + weight/style rules484. **Layout & motion** — Grid system, transitions, pacing495. **Generate** — Output complete `visual-style.md` using [references/templates/minimal.visual-style.md](references/templates/minimal.visual-style.md) or [references/templates/full.visual-style.md](references/templates/full.visual-style.md)506. **Preview** — Show a small HTML swatch or describe the visual result517. **Optionally apply** — Ask if user wants to use it with a connector5253Questions to batch:541. What's the vibe? (mood keywords, era, references)552. Any specific colors? (or derive from the vibe?)563. Typography preference? (clean, editorial, technical, playful?)574. What tool will you use this with? (HeyGen, slides, paper.design, Figma?)5859### Extract60611. **Receive source** — URL, image, video, or PDF622. **Load extractor** — Read the appropriate extractor reference file633. **Analyze** — Identify colors, typography, layout, motion, mood644. **Generate** — Output complete `visual-style.md` with `source_url` set655. **Validate** — Ensure all required fields are present6667### Apply68691. **Read the style** — Load the `visual-style.md` file702. **Ask which connector** — Or detect from context713. **Load connector** — Read the appropriate connector reference file724. **Transform** — Map style fields to tool-specific format735. **Generate output** — Produce tool-ready instructions or code7475### Gallery76771. **List styles** — Show available styles from [references/gallery/](references/gallery/)782. **Preview** — Describe the selected style's visual character793. **Load** — Read the full `visual-style.md`804. **Apply** — Use with a connector8182## Format Quick Reference8384### Required fields8586```yaml87name: "Style Name"88version: "1.0"89style_prompt_short: "1-2 sentence elevator pitch"90style_prompt_full: "Detailed generation prompt — THE most important field"91colors:92 primary:93 - name: "Color Name"94 hex: "#000000"95 role: "how this color is used"96```9798**`style_prompt_full` is king.** If a tool can only read one field, it reads this one. Everything else is structured data for tools that want finer control.99100Full spec: [references/spec.md](references/spec.md)101102## Reference Files103104### Connectors (Apply mode)105106| Connector | Use case | File |107|-----------|----------|------|108| HeyGen Video Agent | AI video generation | [references/connectors/heygen-video-agent.md](references/connectors/heygen-video-agent.md) |109| HTML Slides | Web presentations | [references/connectors/html-slides.md](references/connectors/html-slides.md) |110| paper.design | Design documents | [references/connectors/paper-design.md](references/connectors/paper-design.md) |111| Figma | Design tool styles | [references/connectors/figma.md](references/connectors/figma.md) |112113### Extractors (Extract mode)114115| Source | File |116|--------|------|117| Website URL | [references/extractors/from-website.md](references/extractors/from-website.md) |118| Video keyframes | [references/extractors/from-video.md](references/extractors/from-video.md) |119| PDF / Brand guide | [references/extractors/from-pdf.md](references/extractors/from-pdf.md) |120121### Gallery (pre-built styles)122123| Style | Era | File |124|-------|-----|------|125| Müller-Brockmann Swiss | 1950s–70s | [references/gallery/mueller-brockmann-swiss.visual-style.md](references/gallery/mueller-brockmann-swiss.visual-style.md) |126| Neville Brody Industrial | Late 1980s–90s | [references/gallery/neville-brody-industrial.visual-style.md](references/gallery/neville-brody-industrial.visual-style.md) |127| Saul Bass Cinematic | 1950s–60s | [references/gallery/saul-bass-cinematic.visual-style.md](references/gallery/saul-bass-cinematic.visual-style.md) |128| Game Boy Color | 1998–2003 | [references/gallery/game-boy-color.visual-style.md](references/gallery/game-boy-color.visual-style.md) |129| HeyGen AI Video | 2020s | [references/gallery/heygen-ai-video.visual-style.md](references/gallery/heygen-ai-video.visual-style.md) |130131### Templates & Spec132133- [references/templates/minimal.visual-style.md](references/templates/minimal.visual-style.md) — Bare minimum template134- [references/templates/full.visual-style.md](references/templates/full.visual-style.md) — Complete template with all fields135- [references/spec.md](references/spec.md) — Full format specification136137## Best Practices1381391. **`style_prompt_full` is king** — Always usable as a standalone generation prompt1402. **One style, one file** — No multi-style bundling1413. **Assets are URLs** — Never embed binary data1424. **Show, don't tell** — Generate previews when creating styles1435. **Opinionated defaults, flexible extensions** — Core schema is fixed; `x_*` for tool-specific config