Generate Slides
Generate conference presentation slides from a completed paper. Extracts key content, builds a slide structure, generates content with speaker notes, and produces a Marp-compatible markdown slide deck.
Generate Slides: $ARGUMENTS
Activate the presentation-engine skill. Read skills/presentation-engine/SKILL.md in full.
Execute the complete 5-step presentation workflow:
- EXTRACT key content from each paper section
- DESIGN slide structure (15-18 slides for conference, 10-12 for short talk)
- GENERATE slide content with speaker notes for every slide
- INTEGRATE figures from
figures/directory where appropriate - SAVE to
presentation/presentation.md+presentation/speaker_notes.md
Input
$ARGUMENTS can be:
- Empty — generates a standard 15-18 slide conference presentation
- Format (e.g.,
"short talk","workshop","seminar","poster") - Time constraint (e.g.,
"10 minutes","20 minutes","45 minutes") - Venue (e.g.,
"ICIS 2026") — adapts to venue presentation norms
Output
presentation/presentation.md— Marp-compatible slide deck with speaker notespresentation/speaker_notes.md— standalone speaker notes for rehearsalpresentation/slide_outline.md— quick reference outline- Render with:
marp presentation/presentation.md --pdf