From 691a9c2272ad3e3032e81ecbffa722e4b0a709a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sun, 8 Mar 2026 13:07:14 -0500 Subject: [PATCH] feat(baoyu-xhs-images): add screen-print style and style presets Add screen-print as 11th visual style with poster aesthetic. Add --preset flag for quick style + layout selection with 23 built-in presets (knowledge-card, poster, cinematic, etc.). Update auto-selection and compatibility matrices. --- skills/baoyu-xhs-images/SKILL.md | 100 +++++++++++++++--- .../references/elements/decorations.md | 7 ++ .../references/presets/screen-print.md | 92 ++++++++++++++++ .../references/style-presets.md | 36 +++++++ .../references/workflows/prompt-assembly.md | 48 ++++++++- 5 files changed, 266 insertions(+), 17 deletions(-) create mode 100644 skills/baoyu-xhs-images/references/presets/screen-print.md create mode 100644 skills/baoyu-xhs-images/references/style-presets.md diff --git a/skills/baoyu-xhs-images/SKILL.md b/skills/baoyu-xhs-images/SKILL.md index 24cb65d..3a69ece 100644 --- a/skills/baoyu-xhs-images/SKILL.md +++ b/skills/baoyu-xhs-images/SKILL.md @@ -1,6 +1,6 @@ --- name: baoyu-xhs-images -description: Generates Xiaohongshu (Little Red Book) infographic series with 10 visual styles and 8 layouts. Breaks content into 1-10 cartoon-style images optimized for XHS engagement. Use when user mentions "小红书图片", "XHS images", "RedNote infographics", "小红书种草", or wants social media infographics for Chinese platforms. +description: Generates Xiaohongshu (Little Red Book) infographic series with 11 visual styles and 8 layouts. Breaks content into 1-10 cartoon-style images optimized for XHS engagement. Use when user mentions "小红书图片", "XHS images", "RedNote infographics", "小红书种草", or wants social media infographics for Chinese platforms. --- # Xiaohongshu Infographic Series Generator @@ -22,6 +22,12 @@ Break down complex content into eye-catching infographic series for Xiaohongshu # Combine style and layout /baoyu-xhs-images posts/ai-future/article.md --style notion --layout list +# Use preset (style + layout shorthand) +/baoyu-xhs-images posts/ai-future/article.md --preset knowledge-card + +# Preset with override +/baoyu-xhs-images posts/ai-future/article.md --preset poster --layout quadrant + # Direct content input /baoyu-xhs-images [paste content] @@ -37,16 +43,19 @@ Break down complex content into eye-catching infographic series for Xiaohongshu |--------|-------------| | `--style ` | Visual style (see Style Gallery) | | `--layout ` | Information layout (see Layout Gallery) | +| `--preset ` | Style + layout shorthand (see [Style Presets](references/style-presets.md)) | ## Two Dimensions | Dimension | Controls | Options | |-----------|----------|---------| -| **Style** | Visual aesthetics: colors, lines, decorations | cute, fresh, warm, bold, minimal, retro, pop, notion, chalkboard, study-notes | +| **Style** | Visual aesthetics: colors, lines, decorations | cute, fresh, warm, bold, minimal, retro, pop, notion, chalkboard, study-notes, screen-print | | **Layout** | Information structure: density, arrangement | sparse, balanced, dense, list, comparison, flow, mindmap, quadrant | Style × Layout can be freely combined. Example: `--style notion --layout dense` creates an intellectual-looking knowledge card with high information density. +Or use presets: `--preset knowledge-card` → style + layout in one flag. See [Style Presets](references/style-presets.md). + ## Style Gallery | Style | Description | @@ -61,9 +70,64 @@ Style × Layout can be freely combined. Example: `--style notion --layout dense` | `notion` | Minimalist hand-drawn line art, intellectual | | `chalkboard` | Colorful chalk on black board, educational | | `study-notes` | Realistic handwritten photo style, blue pen + red annotations + yellow highlighter | +| `screen-print` | Bold poster art, halftone textures, limited colors, symbolic storytelling | Detailed style definitions: `references/presets/