Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & VideoIntermediate26,1212,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, Cursor GenerateImage, or the baoyu-image-gen skill).

Examples

  1. "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.
  2. "Summarize this blog post as a four-panel strip" → uses the four-panel preset with B&W + spot color and a setup–development–twist–resolution beat structure.
  3. "Fix the dialogue on page 3 and redraw it" → edit the prompt file first, then --regenerate 3 and 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/JimLiu/baoyu-skills.git
  3. Copy the skill into Claude Code: mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-comic ~/.claude/skills/
  4. Check the runtime: run bun --version; if missing, npx -y bun --version works as a fallback (requires Node.js).
  5. Make sure one image backend is available: Codex imagegen, Cursor GenerateImage, or the sibling baoyu-image-gen skill.
  6. Restart Claude Code and ask something like "create a knowledge comic about ...".
  7. 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.