Baoyu Knowledge Comic Creator
Turns a topic or article into a full educational comic — storyboard, character sheet, per-page images, and a merged PDF.
Image & VideoIntermediate★ 26,121⑂ 2,886AI score 9/10Last updated: Sep 10, 2026
What it does
- Adapts biographies, concepts, or tutorials into knowledge comics with a proper script.
- Runs a fixed pipeline: content analysis → storyboard → character definitions + character sheet image → per-page prompt files → image generation → PDF merge.
- Offers 6 art styles (ligne-claire, manga, realistic, ink-brush, chalk, minimalist), 7 tones, 7 layouts, and 5 presets (ohmsha, wuxia, shoujo, concept-story, four-panel).
- Uses the generated character sheet as a reference image so recurring characters stay visually consistent across pages.
- Saves every prompt to disk for reproducibility and targeted re-renders (
--regenerate 3,--images-only,--storyboard-only). - Explicitly forbids patching bad on-image text with ImageMagick/SVG overlays — you regenerate from a corrected prompt instead.
Who it's for
- Content creators who want comic-style explainers for newsletters, blogs, or courses.
- Educators and instructional designers visualizing concepts or historical figures.
- Users who already have a raster image backend (Codex
imagegen, CursorGenerateImage, or thebaoyu-image-genskill).
Examples
- "Make an 8-page Alan Turing biography comic, ligne-claire art, dramatic tone" → produces
comic/alan-turing-bio/with storyboard, prompts, page PNGs, and a PDF. - "Summarize this blog post as a four-panel strip" → uses the
four-panelpreset with B&W + spot color and a setup–development–twist–resolution beat structure. - "Fix the dialogue on page 3 and redraw it" → edit the prompt file first, then
--regenerate 3and re-merge the PDF.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/JimLiu/baoyu-skills/HEAD/skills/baoyu-comic/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/baoyu-comic folder from the GitHub repo JimLiu/baoyu-skills into my ~/.claude/skills/baoyu-comic/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/JimLiu/baoyu-skills.git /tmp/baoyu-skills && mkdir -p ~/.claude/skills && cp -r /tmp/baoyu-skills/skills/baoyu-comic ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/JimLiu/baoyu-skills.git - Copy the skill into Claude Code:
mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-comic ~/.claude/skills/ - Check the runtime: run
bun --version; if missing,npx -y bun --versionworks as a fallback (requires Node.js). - Make sure one image backend is available: Codex
imagegen, CursorGenerateImage, or the siblingbaoyu-image-genskill. - Restart Claude Code and ask something like "create a knowledge comic about ...".
- On first run, complete the blocking setup wizard; your language, default art style, image backend, and batch size are stored in
~/.baoyu-skills/baoyu-comic/EXTEND.md.
View source on GitHub ↗License: MIT