paper-comic

Solid

Generate educational comics from academic papers, using visual storytelling to explain core ideas and innovations. Supports 4 art styles: classic (clean lines), tech (futuristic), warm (friendly), chalk (blackboard). Uses genimg-gemini-web to generate images.

AI & Automation 20 stars 1 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
44
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Paper Comic - Academic Paper to Comic Generator Transform academic papers into coherent educational comics, making complex concepts easier to understand through visual storytelling. ## Usage ```bash /paper-comic /path/to/paper.pdf /paper-comic /path/to/paper.pdf --style tech /paper-comic # Then paste the paper content ``` ## Art Style Options | Style | Features | Suitable Papers | |-------|-----------|-----------------| | **classic** | Clean-line style, simple and professional, easy to read | General purpose, most papers (default) | | **tech** | Futuristic look, circuit and neon elements | AI/Computer/Engineering papers | | **warm** | Gentle tone, nostalgic feeling, approachable | Psychology/Cognitive Science/Education | | **chalk** | Blackboard effect, academic atmosphere | Math/Physics/Theoretical papers | ## Output Structure ``` [output-dir]/ ├── outline.md # Storyboard and scene outline ├── characters/ │ ├── characters.md # Character definitions │ └── characters.png # Character reference image ├── prompts/ │ ├── 00-cover.md # Cover prompt │ └── XX-page.md # Page prompts ├── 00-cover.png # Cover page └── XX-page.png # Comic pages ``` **Output Directory**: - If source files exist: `[source-dir]/comic/` - If no source files: `comic-outputs/YYYY-MM-DD/[topic-slug]/` ## Workflow ### Step 1: Analyze the Paper 1. Read paper content (PDF or Markdown) 2. Extract key information: - Paper title and authors - Rese...

Details

Author
proyecto26
Repository
proyecto26/sherlock-ai-plugin
Created
3 months ago
Last Updated
1 months ago
Language
TypeScript
License
MIT

Related Skills