scientific-slides

Generate scientific presentation slides as PDF, PowerPoint, or LaTeX Beamer decks.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill scientific-slides-mzane0803
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scientific-slides
Source: https://github.com/Mzane0803/latent-minds-skills-marketplace/tree/main/plugins/research-writing/skills/scientific-slides
Command: npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill scientific-slides-mzane0803

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Creating research presentations for conferences, seminars, and thesis defenses is time-consuming, and text-heavy slides fail to communicate science effectively. This Skill automates slide deck creation with AI-generated visuals, consistent formatting, and proper research citations. ## Core Features & Use Cases - AI Slide Generation: Uses Nano Banana Pro to generate complete slide images with consistent styling, then combines them into a PDF via bundled scripts. - PowerPoint Workflow: Generates visual-only figures with the --visual-only flag for assembly into editable PPTX decks. - LaTeX Beamer Support: Provides ready-to-use Beamer templates for conference talks, academic seminars, and dissertation defenses. - Use Case: Preparing a 15-minute conference talk — plan 15-18 slides, generate each with citations and attached data figures, combine into a PDF, then review and practice with timing guidance. ## Quick Start Ask the AI to create a 15-minute conference presentation on your research topic as a PDF slide deck with citations and consistent visual styling.

Frequently Asked Questions about scientific-slides

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a scientific presentation with AI-generated slides?▼

Plan each slide with a title, key points, and visual elements, then run generate_slide_image.py for each slide with a consistent formatting goal. Attach the previous slide with --attach for style continuity, and combine all images into a PDF using slides_to_pdf.py.

How to make PowerPoint slides for a research talk?▼

Generate visual-only figures using generate_slide_image.py with the --visual-only flag, then assemble them into an editable PPTX deck using the PPTX skill's html2pptx workflow. Add titles and body text separately during PowerPoint assembly.

Should I use LaTeX Beamer or PowerPoint for a thesis defense?▼

Beamer suits math-heavy presentations with equations, citations, and version control needs, and this Skill provides a dedicated defense template. PowerPoint works better for custom graphics, non-LaTeX collaborators, and complex animations.

How do I keep formatting consistent across generated slides?▼

Define a formatting goal covering color scheme, typography, and layout, and include it in every generation prompt. Always attach the previous slide with --attach so the generator matches the existing visual style.

Can I include my own data figures in generated slides?▼

Yes, attach existing charts or diagrams from your working directory using the --attach flag when generating results slides. Describe in the prompt how the figure should be incorporated, and multiple figures can be attached for comparisons.

What are common mistakes in scientific presentations?▼

Common pitfalls include text-heavy slides, tiny fonts, default themes, and skipping conclusions. The Skill's references/common_pitfalls.md catalogs content, design, and timing mistakes, recommending 3-4 bullets per slide and roughly one slide per minute.