diff --git a/README.md b/README.md index 668225c..b58cc2d 100644 --- a/README.md +++ b/README.md @@ -473,20 +473,17 @@ Knowledge comic creator with flexible art style × tone combinations. Creates or #### baoyu-article-illustrator -Smart article illustration skill with Type × Style two-dimension approach. Analyzes article structure, identifies positions requiring visual aids, and generates illustrations. +Smart article illustration skill with Type × Style × Palette three-dimension approach. Analyzes article structure, identifies positions requiring visual aids, and generates illustrations. ```bash # Auto-select type and style based on content /baoyu-article-illustrator path/to/article.md -# Specify type -/baoyu-article-illustrator path/to/article.md --type infographic - -# Specify style -/baoyu-article-illustrator path/to/article.md --style blueprint - -# Combine type and style +# Specify type and style /baoyu-article-illustrator path/to/article.md --type flowchart --style notion + +# With palette override +/baoyu-article-illustrator path/to/article.md --style vector-illustration --palette macaron ``` **Types** (information structure): @@ -500,7 +497,7 @@ Smart article illustration skill with Type × Style two-dimension approach. Anal | `framework` | Concept maps, relationship diagrams | Methodologies, architecture | | `timeline` | Chronological progression | History, project progress | -**Styles** (visual aesthetics): +**Styles** (rendering approach): | Style | Description | Best For | |-------|-------------|----------| @@ -512,7 +509,14 @@ Smart article illustration skill with Type × Style two-dimension approach. Anal | `watercolor` | Soft artistic with natural warmth | Lifestyle, travel, creative | | `editorial` | Magazine-style infographic | Tech explainers, journalism | | `scientific` | Academic precise diagrams | Biology, chemistry, technical | -| `macaron` | Soft macaron pastel blocks on warm cream | Educational, knowledge, tutorials | + +**Palettes** (optional color override): + +| Palette | Description | Best For | +|---------|-------------|----------| +| `macaron` | Soft pastel blocks (blue, mint, lavender, peach) on warm cream | Educational, knowledge, tutorials | +| `warm` | Warm earth tones on soft peach, no cool colors | Brand, product, lifestyle | +| `neon` | Vibrant neon on dark purple | Gaming, retro, pop culture | **Style Previews**: diff --git a/README.zh.md b/README.zh.md index 1d5ae19..976f771 100644 --- a/README.zh.md +++ b/README.zh.md @@ -473,20 +473,17 @@ clawhub install baoyu-markdown-to-html #### baoyu-article-illustrator -智能文章插图技能,采用类型 × 风格二维系统。分析文章结构,识别需要视觉辅助的位置,生成插图。 +智能文章插图技能,采用类型 × 风格 × 色板三维系统。分析文章结构,识别需要视觉辅助的位置,生成插图。 ```bash # 根据内容自动选择类型和风格 /baoyu-article-illustrator path/to/article.md -# 指定类型 -/baoyu-article-illustrator path/to/article.md --type infographic - -# 指定风格 -/baoyu-article-illustrator path/to/article.md --style blueprint - # 组合类型和风格 /baoyu-article-illustrator path/to/article.md --type flowchart --style notion + +# 使用色板覆盖 +/baoyu-article-illustrator path/to/article.md --style vector-illustration --palette macaron ``` **类型**(信息结构): @@ -500,7 +497,7 @@ clawhub install baoyu-markdown-to-html | `framework` | 概念图、关系图 | 方法论、架构 | | `timeline` | 时间线进展 | 历史、项目进度 | -**风格**(视觉美学): +**风格**(渲染手法): | 风格 | 描述 | 适用场景 | |------|------|----------| @@ -512,7 +509,14 @@ clawhub install baoyu-markdown-to-html | `watercolor` | 柔和艺术感、自然温暖 | 生活方式、旅行、创意 | | `editorial` | 杂志风格信息图 | 科技解说、新闻 | | `scientific` | 学术精确图表 | 生物、化学、技术 | -| `macaron` | 马卡龙柔和色块、暖白底色 | 教育、知识分享、教程 | + +**色板**(可选配色覆盖): + +| 色板 | 描述 | 适用场景 | +|------|------|----------| +| `macaron` | 马卡龙柔和色块(浅蓝、浅绿、浅紫、浅橙)暖白底 | 教育、知识分享、教程 | +| `warm` | 暖色系(橙、赭石、金)无冷色 | 品牌、产品、生活方式 | +| `neon` | 霓虹色(粉、青、黄)深色底 | 游戏、复古、潮流 | **风格预览**: diff --git a/skills/baoyu-article-illustrator/SKILL.md b/skills/baoyu-article-illustrator/SKILL.md index f63bc70..a16dd08 100644 --- a/skills/baoyu-article-illustrator/SKILL.md +++ b/skills/baoyu-article-illustrator/SKILL.md @@ -1,6 +1,6 @@ --- name: baoyu-article-illustrator -description: Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style two-dimension approach. Use when user asks to "illustrate article", "add images", "generate images for article", or "为文章配图". +description: Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style × Palette three-dimension approach. Use when user asks to "illustrate article", "add images", "generate images for article", or "为文章配图". version: 1.57.0 metadata: openclaw: @@ -9,18 +9,19 @@ metadata: # Article Illustrator -Analyze articles, identify illustration positions, generate images with Type × Style consistency. +Analyze articles, identify illustration positions, generate images with Type × Style × Palette consistency. -## Two Dimensions +## Three Dimensions | Dimension | Controls | Examples | |-----------|----------|----------| | **Type** | Information structure | infographic, scene, flowchart, comparison, framework, timeline | -| **Style** | Visual aesthetics | notion, warm, minimal, blueprint, watercolor, elegant | +| **Style** | Rendering approach | notion, warm, minimal, blueprint, watercolor, elegant | +| **Palette** | Color scheme (optional) | macaron, warm, neon — overrides style's default colors | -Combine freely: `--type infographic --style blueprint` +Combine freely: `--type infographic --style vector-illustration --palette macaron` -Or use presets: `--preset tech-explainer` → type + style in one flag. See [Style Presets](references/style-presets.md). +Or use presets: `--preset edu-visual` → type + style + palette in one flag. See [Style Presets](references/style-presets.md). ## Types @@ -96,13 +97,14 @@ Full procedures: [references/workflow.md](references/workflow.md#step-2-setup--a | **Q1: Preset or Type** | [Recommended preset], [alt preset], or manual: infographic, scene, flowchart, comparison, framework, timeline, mixed | | **Q2: Density** | minimal (1-2), balanced (3-5), per-section (Recommended), rich (6+) | | **Q3: Style** | [Recommended], minimal-flat, sci-fi, hand-drawn, editorial, scene, poster, Other — **skip if preset chosen** | -| Q4: Language | When article language ≠ EXTEND.md setting | +| Q4: Palette | Default (style colors), macaron, warm, neon — **skip if preset includes palette or preferred_palette set** | +| Q5: Language | When article language ≠ EXTEND.md setting | Full procedures: [references/workflow.md](references/workflow.md#step-3-confirm-settings-) ### Step 4: Generate Outline -Save `outline.md` with frontmatter (type, density, style, image_count) and entries: +Save `outline.md` with frontmatter (type, density, style, palette, image_count) and entries: ```yaml ## Illustration 1 @@ -137,7 +139,7 @@ Insert `![description]({relative-path}/NN-{type}-{slug}.png)` after paragraphs. ``` Article Illustration Complete! -Article: [path] | Type: [type] | Density: [level] | Style: [style] +Article: [path] | Type: [type] | Density: [level] | Style: [style] | Palette: [palette or default] Images: X/N generated ``` @@ -180,7 +182,7 @@ When input is **pasted content** (no file path), always uses `illustrations/{top |------|---------| | [references/workflow.md](references/workflow.md) | Detailed procedures | | [references/usage.md](references/usage.md) | Command syntax | -| [references/styles.md](references/styles.md) | Style gallery | -| [references/style-presets.md](references/style-presets.md) | Preset shortcuts (type + style) | +| [references/styles.md](references/styles.md) | Style gallery + Palette gallery | +| [references/style-presets.md](references/style-presets.md) | Preset shortcuts (type + style + palette) | | [references/prompt-construction.md](references/prompt-construction.md) | Prompt templates | | [references/config/first-time-setup.md](references/config/first-time-setup.md) | First-time setup | diff --git a/skills/baoyu-article-illustrator/references/config/preferences-schema.md b/skills/baoyu-article-illustrator/references/config/preferences-schema.md index 862abbc..6b37faa 100644 --- a/skills/baoyu-article-illustrator/references/config/preferences-schema.md +++ b/skills/baoyu-article-illustrator/references/config/preferences-schema.md @@ -20,6 +20,8 @@ preferred_style: name: null # Built-in or custom style name description: "" # Override/notes +preferred_palette: null # Built-in palette name (macaron|warm|neon) or null + language: null # zh|en|ja|ko|auto default_output_dir: null # same-dir|illustrations-subdir|independent @@ -47,6 +49,7 @@ custom_styles: | `watermark.position` | enum | bottom-right | Position on image | | `preferred_style.name` | string | null | Style name or null | | `preferred_style.description` | string | "" | Custom notes/override | +| `preferred_palette` | string | null | Palette override (macaron, warm, neon, or null) | | `language` | string | null | Output language (null = auto-detect) | | `default_output_dir` | enum | null | Output directory preference (null = ask each time) | | `custom_styles` | array | [] | User-defined styles | diff --git a/skills/baoyu-article-illustrator/references/palettes/macaron.md b/skills/baoyu-article-illustrator/references/palettes/macaron.md new file mode 100644 index 0000000..e48db2e --- /dev/null +++ b/skills/baoyu-article-illustrator/references/palettes/macaron.md @@ -0,0 +1,29 @@ +# macaron + +Soft macaron pastel color blocks on warm cream + +## Background + +- Color: Warm Cream (#F5F0E8) +- Texture: Subtle warm paper grain + +## Colors + +| Role | Color | Hex | Usage | +|------|-------|-----|-------| +| Background | Warm Cream | #F5F0E8 | Primary background | +| Primary Text | Deep Charcoal | #2D2D2D | Headlines, main text, outlines | +| Macaron Blue | Sky Blue | #A8D8EA | Info block fill, cool-toned zones | +| Macaron Mint | Mint Green | #B5E5CF | Info block fill, growth/positive zones | +| Macaron Lavender | Lavender | #D5C6E0 | Info block fill, abstract/concept zones | +| Macaron Peach | Peach | #FFD5C2 | Info block fill, warm-toned zones | +| Accent | Coral Red | #E8655A | Key data, warnings, emphasis | +| Muted Text | Warm Gray | #6B6B6B | Secondary annotations, small labels | + +## Accent + +Coral Red (#E8655A) for key data, warnings, and emphasis highlights. Use sparingly — one or two elements per illustration. + +## Best For + +Educational content, knowledge sharing, concept explainers, tutorials, tech summaries, onboarding materials diff --git a/skills/baoyu-article-illustrator/references/palettes/neon.md b/skills/baoyu-article-illustrator/references/palettes/neon.md new file mode 100644 index 0000000..c8d3f4a --- /dev/null +++ b/skills/baoyu-article-illustrator/references/palettes/neon.md @@ -0,0 +1,29 @@ +# neon + +Vibrant neon colors on dark backgrounds + +## Background + +- Color: Deep Purple (#2D1B4E) +- Texture: Subtle grid pattern or solid dark + +## Colors + +| Role | Color | Hex | Usage | +|------|-------|-----|-------| +| Background | Deep Purple | #2D1B4E | Primary background | +| Alt Background | Dark Teal | #0F4C5C | Alternative sections | +| Primary | Hot Pink | #FF1493 | Main accent | +| Secondary | Electric Cyan | #00FFFF | Supporting elements | +| Tertiary | Neon Yellow | #FFFF00 | Highlights | +| Accent 1 | Lime Green | #32CD32 | Energy, success | +| Accent 2 | Orange | #FF6B35 | Warmth | +| Text | White | #FFFFFF | Text elements | + +## Accent + +Hot Pink (#FF1493) for primary emphasis. High contrast neon-on-dark creates immediate visual impact. + +## Best For + +Gaming, retro tech, 80s/90s nostalgic content, bold editorial, trend and pop culture diff --git a/skills/baoyu-article-illustrator/references/palettes/warm.md b/skills/baoyu-article-illustrator/references/palettes/warm.md new file mode 100644 index 0000000..4bb67fb --- /dev/null +++ b/skills/baoyu-article-illustrator/references/palettes/warm.md @@ -0,0 +1,28 @@ +# warm + +Warm earth tones on soft peach, no cool colors + +## Background + +- Color: Soft Peach (#FFECD2) +- Texture: Warm paper texture + +## Colors + +| Role | Color | Hex | Usage | +|------|-------|-----|-------| +| Background | Soft Peach | #FFECD2 | Primary background | +| Outlines | Deep Charcoal | #2D2D2D | All element outlines | +| Primary | Warm Orange | #ED8936 | Main accent color | +| Secondary | Terracotta | #C05621 | Warm depth | +| Tertiary | Golden Yellow | #F6AD55 | Highlights, energy | +| Accent | Deep Brown | #744210 | Grounding, anchoring | +| Text | Warm Charcoal | #4A4A4A | Text elements | + +## Accent + +Warm Orange (#ED8936) for primary emphasis. Warm-only palette — no cool colors (no green, blue, purple). Modern-retro feel. + +## Best For + +Product showcases, team introductions, feature grids, brand content, personal growth, lifestyle diff --git a/skills/baoyu-article-illustrator/references/prompt-construction.md b/skills/baoyu-article-illustrator/references/prompt-construction.md index 169b826..2f55cdf 100644 --- a/skills/baoyu-article-illustrator/references/prompt-construction.md +++ b/skills/baoyu-article-illustrator/references/prompt-construction.md @@ -135,10 +135,10 @@ COLORS: Cream background (#F5F0E6), Coral Red (#E07A5F), Mint Green (#81B29A), M ELEMENTS: Geometric simplified icons, no gradients, playful decorative elements (dots, stars) ``` -**Infographic + vector-illustration (warm palette)**: +**Infographic + vector-illustration + warm palette**: ``` Flat vector illustration infographic. Clean black outlines on all elements. -Warm-only color palette, no cool colors. +PALETTE OVERRIDE (warm): Warm-only color palette, no cool colors. COLORS: Soft Peach background (#FFECD2), Warm Orange (#ED8936), Terracotta (#C05621), Golden Yellow (#F6AD55), Deep Brown (#744210) ELEMENTS: Geometric simplified icons, no gradients, rounded corners, @@ -207,10 +207,10 @@ COLORS: Left side Coral (#E07A5F), Right side Mint (#81B29A), cream background ELEMENTS: Bold icons, black outlines, centered divider line ``` -**Comparison + vector-illustration (warm palette)**: +**Comparison + vector-illustration + warm palette**: ``` Flat vector comparison with split layout. Clear visual separation. -Warm-only color palette, no cool colors. +PALETTE OVERRIDE (warm): Warm-only color palette, no cool colors. COLORS: Left side Warm Orange (#ED8936), Right side Terracotta (#C05621), Soft Peach background (#FFECD2), Deep Brown (#744210) accents ELEMENTS: Bold icons, black outlines, centered divider line @@ -239,10 +239,10 @@ COLORS: Cream background (#F5F0E6), nodes in Coral/Mint/Mustard/Blue, black outl ELEMENTS: Rounded rectangles or circles for nodes, thick connecting lines ``` -**Framework + vector-illustration (warm palette)**: +**Framework + vector-illustration + warm palette**: ``` Flat vector framework diagram with geometric nodes and bold connectors. -Warm-only color palette, no cool colors. +PALETTE OVERRIDE (warm): Warm-only color palette, no cool colors. COLORS: Soft Peach background (#FFECD2), nodes in Warm Orange (#ED8936), Terracotta (#C05621), Golden Yellow (#F6AD55), black outlines ELEMENTS: Rounded rectangles or circles for nodes, thick connecting lines @@ -264,37 +264,6 @@ STYLE: [style characteristics] ASPECT: 16:9 ``` -### Macaron Style Instructions - -When `style: macaron`, add these style instructions: - -``` -Educational infographic with soft macaron pastel color blocks on warm cream paper. -COLORS: Warm Cream background (#F5F0E8), Macaron Blue (#A8D8EA), Macaron Mint (#B5E5CF), - Macaron Lavender (#D5C6E0), Macaron Peach (#FFD5C2), Coral Red (#E8655A) for emphasis, - Deep Charcoal (#2D2D2D) text, Warm Gray (#6B6B6B) annotations -CONTAINERS: Rounded cards, bubbles, dashed-box frames with pastel fills to separate info zones -TYPOGRAPHY: Bold large title, bold keywords, smaller muted annotations -STRUCTURE: Auto-select best layout for content (flow→arrows, compare→columns, cycle→ring, cards→grid) -BOTTOM: Bold summary quote at bottom capturing core insight -``` - -**Infographic + macaron**: -``` -Educational infographic on warm cream paper (#F5F0E8). Soft macaron pastel blocks as info zones. -COLORS: Macaron Blue (#A8D8EA), Mint (#B5E5CF), Lavender (#D5C6E0), Peach (#FFD5C2), - Coral Red (#E8655A) for key data, Deep Charcoal (#2D2D2D) text -ELEMENTS: Rounded-corner cards with pastel fills, clear labels, bold title, summary quote at bottom -``` - -**Flowchart + macaron**: -``` -Process flow on warm cream paper (#F5F0E8). Each step in a macaron pastel card. -COLORS: Steps alternate Macaron Blue (#A8D8EA), Mint (#B5E5CF), Lavender (#D5C6E0), Peach (#FFD5C2), - Coral Red (#E8655A) for decision points, Deep Charcoal (#2D2D2D) outlines -ELEMENTS: Rounded step containers, soft arrow connectors, bold step labels -``` - ### Screen-Print Style Override When `style: screen-print`, replace standard style instructions with: @@ -327,6 +296,39 @@ TEXTURE: Halftone transitions between sides --- +## Palette Override + +When a palette is specified (via `--palette` or preset), it overrides the style's default colors: + +1. Read style file → get rendering rules (Visual Elements, Style Rules, line treatment) +2. Read palette file (`palettes/.md`) → get Colors + Background +3. Palette Colors **replace** style's default Color Palette in prompt +4. Palette Background **replaces** style's Background color (keep style's texture description) +5. Build prompt: style rendering instructions + palette colors + +**Prompt frontmatter** includes palette when specified: +```yaml +--- +illustration_id: 01 +type: infographic +style: vector-illustration +palette: macaron +--- +``` + +**Example**: `vector-illustration` + `macaron` palette: +``` +Flat vector illustration infographic. Clean black outlines on all elements. +PALETTE: macaron — soft pastel color blocks +COLORS: Warm Cream background (#F5F0E8), Macaron Blue (#A8D8EA), Mint (#B5E5CF), + Lavender (#D5C6E0), Peach (#FFD5C2), Coral Red (#E8655A) for emphasis +ELEMENTS: Geometric simplified icons, no gradients, playful decorative elements +``` + +When no palette is specified, use the style's built-in Color Palette as before. + +--- + ## What to Avoid - Vague descriptions ("a nice image") diff --git a/skills/baoyu-article-illustrator/references/style-presets.md b/skills/baoyu-article-illustrator/references/style-presets.md index eb9f0d7..a509d0b 100644 --- a/skills/baoyu-article-illustrator/references/style-presets.md +++ b/skills/baoyu-article-illustrator/references/style-presets.md @@ -1,53 +1,53 @@ # Style Presets -`--preset X` expands to a type + style combination. Users can override either dimension. +`--preset X` expands to a type + style + optional palette combination. Users can override any dimension. ## By Category ### Technical & Engineering -| --preset | Type | Style | Best For | -|----------|------|-------|----------| -| `tech-explainer` | `infographic` | `blueprint` | API docs, system metrics, technical deep-dives | -| `system-design` | `framework` | `blueprint` | Architecture diagrams, system design | -| `architecture` | `framework` | `vector-illustration` | Component relationships, module structure | -| `science-paper` | `infographic` | `scientific` | Research findings, lab results, academic | +| --preset | Type | Style | Palette | Best For | +|----------|------|-------|---------|----------| +| `tech-explainer` | `infographic` | `blueprint` | — | API docs, system metrics, technical deep-dives | +| `system-design` | `framework` | `blueprint` | — | Architecture diagrams, system design | +| `architecture` | `framework` | `vector-illustration` | — | Component relationships, module structure | +| `science-paper` | `infographic` | `scientific` | — | Research findings, lab results, academic | ### Knowledge & Education -| --preset | Type | Style | Best For | -|----------|------|-------|----------| -| `knowledge-base` | `infographic` | `vector-illustration` | Concept explainers, tutorials, how-to | -| `saas-guide` | `infographic` | `notion` | Product guides, SaaS docs, tool walkthroughs | -| `tutorial` | `flowchart` | `vector-illustration` | Step-by-step tutorials, setup guides | -| `process-flow` | `flowchart` | `notion` | Workflow documentation, onboarding flows | -| `warm-knowledge` | `infographic` | `vector-illustration` (warm palette) | Product showcases, team intros, feature cards, brand content | -| `edu-visual` | `infographic` | `macaron` | Knowledge summaries, concept explainers, educational articles | +| --preset | Type | Style | Palette | Best For | +|----------|------|-------|---------|----------| +| `knowledge-base` | `infographic` | `vector-illustration` | — | Concept explainers, tutorials, how-to | +| `saas-guide` | `infographic` | `notion` | — | Product guides, SaaS docs, tool walkthroughs | +| `tutorial` | `flowchart` | `vector-illustration` | — | Step-by-step tutorials, setup guides | +| `process-flow` | `flowchart` | `notion` | — | Workflow documentation, onboarding flows | +| `warm-knowledge` | `infographic` | `vector-illustration` | `warm` | Product showcases, team intros, feature cards, brand content | +| `edu-visual` | `infographic` | `vector-illustration` | `macaron` | Knowledge summaries, concept explainers, educational articles | ### Data & Analysis -| --preset | Type | Style | Best For | -|----------|------|-------|----------| -| `data-report` | `infographic` | `editorial` | Data journalism, metrics reports, dashboards | -| `versus` | `comparison` | `vector-illustration` | Tech comparisons, framework shootouts | -| `business-compare` | `comparison` | `elegant` | Product evaluations, strategy options | +| --preset | Type | Style | Palette | Best For | +|----------|------|-------|---------|----------| +| `data-report` | `infographic` | `editorial` | — | Data journalism, metrics reports, dashboards | +| `versus` | `comparison` | `vector-illustration` | — | Tech comparisons, framework shootouts | +| `business-compare` | `comparison` | `elegant` | — | Product evaluations, strategy options | ### Narrative & Creative -| --preset | Type | Style | Best For | -|----------|------|-------|----------| -| `storytelling` | `scene` | `warm` | Personal essays, reflections, growth stories | -| `lifestyle` | `scene` | `watercolor` | Travel, wellness, lifestyle, creative | -| `history` | `timeline` | `elegant` | Historical overviews, milestones | -| `evolution` | `timeline` | `warm` | Progress narratives, growth journeys | +| --preset | Type | Style | Palette | Best For | +|----------|------|-------|---------|----------| +| `storytelling` | `scene` | `warm` | — | Personal essays, reflections, growth stories | +| `lifestyle` | `scene` | `watercolor` | — | Travel, wellness, lifestyle, creative | +| `history` | `timeline` | `elegant` | — | Historical overviews, milestones | +| `evolution` | `timeline` | `warm` | — | Progress narratives, growth journeys | ### Editorial & Opinion -| --preset | Type | Style | Best For | -|----------|------|-------|----------| -| `opinion-piece` | `scene` | `screen-print` | Op-eds, commentary, critical essays | -| `editorial-poster` | `comparison` | `screen-print` | Debate, contrasting viewpoints | -| `cinematic` | `scene` | `screen-print` | Dramatic narratives, cultural essays | +| --preset | Type | Style | Palette | Best For | +|----------|------|-------|---------|----------| +| `opinion-piece` | `scene` | `screen-print` | — | Op-eds, commentary, critical essays | +| `editorial-poster` | `comparison` | `screen-print` | — | Debate, contrasting viewpoints | +| `cinematic` | `scene` | `screen-print` | — | Dramatic narratives, cultural essays | ## Content Type → Preset Recommendations @@ -63,8 +63,9 @@ Use this table during Step 3 to recommend presets based on Step 2 content analys | Narrative / Personal | `storytelling` | `lifestyle`, `evolution` | | Opinion / Editorial | `opinion-piece` | `cinematic`, `editorial-poster` | | Historical / Timeline | `history` | `evolution` | -| Academic / Research | `science-paper` | `tech-explainer`, `data-report`, `edu-visual` | +| Academic / Research | `science-paper` | `tech-explainer`, `data-report` | | SaaS / Product | `saas-guide` | `knowledge-base`, `process-flow`, `warm-knowledge` | +| Education / Knowledge | `edu-visual` | `knowledge-base`, `tutorial` | ## Override Examples diff --git a/skills/baoyu-article-illustrator/references/styles.md b/skills/baoyu-article-illustrator/references/styles.md index 25713d6..db2dbab 100644 --- a/skills/baoyu-article-illustrator/references/styles.md +++ b/skills/baoyu-article-illustrator/references/styles.md @@ -43,21 +43,20 @@ Use Core Styles for most cases. See full Style Gallery below for granular contro | `sketch` | Raw pencil notebook style | Brainstorming, creative exploration | | `screen-print` | Bold poster art, halftone textures, limited colors | Opinion, editorial, cultural, cinematic | | `sketch-notes` | Soft hand-drawn warm notes | Educational, warm notes | -| `macaron` | Soft macaron pastel blocks on warm cream, clean educational layouts | Educational, knowledge, tutorials, concept explainers | | `vintage` | Aged parchment historical | Historical, heritage | Full specifications: `references/styles/