Scientific Slides
Plans, AI-generates, and assembles research talk decks — conference presentations, seminars, and thesis defenses — into PDF or PowerPoint.
Docs & OfficeIntermediate★ 33,030⑂ 3,248AI score 9/10Last updated: Aug 9, 2026
What it does
Builds complete slide decks for academic and scientific talks.
- Deck planning: proposes structure, slide count, and timing for the talk type (15-min conference, 45-min seminar, dissertation defense).
- AI slide generation: uses
generate_slide_image.pyto render each slide as an image, attaching the previous slide with--attachso colors, fonts, and layout stay consistent. - PDF or PPTX output: merges images via
slides_to_pdf.py, or uses--visual-onlyto produce figures that the PPTX skill turns into editable PowerPoint slides. - Bundled resources: three Beamer templates (conference/seminar/defense), timing guidelines, design principles, and a common-pitfalls checklist.
Who it's for
- Grad students and researchers preparing conference talks
- Anyone building thesis or dissertation defense slides
- Lab seminars, journal clubs, and grant pitch presentations
- Presenters who want visual, story-driven decks instead of bullet walls
Example uses
- "Build a 16-slide deck for a 15-minute AI conference talk — dark blue background, gold accents, citations in small text at the bottom."
- "Make a results slide around the accuracy chart in
figures/, highlighting the three key numbers." - "Turn this paper draft into a 45-minute seminar: 5 intro slides, 4 methods, 8 results."
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/HEAD/skills/scientific-slides/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/scientific-slides folder from the GitHub repo K-Dense-AI/scientific-agent-skills into my ~/.claude/skills/scientific-slides/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git /tmp/sas && mkdir -p ~/.claude/skills && cp -r /tmp/sas/skills/scientific-slides ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git - Copy the skill into place:
mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/scientific-slides ~/.claude/skills/ - (Optional) For AI slide image generation, set your key:
export OPENROUTER_API_KEY=your_key_here - Confirm Python 3 is available, since the bundled scripts need it:
python3 --version - Restart Claude Code and ask something like "make slides for my conference talk" to trigger the skill.
View source on GitHub ↗License: MIT