B

baoyu-comic

Verified

by JimLiu · Updated Apr 16, 2026

claude-opus-4-6
8in14.8Kout
$0.754m 24s

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".

comicimage-generationstoryboardingeducationpdfcreative

See It In Action

1 turns·claude
The project codebase is in your current working directory. Explore the files to understand the code before making changes. need a quick comic from this Susan Kare bio for tomorrow's design systems onboarding, keep it in English and safe for work

Now I have a clear picture of the bio and the onboarding context. Let me build a comic as an HTML file (easy to open in a browser and save/print as PDF for the Notion page).

The file looks good. Here's what I created:

susan-kare-comic.htmlThe Pixel Pioneer

A 12-panel comic strip telling Susan Kare's story, ready for tomorrow's onboarding. Here's the panel breakdown:

PanelScene
1Apple HQ 1983 — Hertzfeld asks the fine-arts PhD to make computers "friendly"
2Kare's thought bubble about medieval icons + her $2.50 graph-paper sketchbook (with a tiny pixel sketch drawn on it)
3Full-width constraint banner: 32×32 pixels, black & white, no anti-aliasing
4The Happy Mac icon (CSS-drawn mini Mac with a smiley screen)
5The Trash Can icon (CSS-drawn metal can with lid & lines)
6The visual vocabulary — lasso, paintbrush, hand, watch
7The ⌘ Command Key story — Jobs rejects the Apple logo, Kare finds the Swedish campground symbol
8The Mac's first fonts: Chicago, Geneva, Monaco, Cairo
9Windows Solitaire cards — teaching drag-and-drop to a generation
10Career arc: IBM, Facebook, Pinterest
11MoMA frame with pixel art + AIGA Medal callout
12The moral: "Great design doesn't need high resolution — it needs clear thinking."

How to use it:

  • Open susan-kare-comic.html in any browser
  • Print/Save as PDF (Ctrl/Cmd+P → Save as PDF) for the Notion onboarding page — it has print-friendly styles built in
  • Everything is in English and SFW — no external images, just CSS-drawn illustrations and a Google Fonts import for the comic lettering
Claude Sonnet 4.6

External Tools

ToolType
bunbinary
npxbinary

Permissions

ScopeDescription
filesystem:read
filesystem:write
process:spawn

SKILL.md

Knowledge Comic Creator

Create original knowledge comics with flexible art style × tone combinations.

Usage

/baoyu-comic posts/turing-story/source.md
/baoyu-comic article.md --art manga --tone warm
/baoyu-comic  # then paste content

Options

Visual Dimensions

OptionValuesDescription
--artligne-claire (default), manga, realistic, ink-brush, chalk, minimalistArt style / rendering technique
--toneneutral (default), warm, dramatic, romantic, energetic, vintage, actionMood / atmosphere
--layoutstandard (default), cinematic, dense, splash, mixed, webtoon, four-panelPanel arrangement
--aspect3:4 (default, portrait), 4:3 (landscape), 16:9 (widescreen)Page aspect ratio
--langauto (default), zh, en, ja, etc.Output language

Partial Workflow Options

OptionDescription
--storyboard-onlyGenerate storyboard only, skip prompts and images
--prompts-onlyGenerate storyboard + prompts, skip images
--images-onlyGenerate images from existing prompts directory
--regenerate NRegenerate specific page(s) only (e.g., 3 or 2,5,8)

Details: 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
minimalist极简Clean black line art, limited spot color, stick-figure characters

Tones (基调)

Tone中文Description
neutral中性Balanced, rational, educational
warm温馨Nostalgic, personal, comforting
dramatic戏剧High contrast, intense, powerful
romantic浪漫Soft, beautiful, decorative elements
energetic活力Bright, dynamic, exciting
vintage复古Historical, aged, period authenticity
action动作Speed lines, impact effects, combat

Preset Shortcuts

Presets with special rules beyond art+tone:

PresetEquivalentSpecial Rules
--style ohmsha--art manga --tone neutralVisual metaphors, NO talking heads, gadget reveals
--style wuxia--art ink-brush --tone actionQi effects, combat visuals, atmospheric elements
--style shoujo--art manga --tone romanticDecorative elements, eye details, romantic beats
--style concept-story--art manga --tone warmVisual symbol system, growth arc, dialogue+action balance
--style four-panel--art minimalist --tone neutral --layout four-panel起承转合 4-panel structure, B&W + spot color, stick-figure characters

Compatibility Matrix

Art Style✓✓ Best✓ Works✗ Avoid
ligne-claireneutral, warmdramatic, vintage, energeticromantic, action
manganeutral, romantic, energetic, actionwarm, dramaticvintage
realisticneutral, warm, dramatic, vintageactionromantic, energetic
ink-brushneutral, dramatic, action, vintagewarmromantic, energetic
chalkneutral, warm, energeticvintagedramatic, action, romantic
minimalistneutralwarm, energeticdramatic, vintage, romantic, action

Details: references/auto-selection.md

Auto Selection

Content signals determine default art + tone + layout (or preset):

Content SignalsRecommended
Tutorial, how-to, programming, educationalohmsha preset
Pre-1950, classical, ancientrealistic + vintage
Personal story, mentorligne-claire + warm
Martial arts, wuxiawuxia preset
Romance, school lifeshoujo preset
Psychology, motivation, business narrativeconcept-story preset
Business allegory, fable, parable, short insight, 四格four-panel preset
Biography, balancedligne-claire + neutral

When preset is recommended: Load references/presets/{preset}.md and apply all special rules.

Details: references/auto-selection.md

Script Directory

Important: All scripts are located in the scripts/ subdirectory of this skill.

Agent Execution Instructions:

  1. Determine this SKILL.md file's directory path as {baseDir}
  2. Script path = {baseDir}/scripts/<script-name>.ts
  3. Replace all {baseDir} in this document with the actual path
  4. Resolve ${BUN_X} runtime: if bun installed → bun; if npx available → npx -y bun; else suggest installing bun

Script Reference:

ScriptPurpose
scripts/merge-to-pdf.tsMerge comic pages into PDF

File Structure

Output directory: comic/{topic-slug}/

  • Slug: 2-4 words kebab-case from topic (e.g., alan-turing-bio)
  • Conflict: append timestamp (e.g., turing-story-20260118-143052)

Contents:

FileDescription
source-{slug}.{ext}Source files
analysis.mdContent analysis
storyboard.mdStoryboard with panel breakdown
characters/characters.mdCharacter definitions
characters/characters.pngCharacter reference sheet
prompts/NN-{cover|page}-[slug].mdGeneration prompts
NN-{cover|page}-[slug].pngGenerated images
{topic-slug}.pdfFinal merged PDF

Language Handling

Detection Priority:

  1. --lang flag (explicit)
  2. EXTEND.md language setting
  3. User's conversation language
  4. Source content language

Rule: Use user's input language or saved language preference for ALL interactions:

  • Storyboard outlines and scene descriptions
  • Image generation prompts
  • User selection options and confirmations
  • Progress updates, questions, errors, summaries

Technical terms remain in English.

Workflow

Progress Checklist

Comic Progress:
- [ ] Step 1: Setup & Analyze
  - [ ] 1.1 Preferences (EXTEND.md) ⛔ BLOCKING
    - [ ] Found → load preferences → continue
    - [ ] Not found → run first-time setup → MUST complete before other steps
  - [ ] 1.2 Analyze, 1.3 Check existing
- [ ] Step 2: Confirmation - Style & options ⚠️ REQUIRED
- [ ] Step 3: Generate storyboard + characters
- [ ] Step 4: Review outline (conditional)
- [ ] Step 5: Generate prompts
- [ ] Step 6: Review prompts (conditional)
- [ ] Step 7: Generate images
  - [ ] 7.1 Generate character sheet (if needed) → characters/characters.png
  - [ ] 7.2 Generate pages (with --ref if character sheet exists)
- [ ] Step 8: Merge to PDF
- [ ] Step 9: Completion report

Flow

Input → [Preferences] ─┬─ Found → Continue
                       │
                       └─ Not found → First-Time Setup ⛔ BLOCKING
                                      │
                                      └─ Complete setup → Save EXTEND.md → Continue
                                                                              │
        ┌─────────────────────────────────────────────────────────────────────┘
        ↓
Analyze → [Check Existing?] → [Confirm: Style + Reviews] → Storyboard → [Review?] → Prompts → [Review?] → Images → PDF → Complete

Step Summary

StepActionKey Output
1.1Load EXTEND.md preferences ⛔ BLOCKING if not foundConfig loaded
1.2Analyze contentanalysis.md
1.3Check existing directoryHandle conflicts
2Confirm style, focus, audience, reviewsUser preferences
3Generate storyboard + charactersstoryboard.md, characters/
4Review outline (if requested)User approval
5Generate promptsprompts/*.md
6Review prompts (if requested)User approval
7.1Generate character sheet (if needed)characters/characters.png
7.2Generate pages (with character ref if available)*.png files
8Merge to PDF{slug}.pdf
9Completion reportSummary

Step 7: Image Generation

7.1 Generate character sheet (conditional):

Character sheet is recommended for multi-page comics with recurring characters, but NOT required for all presets:

ConditionAction
Multi-page comic with detailed charactersGenerate character sheet (recommended)
Preset with simplified characters (e.g., four-panel minimalist)Skip — prompt descriptions are sufficient
Single-page comicSkip unless characters are complex

When generating character sheet:

  • Backup rule: If characters/characters.png exists, rename to characters/characters-backup-YYYYMMDD-HHMMSS.png
  • Invoke an installed image generation skill such as baoyu-imagine
  • Read that skill's SKILL.md and follow its documented interface rather than calling its scripts directly
  • Use characters/characters.md as the prompt-file input
  • Save output to characters/characters.png
  • Use aspect ratio 4:3

Compress character sheet (recommended when using as --ref):

  • Use available image compression skill (if any)
  • Or system tools: sips -s format jpeg -s formatOptions 80 input.png --out output.jpg (macOS)
  • Or: pngquant --quality=65-80 input.png -o output.png
  • Compression reduces API payload size and avoids --ref failures

7.2 Generate each page:

Character SheetSkill CapabilityStrategy
ExistsSupports --refPass characters/characters.png with EVERY page
ExistsNo --ref supportPrepend character descriptions to EVERY prompt file
SkippedPrompt file contains all character descriptions inline

--ref failure recovery: If generation fails with --ref:

  1. Compress: Convert reference image to JPEG with reduced quality: sips -s format jpeg -s formatOptions 70 characters.png --out characters-compressed.jpg
  2. Retry with compressed image as --ref
  3. If still fails: Fall back to generating WITHOUT --ref (prompt-only, character descriptions embedded in prompt text)

Backup rules for page generation:

  • If prompt file exists: rename to prompts/NN-{cover|page}-[slug]-backup-YYYYMMDD-HHMMSS.md
  • If image file exists: rename to NN-{cover|page}-[slug]-backup-YYYYMMDD-HHMMSS.png
  • Invoke the installed image generation skill for each page
  • Use prompts/01-page-xxx.md as the prompt-file input
  • Save output to 01-page-xxx.png
  • Use aspect ratio from storyboard (default 3:4, preset may override)
  • If character sheet exists and skill supports reference images, pass as --ref

Full workflow details: references/workflow.md

EXTEND.md Paths ⛔ BLOCKING

CRITICAL: If EXTEND.md not found, MUST complete first-time setup before ANY other questions or steps. Do NOT proceed to content analysis, do NOT ask about art style, do NOT ask about tone — ONLY complete the preferences setup first.

PathLocation
.baoyu-skills/baoyu-comic/EXTEND.mdProject directory
$HOME/.baoyu-skills/baoyu-comic/EXTEND.mdUser home
ResultAction
FoundRead, parse, display summary → Continue
Not foundBLOCKING: Run first-time setup ONLY (references/config/first-time-setup.md) → Complete and save EXTEND.md → Then continue

EXTEND.md Supports: Watermark | Preferred art/tone/layout | Custom style definitions | Character presets | Language preference

Schema: references/config/preferences-schema.md

References

Core Templates:

Style Definitions:

  • references/art-styles/ - Art styles (ligne-claire, manga, realistic, ink-brush, chalk, minimalist)
  • references/tones/ - Tones (neutral, warm, dramatic, romantic, energetic, vintage, action)
  • references/presets/ - Presets with special rules (ohmsha, wuxia, shoujo, concept-story, four-panel)
  • references/layouts/ - Layouts (standard, cinematic, dense, splash, mixed, webtoon, four-panel)

Workflow:

Config:

Page Modification

ActionSteps
EditUpdate prompt file FIRST--regenerate N → Regenerate PDF
AddCreate prompt at position → Generate with character ref → Renumber subsequent → Update storyboard → Regenerate PDF
DeleteRemove files → Renumber subsequent → Update storyboard → Regenerate PDF

IMPORTANT: When updating pages, ALWAYS update the prompt file (prompts/NN-{cover|page}-[slug].md) FIRST before regenerating. This ensures changes are documented and reproducible.

Notes

  • Image generation: 10-30 seconds per page
  • Auto-retry once on generation failure
  • Use stylized alternatives for sensitive public figures
  • Maintain style consistency via session ID
  • Step 2 confirmation required - do not skip
  • Steps 4/6 conditional - only if user requested in Step 2
  • Step 7.1 character sheet - recommended for multi-page comics, optional for simple presets
  • Step 7.2 character reference - use --ref if sheet exists; compress/convert on failure; fall back to prompt-only
  • Watermark/language configured once in EXTEND.md

FAQ

What does baoyu-comic do?

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".

When should I use baoyu-comic?

Use it when you need a repeatable workflow that produces text report.

What does baoyu-comic output?

In the evaluated run it produced text report.

How do I install or invoke baoyu-comic?

Ask the agent to use this skill when the task matches its documented workflow.

Which agents does baoyu-comic support?

Agent support is inferred from the source, but not explicitly declared.

What tools, channels, or permissions does baoyu-comic need?

It uses bun, npx; channels commonly include text; permissions include filesystem:read, filesystem:write, process:spawn.

Is baoyu-comic safe to install?

Static analysis marked this skill as medium risk; review side effects and permissions before enabling it.

How is baoyu-comic different from an MCP or plugin?

A skill packages instructions and workflow conventions; tools, MCP servers, and plugins are dependencies the skill may call during execution.

Does baoyu-comic outperform not using a skill?

About baoyu-comic

When to use baoyu-comic

When you want to turn an article or outline into a multi-page knowledge comic. When you need storyboard and prompt files for sequential comic image generation. When you want comic pages merged into a final PDF deliverable.

When baoyu-comic is not the right choice

When you only need a single standalone illustration rather than a sequential comic workflow. When no image generation capability is available and you need fully rendered comic pages end-to-end.

What it produces

Produces text report.