baoyu-comic

Generate multi-page educational knowledge comics from source content using AI image generation.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Junkfooooood/hermes-governance --skill baoyu-comic-junkfooooood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-comic
Source: https://github.com/Junkfooooood/hermes-governance/tree/main/skills/creative/baoyu-comic
Command: npx skills add https://github.com/Junkfooooood/hermes-governance --skill baoyu-comic-junkfooooood

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning articles, biographies, tutorials, or technical explanations into engaging visual comics normally requires illustration skills and hours of layout work. This Skill automates the full pipeline from raw content to finished comic pages. ## Core Features & Use Cases - End-to-end comic pipeline: Analyzes source content, builds a storyboard with panel breakdowns, defines consistent characters, writes per-page image prompts, and generates PNG pages via the image_generate tool. - Flexible style system: Combines 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) with a content-signal auto-selection matrix. - Partial workflows and regeneration: Supports storyboard-only, prompts-only, images-only, and per-page regeneration modes, with backup rules for existing outputs. - Use Case: Paste a tutorial on neural networks and ask for an ohmsha-style educational comic; the Skill produces analysis.md, storyboard.md, character definitions, prompt files, and downloaded PNG pages under comic/{topic-slug}/. ## Quick Start Ask the agent to create a knowledge comic from your pasted article or topic, for example: "Create an ohmsha-style educational comic explaining gradient descent from this text."

Frequently Asked Questions about baoyu-comic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an educational comic from an article with AI?

Provide the article text, file path, URL, or topic and request a knowledge comic. The Skill analyzes the content, confirms style options with you, builds a storyboard and character definitions, writes per-page prompts, then generates and downloads each page as a PNG.

What art styles and tones are available for knowledge comics?

Six art styles (ligne-claire, manga, realistic, ink-brush, chalk, minimalist) combine with seven tones (neutral, warm, dramatic, romantic, energetic, vintage, action). Five presets like ohmsha and four-panel add special rules, and a content-signal matrix recommends combinations automatically.

Can I regenerate a single comic page without redoing everything?

Yes. Ask to regenerate specific pages by number, such as pages 2, 5, and 8. The Skill reads the existing prompt files, regenerates only those images, and overwrites the PNGs after backing up the originals.

Does the comic generator support reference images for style?

Reference images are accepted as file paths but only for trait extraction. Style, palette, or scene traits are converted to text embedded in every page prompt, because the image_generate tool is prompt-only and cannot accept images as visual input.

How is character consistency maintained across comic pages?

Character descriptions written in characters/characters.md are embedded inline into every page prompt during Step 5. An optional character sheet PNG is generated as a human review artifact, but text descriptions are the sole consistency mechanism.

What output files does the comic workflow produce?

The output directory comic/{topic-slug}/ contains analysis.md, storyboard.md, characters/characters.md, optional characters.png, per-page prompt files under prompts/, and the final PNG pages. PDF merging is not included; pages are delivered as individual PNGs.