paper-slide-deck

Featured

Generate professional slide deck images from academic papers and content. Creates comprehensive outlines with style instructions, auto-detects figures from PDFs, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", or "slide deck" for papers.

Code & Development 882 stars 76 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 87/100

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

Skill Content

# Paper Slide Deck Generator Transform academic papers and content into professional slide deck images with automatic figure extraction. ## Usage ```bash /paper-slide-deck path/to/paper.pdf /paper-slide-deck path/to/paper.pdf --style academic-paper /paper-slide-deck path/to/content.md --style sketch-notes /paper-slide-deck path/to/content.md --audience executives /paper-slide-deck path/to/content.md --lang zh /paper-slide-deck path/to/content.md --slides 10 /paper-slide-deck path/to/content.md --outline-only /paper-slide-deck # Then paste content ``` ## 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 path **Script Reference**: | Script | Purpose | |--------|---------| | `scripts/generate-slides.py` | Generate AI slides via Gemini API (Python) | | `scripts/merge-to-pptx.ts` | Merge slides into PowerPoint | | `scripts/merge-to-pdf.ts` | Merge slides into PDF | | `scripts/detect-figures.ts` | Auto-detect figures/tables in PDF | | `scripts/extract-figure.ts` | Extract figure from PDF page (uses PyMuPDF fallback) | | `scripts/apply-template.ts` | Apply figure container template | ## Options | Option | Description | |--------|-------------| | `--style <name>` | Visual style (see Style Gallery) | | `--audi...

Details

Author
LeonChaoX
Repository
LeonChaoX/qinyan-academic-skills
Created
6 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

paper-slide-deck

从学术论文/内容自动生成"图片版"幻灯(Gemini 出图 + 风格画廊 academic-paper/blueprint/chalkboard…), 自动侦测 PDF 里的图表。适合投稿汇报、组会、讲座这类以视觉呈现为主的幻灯。 Generate professional slide deck IMAGES from academic papers/content; auto-detects figures from PDFs. 触发词:做PPT、生成PPT、幻灯片、演示文稿、论文转PPT、图片版幻灯、组会PPT、讲座PPT、 create slides、make a presentation、slide deck。 边界:学位论文**答辩/中期官方模板 PPT**(套学校母版、嵌演示者备注、量化自检门)→ thesis-defense (桥接 report-ppt-builder,含中期模式);本 skill 只出"图片版"风格幻灯,不套官方 Word/PPT 模板。

3 Updated 1 months ago
gxgeek-n
Data & Documents Featured

lov-any2deck

Generate professional slide deck images from content (Markdown, text, URLs). Creates outlines with style instructions, then generates individual slide images. Supports 16 visual styles, CJK/Latin mixed text, branding overlays, and PPTX/PDF export. Use when the user asks to "create slides", "make a presentation", "generate deck", "slide deck", "PPT", "做PPT", "生成幻灯片", "制作演示文稿", or wants to turn content into a visual slide deck.

65 Updated today
lovstudio
AI & Automation Featured

paper-slides

Generate conference presentation slides (beamer LaTeX → PDF + editable PPTX) from a compiled paper, with speaker notes and full talk script. Use when user says "做PPT", "做幻灯片", "make slides", "conference talk", "presentation slides", "生成slides", "写演讲稿", or wants beamer slides for a conference talk.

16,018 Updated today
wanshuiyin