diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 632a98e..0b882a9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Skills shared by Baoyu for improving daily work efficiency", - "version": "1.4.2" + "version": "1.5.0" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbbf3a..afac4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ English | [中文](./CHANGELOG.zh.md) +## 1.5.0 - 2026-01-19 + +### Features +- `baoyu-article-illustrator`: expands style library to 20 styles—extracts styles to `references/styles/` directory and adds 11 new styles (`blueprint`, `chalkboard`, `editorial`, `fantasy-animation`, `flat`, `intuition-machine`, `pixel-art`, `retro`, `scientific`, `sketch-notes`, `vector-illustration`, `vintage`, `watercolor`). + +### Breaking Changes +- `baoyu-article-illustrator`: removes `tech`, `bold`, and `isometric` styles. +- `baoyu-cover-image`: removes `bold` style (use `bold-editorial` for bold editorial content). + +### Documentation +- `README.md`, `README.zh.md`: adds style preview gallery for article-illustrator (20 styles). + ## 1.4.2 - 2026-01-19 ### Documentation diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 98594d0..2dd06ba 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,18 @@ [English](./CHANGELOG.md) | 中文 +## 1.5.0 - 2026-01-19 + +### 新功能 +- `baoyu-article-illustrator`:风格库扩展至 20 种——将风格定义提取到 `references/styles/` 目录,新增 11 种风格(`blueprint`(蓝图)、`chalkboard`(黑板)、`editorial`(杂志信息图)、`fantasy-animation`(奇幻动画)、`flat`(扁平矢量)、`intuition-machine`(技术简报)、`pixel-art`(像素艺术)、`retro`(复古)、`scientific`(科学图解)、`sketch-notes`(手绘笔记)、`vector-illustration`(矢量插画)、`vintage`(复古文献)、`watercolor`(水彩))。 + +### 破坏性变更 +- `baoyu-article-illustrator`:移除 `tech`、`bold`、`isometric` 风格。 +- `baoyu-cover-image`:移除 `bold` 风格(大胆编辑内容改用 `bold-editorial` 风格)。 + +### 文档 +- `README.md`、`README.zh.md`:新增 article-illustrator 风格预览图库(20 种风格)。 + ## 1.4.2 - 2026-01-19 ### 文档 diff --git a/README.md b/README.md index 24b69b1..f754a3f 100644 --- a/README.md +++ b/README.md @@ -127,26 +127,26 @@ Generate hand-drawn style cover images for articles with multiple style options. /baoyu-cover-image path/to/article.md --no-title ``` -Available styles: `elegant` (default), `blueprint`, `bold`, `bold-editorial`, `chalkboard`, `dark-atmospheric`, `editorial-infographic`, `fantasy-animation`, `intuition-machine`, `minimal`, `nature`, `notion`, `pixel-art`, `playful`, `retro`, `sketch-notes`, `vector-illustration`, `vintage`, `warm`, `watercolor` +Available styles: `elegant` (default), `blueprint`, `bold-editorial`, `chalkboard`, `dark-atmospheric`, `editorial-infographic`, `fantasy-animation`, `intuition-machine`, `minimal`, `nature`, `notion`, `pixel-art`, `playful`, `retro`, `sketch-notes`, `vector-illustration`, `vintage`, `warm`, `watercolor` **Style Previews**: | | | | |:---:|:---:|:---:| -| ![elegant](./screenshots/cover-image-styles/elegant.webp) | ![blueprint](./screenshots/cover-image-styles/blueprint.webp) | ![bold](./screenshots/cover-image-styles/bold.webp) | -| elegant | blueprint | bold | -| ![bold-editorial](./screenshots/cover-image-styles/bold-editorial.webp) | ![chalkboard](./screenshots/cover-image-styles/chalkboard.webp) | ![dark-atmospheric](./screenshots/cover-image-styles/dark-atmospheric.webp) | -| bold-editorial | chalkboard | dark-atmospheric | -| ![editorial-infographic](./screenshots/cover-image-styles/editorial-infographic.webp) | ![fantasy-animation](./screenshots/cover-image-styles/fantasy-animation.webp) | ![intuition-machine](./screenshots/cover-image-styles/intuition-machine.webp) | -| editorial-infographic | fantasy-animation | intuition-machine | -| ![minimal](./screenshots/cover-image-styles/minimal.webp) | ![nature](./screenshots/cover-image-styles/nature.webp) | ![notion](./screenshots/cover-image-styles/notion.webp) | -| minimal | nature | notion | -| ![pixel-art](./screenshots/cover-image-styles/pixel-art.webp) | ![playful](./screenshots/cover-image-styles/playful.webp) | ![retro](./screenshots/cover-image-styles/retro.webp) | -| pixel-art | playful | retro | -| ![sketch-notes](./screenshots/cover-image-styles/sketch-notes.webp) | ![vector-illustration](./screenshots/cover-image-styles/vector-illustration.webp) | ![vintage](./screenshots/cover-image-styles/vintage.webp) | -| sketch-notes | vector-illustration | vintage | -| ![warm](./screenshots/cover-image-styles/warm.webp) | ![watercolor](./screenshots/cover-image-styles/watercolor.webp) | | -| warm | watercolor | | +| ![elegant](./screenshots/cover-image-styles/elegant.webp) | ![blueprint](./screenshots/cover-image-styles/blueprint.webp) | ![bold-editorial](./screenshots/cover-image-styles/bold-editorial.webp) | +| elegant | blueprint | bold-editorial | +| ![chalkboard](./screenshots/cover-image-styles/chalkboard.webp) | ![dark-atmospheric](./screenshots/cover-image-styles/dark-atmospheric.webp) | ![editorial-infographic](./screenshots/cover-image-styles/editorial-infographic.webp) | +| chalkboard | dark-atmospheric | editorial-infographic | +| ![fantasy-animation](./screenshots/cover-image-styles/fantasy-animation.webp) | ![intuition-machine](./screenshots/cover-image-styles/intuition-machine.webp) | ![minimal](./screenshots/cover-image-styles/minimal.webp) | +| fantasy-animation | intuition-machine | minimal | +| ![nature](./screenshots/cover-image-styles/nature.webp) | ![notion](./screenshots/cover-image-styles/notion.webp) | ![pixel-art](./screenshots/cover-image-styles/pixel-art.webp) | +| nature | notion | pixel-art | +| ![playful](./screenshots/cover-image-styles/playful.webp) | ![retro](./screenshots/cover-image-styles/retro.webp) | ![sketch-notes](./screenshots/cover-image-styles/sketch-notes.webp) | +| playful | retro | sketch-notes | +| ![vector-illustration](./screenshots/cover-image-styles/vector-illustration.webp) | ![vintage](./screenshots/cover-image-styles/vintage.webp) | ![warm](./screenshots/cover-image-styles/warm.webp) | +| vector-illustration | vintage | warm | +| ![watercolor](./screenshots/cover-image-styles/watercolor.webp) | | | +| watercolor | | | #### baoyu-slide-deck @@ -288,9 +288,58 @@ Knowledge comic creator supporting multiple styles (Logicomix/Ligne Claire, Ohms Smart article illustration skill. Analyzes article content and generates illustrations at positions requiring visual aids. ```bash +# Auto-select style based on content /baoyu-article-illustrator path/to/article.md + +# Specify a style +/baoyu-article-illustrator path/to/article.md --style warm +/baoyu-article-illustrator path/to/article.md --style watercolor ``` +**Styles** (visual aesthetics): + +| Style | Description | Best For | +|-------|-------------|----------| +| `notion` (default) | Minimalist hand-drawn line art | Knowledge sharing, SaaS, productivity | +| `elegant` | Refined, sophisticated, professional | Business, thought leadership | +| `warm` | Friendly, approachable, human-centered | Personal growth, lifestyle | +| `minimal` | Ultra-clean, zen-like, focused | Philosophy, minimalism | +| `playful` | Fun, creative, whimsical | Tutorials, beginner guides | +| `nature` | Organic, calm, earthy | Sustainability, wellness | +| `sketch` | Raw, authentic, notebook-style | Ideas, brainstorming | +| `watercolor` | Soft artistic with natural warmth | Lifestyle, travel, creative | +| `vintage` | Nostalgic aged-paper aesthetic | Historical, biography | +| `scientific` | Academic precise diagrams | Biology, chemistry, technical | +| `chalkboard` | Classroom chalk drawing style | Education, tutorials | +| `editorial` | Magazine-style infographic | Tech explainers, journalism | +| `flat` | Modern flat vector illustration | Startups, digital | +| `retro` | 80s/90s vibrant nostalgic | Pop culture, entertainment | +| `blueprint` | Technical schematics, engineering | Architecture, system design | +| `vector-illustration` | Flat vector, black outlines, retro | Educational, creative, brand | +| `sketch-notes` | Soft hand-drawn, warm feel | Knowledge sharing, tutorials | +| `pixel-art` | Retro 8-bit gaming aesthetic | Gaming, tech, developer | +| `intuition-machine` | Technical briefing, bilingual | Academic, technical, research | +| `fantasy-animation` | Ghibli/Disney whimsical style | Storytelling, children's | + +**Style Previews**: + +| | | | +|:---:|:---:|:---:| +| ![notion](./screenshots/article-illustrator-styles/notion.webp) | ![elegant](./screenshots/article-illustrator-styles/elegant.webp) | ![warm](./screenshots/article-illustrator-styles/warm.webp) | +| notion | elegant | warm | +| ![minimal](./screenshots/article-illustrator-styles/minimal.webp) | ![playful](./screenshots/article-illustrator-styles/playful.webp) | ![nature](./screenshots/article-illustrator-styles/nature.webp) | +| minimal | playful | nature | +| ![sketch](./screenshots/article-illustrator-styles/sketch.webp) | ![watercolor](./screenshots/article-illustrator-styles/watercolor.webp) | ![vintage](./screenshots/article-illustrator-styles/vintage.webp) | +| sketch | watercolor | vintage | +| ![scientific](./screenshots/article-illustrator-styles/scientific.webp) | ![chalkboard](./screenshots/article-illustrator-styles/chalkboard.webp) | ![editorial](./screenshots/article-illustrator-styles/editorial.webp) | +| scientific | chalkboard | editorial | +| ![flat](./screenshots/article-illustrator-styles/flat.webp) | ![retro](./screenshots/article-illustrator-styles/retro.webp) | ![blueprint](./screenshots/article-illustrator-styles/blueprint.webp) | +| flat | retro | blueprint | +| ![vector-illustration](./screenshots/article-illustrator-styles/vector-illustration.webp) | ![sketch-notes](./screenshots/article-illustrator-styles/sketch-notes.webp) | ![pixel-art](./screenshots/article-illustrator-styles/pixel-art.webp) | +| vector-illustration | sketch-notes | pixel-art | +| ![intuition-machine](./screenshots/article-illustrator-styles/intuition-machine.webp) | ![fantasy-animation](./screenshots/article-illustrator-styles/fantasy-animation.webp) | | +| intuition-machine | fantasy-animation | | + #### baoyu-post-to-x Post content and articles to X (Twitter). Supports regular posts with images and X Articles (long-form Markdown). Uses real Chrome with CDP to bypass anti-automation. diff --git a/README.zh.md b/README.zh.md index ea89963..b55d43e 100644 --- a/README.zh.md +++ b/README.zh.md @@ -127,26 +127,26 @@ npx add-skill jimliu/baoyu-skills /baoyu-cover-image path/to/article.md --no-title ``` -可用风格:`elegant`(默认)、`blueprint`、`bold`、`bold-editorial`、`chalkboard`、`dark-atmospheric`、`editorial-infographic`、`fantasy-animation`、`intuition-machine`、`minimal`、`nature`、`notion`、`pixel-art`、`playful`、`retro`、`sketch-notes`、`vector-illustration`、`vintage`、`warm`、`watercolor` +可用风格:`elegant`(默认)、`blueprint`、`bold-editorial`、`chalkboard`、`dark-atmospheric`、`editorial-infographic`、`fantasy-animation`、`intuition-machine`、`minimal`、`nature`、`notion`、`pixel-art`、`playful`、`retro`、`sketch-notes`、`vector-illustration`、`vintage`、`warm`、`watercolor` **风格预览**: | | | | |:---:|:---:|:---:| -| ![elegant](./screenshots/cover-image-styles/elegant.webp) | ![blueprint](./screenshots/cover-image-styles/blueprint.webp) | ![bold](./screenshots/cover-image-styles/bold.webp) | -| elegant | blueprint | bold | -| ![bold-editorial](./screenshots/cover-image-styles/bold-editorial.webp) | ![chalkboard](./screenshots/cover-image-styles/chalkboard.webp) | ![dark-atmospheric](./screenshots/cover-image-styles/dark-atmospheric.webp) | -| bold-editorial | chalkboard | dark-atmospheric | -| ![editorial-infographic](./screenshots/cover-image-styles/editorial-infographic.webp) | ![fantasy-animation](./screenshots/cover-image-styles/fantasy-animation.webp) | ![intuition-machine](./screenshots/cover-image-styles/intuition-machine.webp) | -| editorial-infographic | fantasy-animation | intuition-machine | -| ![minimal](./screenshots/cover-image-styles/minimal.webp) | ![nature](./screenshots/cover-image-styles/nature.webp) | ![notion](./screenshots/cover-image-styles/notion.webp) | -| minimal | nature | notion | -| ![pixel-art](./screenshots/cover-image-styles/pixel-art.webp) | ![playful](./screenshots/cover-image-styles/playful.webp) | ![retro](./screenshots/cover-image-styles/retro.webp) | -| pixel-art | playful | retro | -| ![sketch-notes](./screenshots/cover-image-styles/sketch-notes.webp) | ![vector-illustration](./screenshots/cover-image-styles/vector-illustration.webp) | ![vintage](./screenshots/cover-image-styles/vintage.webp) | -| sketch-notes | vector-illustration | vintage | -| ![warm](./screenshots/cover-image-styles/warm.webp) | ![watercolor](./screenshots/cover-image-styles/watercolor.webp) | | -| warm | watercolor | | +| ![elegant](./screenshots/cover-image-styles/elegant.webp) | ![blueprint](./screenshots/cover-image-styles/blueprint.webp) | ![bold-editorial](./screenshots/cover-image-styles/bold-editorial.webp) | +| elegant | blueprint | bold-editorial | +| ![chalkboard](./screenshots/cover-image-styles/chalkboard.webp) | ![dark-atmospheric](./screenshots/cover-image-styles/dark-atmospheric.webp) | ![editorial-infographic](./screenshots/cover-image-styles/editorial-infographic.webp) | +| chalkboard | dark-atmospheric | editorial-infographic | +| ![fantasy-animation](./screenshots/cover-image-styles/fantasy-animation.webp) | ![intuition-machine](./screenshots/cover-image-styles/intuition-machine.webp) | ![minimal](./screenshots/cover-image-styles/minimal.webp) | +| fantasy-animation | intuition-machine | minimal | +| ![nature](./screenshots/cover-image-styles/nature.webp) | ![notion](./screenshots/cover-image-styles/notion.webp) | ![pixel-art](./screenshots/cover-image-styles/pixel-art.webp) | +| nature | notion | pixel-art | +| ![playful](./screenshots/cover-image-styles/playful.webp) | ![retro](./screenshots/cover-image-styles/retro.webp) | ![sketch-notes](./screenshots/cover-image-styles/sketch-notes.webp) | +| playful | retro | sketch-notes | +| ![vector-illustration](./screenshots/cover-image-styles/vector-illustration.webp) | ![vintage](./screenshots/cover-image-styles/vintage.webp) | ![warm](./screenshots/cover-image-styles/warm.webp) | +| vector-illustration | vintage | warm | +| ![watercolor](./screenshots/cover-image-styles/watercolor.webp) | | | +| watercolor | | | #### baoyu-slide-deck @@ -288,9 +288,58 @@ npx add-skill jimliu/baoyu-skills 智能文章插图技能。分析文章内容,在需要视觉辅助的位置生成插图。 ```bash +# 根据内容自动选择风格 /baoyu-article-illustrator path/to/article.md + +# 指定风格 +/baoyu-article-illustrator path/to/article.md --style warm +/baoyu-article-illustrator path/to/article.md --style watercolor ``` +**风格**(视觉美学): + +| 风格 | 描述 | 适用场景 | +|------|------|----------| +| `notion`(默认) | 极简手绘线条画 | 知识分享、SaaS、生产力 | +| `elegant` | 精致、优雅、专业 | 商业、思想领导力 | +| `warm` | 友好、亲切、人文关怀 | 个人成长、生活方式 | +| `minimal` | 极简、禅意、专注 | 哲学、极简主义 | +| `playful` | 有趣、创意、俏皮 | 教程、新手指南 | +| `nature` | 自然、平静、质朴 | 可持续发展、健康 | +| `sketch` | 原始、真实、笔记风格 | 想法、头脑风暴 | +| `watercolor` | 柔和艺术感、自然温暖 | 生活方式、旅行、创意 | +| `vintage` | 怀旧做旧纸张美学 | 历史、传记 | +| `scientific` | 学术精确图表 | 生物、化学、技术 | +| `chalkboard` | 教室粉笔画风格 | 教育、教程 | +| `editorial` | 杂志风格信息图 | 科技解说、新闻 | +| `flat` | 现代扁平矢量插画 | 创业公司、数字化 | +| `retro` | 80/90 年代复古鲜艳 | 流行文化、娱乐 | +| `blueprint` | 技术蓝图、工程精度 | 架构、系统设计 | +| `vector-illustration` | 扁平矢量、黑色轮廓、复古 | 教育、创意、品牌 | +| `sketch-notes` | 柔和手绘、温暖感 | 知识分享、教程 | +| `pixel-art` | 复古 8-bit 游戏风格 | 游戏、技术、开发者 | +| `intuition-machine` | 技术简报、双语标签 | 学术、技术、研究 | +| `fantasy-animation` | 吉卜力/迪士尼童话风格 | 故事、儿童、创意 | + +**风格预览**: + +| | | | +|:---:|:---:|:---:| +| ![notion](./screenshots/article-illustrator-styles/notion.webp) | ![elegant](./screenshots/article-illustrator-styles/elegant.webp) | ![warm](./screenshots/article-illustrator-styles/warm.webp) | +| notion | elegant | warm | +| ![minimal](./screenshots/article-illustrator-styles/minimal.webp) | ![playful](./screenshots/article-illustrator-styles/playful.webp) | ![nature](./screenshots/article-illustrator-styles/nature.webp) | +| minimal | playful | nature | +| ![sketch](./screenshots/article-illustrator-styles/sketch.webp) | ![watercolor](./screenshots/article-illustrator-styles/watercolor.webp) | ![vintage](./screenshots/article-illustrator-styles/vintage.webp) | +| sketch | watercolor | vintage | +| ![scientific](./screenshots/article-illustrator-styles/scientific.webp) | ![chalkboard](./screenshots/article-illustrator-styles/chalkboard.webp) | ![editorial](./screenshots/article-illustrator-styles/editorial.webp) | +| scientific | chalkboard | editorial | +| ![flat](./screenshots/article-illustrator-styles/flat.webp) | ![retro](./screenshots/article-illustrator-styles/retro.webp) | ![blueprint](./screenshots/article-illustrator-styles/blueprint.webp) | +| flat | retro | blueprint | +| ![vector-illustration](./screenshots/article-illustrator-styles/vector-illustration.webp) | ![sketch-notes](./screenshots/article-illustrator-styles/sketch-notes.webp) | ![pixel-art](./screenshots/article-illustrator-styles/pixel-art.webp) | +| vector-illustration | sketch-notes | pixel-art | +| ![intuition-machine](./screenshots/article-illustrator-styles/intuition-machine.webp) | ![fantasy-animation](./screenshots/article-illustrator-styles/fantasy-animation.webp) | | +| intuition-machine | fantasy-animation | | + #### baoyu-post-to-x 发布内容和文章到 X (Twitter)。支持带图片的普通帖子和 X 文章(长篇 Markdown)。使用真实 Chrome + CDP 绕过反自动化检测。 diff --git a/screenshots/article-illustrator-styles/blueprint.webp b/screenshots/article-illustrator-styles/blueprint.webp new file mode 100644 index 0000000..9e232d1 Binary files /dev/null and b/screenshots/article-illustrator-styles/blueprint.webp differ diff --git a/screenshots/article-illustrator-styles/chalkboard.webp b/screenshots/article-illustrator-styles/chalkboard.webp new file mode 100644 index 0000000..a828f8c Binary files /dev/null and b/screenshots/article-illustrator-styles/chalkboard.webp differ diff --git a/screenshots/article-illustrator-styles/editorial.webp b/screenshots/article-illustrator-styles/editorial.webp new file mode 100644 index 0000000..fb2817e Binary files /dev/null and b/screenshots/article-illustrator-styles/editorial.webp differ diff --git a/screenshots/article-illustrator-styles/elegant.webp b/screenshots/article-illustrator-styles/elegant.webp new file mode 100644 index 0000000..2045934 Binary files /dev/null and b/screenshots/article-illustrator-styles/elegant.webp differ diff --git a/screenshots/article-illustrator-styles/fantasy-animation.webp b/screenshots/article-illustrator-styles/fantasy-animation.webp new file mode 100644 index 0000000..c1cfad0 Binary files /dev/null and b/screenshots/article-illustrator-styles/fantasy-animation.webp differ diff --git a/screenshots/article-illustrator-styles/flat.webp b/screenshots/article-illustrator-styles/flat.webp new file mode 100644 index 0000000..0e67233 Binary files /dev/null and b/screenshots/article-illustrator-styles/flat.webp differ diff --git a/screenshots/article-illustrator-styles/intuition-machine.webp b/screenshots/article-illustrator-styles/intuition-machine.webp new file mode 100644 index 0000000..528c8b5 Binary files /dev/null and b/screenshots/article-illustrator-styles/intuition-machine.webp differ diff --git a/screenshots/article-illustrator-styles/minimal.webp b/screenshots/article-illustrator-styles/minimal.webp new file mode 100644 index 0000000..e73b7a0 Binary files /dev/null and b/screenshots/article-illustrator-styles/minimal.webp differ diff --git a/screenshots/article-illustrator-styles/nature.webp b/screenshots/article-illustrator-styles/nature.webp new file mode 100644 index 0000000..44990ed Binary files /dev/null and b/screenshots/article-illustrator-styles/nature.webp differ diff --git a/screenshots/article-illustrator-styles/notion.webp b/screenshots/article-illustrator-styles/notion.webp new file mode 100644 index 0000000..5e598a7 Binary files /dev/null and b/screenshots/article-illustrator-styles/notion.webp differ diff --git a/screenshots/article-illustrator-styles/pixel-art.webp b/screenshots/article-illustrator-styles/pixel-art.webp new file mode 100644 index 0000000..a9085c9 Binary files /dev/null and b/screenshots/article-illustrator-styles/pixel-art.webp differ diff --git a/screenshots/article-illustrator-styles/playful.webp b/screenshots/article-illustrator-styles/playful.webp new file mode 100644 index 0000000..0422bc3 Binary files /dev/null and b/screenshots/article-illustrator-styles/playful.webp differ diff --git a/screenshots/article-illustrator-styles/retro.webp b/screenshots/article-illustrator-styles/retro.webp new file mode 100644 index 0000000..cd576d8 Binary files /dev/null and b/screenshots/article-illustrator-styles/retro.webp differ diff --git a/screenshots/article-illustrator-styles/scientific.webp b/screenshots/article-illustrator-styles/scientific.webp new file mode 100644 index 0000000..5573ff0 Binary files /dev/null and b/screenshots/article-illustrator-styles/scientific.webp differ diff --git a/screenshots/article-illustrator-styles/sketch-notes.webp b/screenshots/article-illustrator-styles/sketch-notes.webp new file mode 100644 index 0000000..30fa973 Binary files /dev/null and b/screenshots/article-illustrator-styles/sketch-notes.webp differ diff --git a/screenshots/article-illustrator-styles/sketch.webp b/screenshots/article-illustrator-styles/sketch.webp new file mode 100644 index 0000000..34f855e Binary files /dev/null and b/screenshots/article-illustrator-styles/sketch.webp differ diff --git a/screenshots/article-illustrator-styles/vector-illustration.webp b/screenshots/article-illustrator-styles/vector-illustration.webp new file mode 100644 index 0000000..60c6bac Binary files /dev/null and b/screenshots/article-illustrator-styles/vector-illustration.webp differ diff --git a/screenshots/article-illustrator-styles/vintage.webp b/screenshots/article-illustrator-styles/vintage.webp new file mode 100644 index 0000000..a36ab0d Binary files /dev/null and b/screenshots/article-illustrator-styles/vintage.webp differ diff --git a/screenshots/article-illustrator-styles/warm.webp b/screenshots/article-illustrator-styles/warm.webp new file mode 100644 index 0000000..47190e1 Binary files /dev/null and b/screenshots/article-illustrator-styles/warm.webp differ diff --git a/screenshots/article-illustrator-styles/watercolor.webp b/screenshots/article-illustrator-styles/watercolor.webp new file mode 100644 index 0000000..f76466a Binary files /dev/null and b/screenshots/article-illustrator-styles/watercolor.webp differ diff --git a/screenshots/cover-image-styles/bold.webp b/screenshots/cover-image-styles/bold.webp deleted file mode 100644 index 840457d..0000000 Binary files a/screenshots/cover-image-styles/bold.webp and /dev/null differ diff --git a/skills/baoyu-article-illustrator/SKILL.md b/skills/baoyu-article-illustrator/SKILL.md index 7cf9740..aaf72bc 100644 --- a/skills/baoyu-article-illustrator/SKILL.md +++ b/skills/baoyu-article-illustrator/SKILL.md @@ -14,9 +14,9 @@ Analyze article structure and content, identify positions requiring visual aids, /baoyu-article-illustrator path/to/article.md # Specify a style -/baoyu-article-illustrator path/to/article.md --style tech /baoyu-article-illustrator path/to/article.md --style warm /baoyu-article-illustrator path/to/article.md --style minimal +/baoyu-article-illustrator path/to/article.md --style watercolor # Combine with other options /baoyu-article-illustrator path/to/article.md --style playful @@ -30,59 +30,30 @@ Analyze article structure and content, identify positions requiring visual aids, ## Style Gallery -### 1. `elegant` -Refined, sophisticated, professional -- **Colors**: Soft coral, muted teal, dusty rose, cream background -- **Elements**: Delicate line work, subtle icons, balanced composition -- **Best for**: Professional articles, thought leadership, business topics +| Style | Description | Best For | +|-------|-------------|----------| +| `notion` (Default) | Minimalist hand-drawn line art, intellectual | Knowledge sharing, SaaS, productivity | +| `elegant` | Refined, sophisticated, professional | Business, thought leadership | +| `warm` | Friendly, approachable, human-centered | Personal growth, lifestyle, education | +| `minimal` | Ultra-clean, zen-like, focused | Philosophy, minimalism, core concepts | +| `playful` | Fun, creative, whimsical | Tutorials, beginner guides, fun topics | +| `nature` | Organic, calm, earthy | Sustainability, wellness, outdoor | +| `sketch` | Raw, authentic, notebook-style | Ideas, brainstorming, drafts | +| `watercolor` | Soft artistic with natural warmth | Lifestyle, travel, creative | +| `vintage` | Nostalgic aged-paper aesthetic | Historical, biography, heritage | +| `scientific` | Academic precise diagrams | Biology, chemistry, technical | +| `chalkboard` | Classroom chalk drawing style | Education, tutorials, workshops | +| `editorial` | Magazine-style infographic | Tech explainers, journalism | +| `flat` | Modern flat vector illustration | Startups, digital, contemporary | +| `retro` | 80s/90s vibrant nostalgic | Pop culture, gaming, entertainment | +| `blueprint` | Technical schematics, engineering precision | Architecture, system design | +| `vector-illustration` | Flat vector with black outlines, retro colors | Educational, creative, brand content | +| `sketch-notes` | Soft hand-drawn, warm educational feel | Knowledge sharing, tutorials | +| `pixel-art` | Retro 8-bit gaming aesthetic | Gaming, tech, developer content | +| `intuition-machine` | Technical briefing with bilingual labels | Academic, technical, bilingual | +| `fantasy-animation` | Ghibli/Disney whimsical style | Storytelling, children's, creative | -### 2. `tech` -Modern, futuristic, digital -- **Colors**: Deep blue, electric cyan, purple, dark backgrounds -- **Elements**: Geometric shapes, circuit patterns, data visualizations, tech icons -- **Best for**: AI, programming, technology, digital transformation articles - -### 3. `warm` -Friendly, approachable, human-centered -- **Colors**: Warm orange, golden yellow, terracotta, cream -- **Elements**: Rounded shapes, friendly characters, sun/light motifs, hearts -- **Best for**: Personal growth, lifestyle, education, human interest stories - -### 4. `bold` -High contrast, impactful, energetic -- **Colors**: Vibrant red/orange, deep black, bright yellow accents -- **Elements**: Strong shapes, dramatic contrast, dynamic compositions -- **Best for**: Opinion pieces, important warnings, call-to-action content - -### 5. `minimal` -Ultra-clean, zen-like, focused -- **Colors**: Black, white, single accent color -- **Elements**: Maximum whitespace, single focal element, simple lines -- **Best for**: Philosophy, minimalism, focused explanations - -### 6. `playful` -Fun, creative, whimsical -- **Colors**: Pastel rainbow, bright pops, light backgrounds -- **Elements**: Doodles, quirky characters, speech bubbles, emoji-style icons -- **Best for**: Tutorials, beginner guides, casual content, fun topics - -### 7. `nature` -Organic, calm, earthy -- **Colors**: Forest green, earth brown, sky blue, sand beige -- **Elements**: Plant motifs, natural textures, flowing lines, organic shapes -- **Best for**: Sustainability, wellness, outdoor topics, slow living - -### 8. `sketch` -Raw, authentic, notebook-style -- **Colors**: Pencil gray, paper white, occasional color highlights -- **Elements**: Rough lines, sketch marks, handwritten notes, arrows -- **Best for**: Ideas in progress, brainstorming, thought processes - -### 9. `notion` (Default) -Minimalist hand-drawn line art, intellectual -- **Colors**: Black outlines, white background, 1-2 pastel accents -- **Elements**: Simple line doodles, geometric shapes, hand-drawn wobble, maximum whitespace -- **Best for**: Knowledge sharing, concept explanations, SaaS content, productivity articles +Full style specifications in `references/styles/