Agent skill · Design & Presentation

baoyu-comic

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

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-codeships scripts
Install
npx skills add ECNU-ICALK/AutoSkill --skill baoyu-comic --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 34
SKILL.md size: 12 KB
Bundled scripts: yes
Path: SkillBank/Common/baoyu-skills/baoyu-comic/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. ## Usage ```bash /baoyu-comic posts/turing-story/source.md /baoyu-comic article.md --art manga --tone warm /baoyu-comic # then paste content ``` ## Options ### Visual Dimensions | Option | Values | Description | |--------|--------|-------------| | `--art` | ligne-claire (default), manga, realistic, ink-brush, chalk | Art style / rendering technique | | `--tone` | neutral (default), warm, dramatic, romantic, energetic, vintage, action | Mood / atmosphere | | `--layout` | standard (default), cinematic, dense, splash, mixed, webtoon | Panel arrangement | | `--aspect` | 3:4 (default, portrait), 4:3 (landscape), 16:9 (widescreen) | Page aspect ratio | | `--lang` | auto (default), zh, en, ja, etc. | Output language | ### Partial Workflow Options | Option | Description | |--------|-------------| | `--storyboard-only` | Generate storyboard only, skip prompts and images | | `--prompts-only` | Generate storyboard + prompts, skip images | | `--images-only` | Generate images from existing prompts directory | | `--regenerate N` | Regenerate specific page(s) only (e.g., `3` or `2,5,8`) | Detai

What's inside
Steps it walks through
  1. Usage
  2. Options
  3. Visual Dimensions
  4. Partial Workflow Options
  5. Art Styles (画风)
  6. Tones (基调)
  7. Preset Shortcuts
  8. Compatibility Matrix
  9. Auto Selection
  10. Script Directory
  11. File Structure
  12. Language Handling
  13. Workflow
  14. Progress Checklist
Ships with 24 files
  • references/analysis-framework.md
  • references/art-styles/chalk.md
  • references/art-styles/ink-brush.md
  • references/art-styles/ligne-claire.md
  • references/art-styles/manga.md
  • references/art-styles/realistic.md
  • references/auto-selection.md
  • references/base-prompt.md
  • references/character-template.md
  • references/config/first-time-setup.md
  • references/config/preferences-schema.md
  • references/config/watermark-guide.md
  • references/layouts/cinematic.md
  • references/layouts/dense.md
  • references/layouts/mixed.md
  • references/layouts/splash.md
  • references/layouts/standard.md
  • references/layouts/webtoon.md
  • references/ohmsha-guide.md
  • references/partial-workflows.md
  • references/presets/ohmsha.md
  • references/presets/shoujo.md
  • references/presets/wuxia.md
  • references/storyboard-template.md
first 24 of 34
Commands it runs
Use Reference Sheet Prompt from characters/characters.md
npx -y bun ${SKILL_DIR}/../baoyu-image-gen/scripts/main.ts \
More from AutoSkill
All skills →
About this skill
What does the baoyu-comic skill 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".

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill baoyu-comic --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going