Baoyu Comic

Creates educational comics with panel layouts across multiple art styles and tones.

Works with setup

Test report

Verdict
Works with setup
Score
8.0/10
Tested
Jul 11, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · e25f4d5

Verbatim cp -r install is clean and the trigger phrases are precise, but the advertised deliverable — a rendered comic (images + merged PDF) — is not producible out of the box: it hard-requires a raster image-generation backend (a runtime-native tool like Codex imagegen / Cursor GenerateImage, or the sibling baoyu-image-gen skill plus a paid provider API key such as OPENAI_API_KEY), plus the pdf-lib npm package for PDF export, none of which are bundled or installed by the copy. Testing was therefore scoped to the checkable artifact the skill emits right before that backend call: a one-page four-panel storyboard + four standalone image-generation prompts. In the A/B on that artifact, the skill's four-panel-preset scaffolding (strict 起承转合 arc, 2x2 positional panel labels, consistent caption-box specs, panel-3 accent-emphasis rule, chloroplast-vs-chlorophyll precision) produced modestly more consistent and directly reusable prompts than the base's competent but ad-hoc version — a real but incremental edge, not a leap.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 6/10
  • Docs & honesty 4/5

What Baoyu Comic does

Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-capable image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic".

How to install Baoyu Comic

git clone https://github.com/JimLiu/baoyu-skills
cd baoyu-skills
mkdir -p ~/.claude/skills
cp -r skills/baoyu-comic ~/.claude/skills/baoyu-comic

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Baoyu Comic

  • /baoyu-comic Creates educational comics with panel layouts across multiple art styles and tones.

It also activates on plain-language prompts like these:

  • Create an educational comic explaining how DNS works
  • Make a biography comic about Ada Lovelace
  • Draw a tutorial comic teaching recursion

Frequently asked questions

Is the Baoyu Comic skill free?
Yes. The skill itself is free from JimLiu/baoyu-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Baoyu Comic work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Verbatim cp -r install is clean and the trigger phrases are precise, but the advertised deliverable — a rendered comic (images + merged PDF) — is not producible out of the box: it hard-requires a raster image-generation backend (a runtime-native tool like Codex imagegen / Cursor GenerateImage, or the sibling baoyu-image-gen skill plus a paid provider API key such as OPENAI_API_KEY), plus the pdf-lib npm package for PDF export, none of which are bundled or installed by the copy. Testing was therefore scoped to the checkable artifact the skill emits right before that backend call: a one-page four-panel storyboard + four standalone image-generation prompts. In the A/B on that artifact, the skill's four-panel-preset scaffolding (strict 起承转合 arc, 2x2 positional panel labels, consistent caption-box specs, panel-3 accent-emphasis rule, chloroplast-vs-chlorophyll precision) produced modestly more consistent and directly reusable prompts than the base's competent but ad-hoc version — a real but incremental edge, not a leap.
What is the Baoyu Comic SkillProof Score?
8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 4/5.
How do I install Baoyu Comic?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Baoyu Comic with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.