← ClaudeAtlas

baoyu-comiclisted

Knowledge comic creator supporting multiple styles (Logicomix/Ligne Claire, Ohmsha manga guide). 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".
aiskillstore/marketplace · ★ 329 · Web & Frontend · score 79
Install: claude install-skill aiskillstore/marketplace
# Knowledge Comic Creator Create original knowledge comics with multiple visual styles. ## Usage ```bash /baoyu-comic posts/turing-story/source.md /baoyu-comic # then paste content ``` ## Options | Option | Values | |--------|--------| | `--style` | classic (default), dramatic, warm, tech, sepia, vibrant, ohmsha, realistic, or custom description | | `--layout` | standard (default), cinematic, dense, splash, mixed, webtoon | | `--aspect` | 3:4 (default, portrait), 4:3 (landscape), 16:9 (widescreen) | | `--lang` | auto (default), zh, en, ja, etc. | Style × Layout × Aspect can be freely combined. Custom styles can be described in natural language. **Aspect ratio is consistent across all pages in a comic.** ## Auto Selection | Content Signals | Style | Layout | |-----------------|-------|--------| | Tutorial, how-to, beginner | ohmsha | webtoon | | Computing, AI, programming | tech | dense | | Pre-1950, classical, ancient | sepia | cinematic | | Personal story, mentor | warm | standard | | Conflict, breakthrough | dramatic | splash | | Wine, food, business, lifestyle, professional | realistic | cinematic | | Biography, balanced | classic | mixed | ## 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 `SKILL_DIR` 2. Script path = `${SKILL_DIR}/scripts/<script-name>.ts` 3. Replace all `${SKILL_DIR}` in this document with the actual pa