Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic".
View on GitHubJimLiu/baoyu-skills
utility-skills
February 3, 2026
Select agents to install to:
npx add-skill https://github.com/JimLiu/baoyu-skills/blob/main/skills/baoyu-comic/SKILL.md -a claude-code --skill baoyu-comicInstallation paths:
.claude/skills/baoyu-comic/# Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. ## Usage ```bash /baoyu-comic posts/turing-story/source.md /baoyu-comic article.md --art manga --tone warm /baoyu-comic # then paste content ``` ## Options ### Visual Dimensions | Option | Values | Description | |--------|--------|-------------| | `--art` | ligne-claire (default), manga, realistic, ink-brush, chalk | Art style / rendering technique | | `--tone` | neutral (default), warm, dramatic, romantic, energetic, vintage, action | Mood / atmosphere | | `--layout` | standard (default), cinematic, dense, splash, mixed, webtoon | Panel arrangement | | `--aspect` | 3:4 (default, portrait), 4:3 (landscape), 16:9 (widescreen) | Page aspect ratio | | `--lang` | auto (default), zh, en, ja, etc. | Output language | ### Partial Workflow Options | Option | Description | |--------|-------------| | `--storyboard-only` | Generate storyboard only, skip prompts and images | | `--prompts-only` | Generate storyboard + prompts, skip images | | `--images-only` | Generate images from existing prompts directory | | `--regenerate N` | Regenerate specific page(s) only (e.g., `3` or `2,5,8`) | Details: [references/partial-workflows.md](references/partial-workflows.md) ### Art Styles (画风) | Style | 中文 | Description | |-------|------|-------------| | `ligne-claire` | 清线 | Uniform lines, flat colors, European comic tradition (Tintin, Logicomix) | | `manga` | 日漫 | Large eyes, manga conventions, expressive emotions | | `realistic` | 写实 | Digital painting, realistic proportions, sophisticated | | `ink-brush` | 水墨 | Chinese brush strokes, ink wash effects | | `chalk` | 粉笔 | Chalkboard aesthetic, hand-drawn warmth | ### Tones (基调) | Tone | 中文 | Description | |------|------|-------------| | `neutral` | 中性 | Balanced, rational, educational | | `warm` | 温馨 | Nostalgic, personal, comforting | | `dramatic` | 戏剧 | High contrast, intense, powerful | | `romantic` | 浪漫 | Soft, beautiful
Issues Found: