Academic PPTX Presentation Skill
Enforces argument structure and communication-first design rules for conference talks, thesis defenses, and research decks.
Docs & OfficeIntermediate★ 1,050⑂ 110AI score 9/10Last updated: Jul 14, 2026
What it does
- Governs content and structure for academic presentations: conference papers, seminars, thesis defenses, grant briefings, lab meetings.
- Requires an action title (a full sentence stating the takeaway) on every slide and applies the "ghost deck test" — titles read in sequence must tell the whole argument.
- Imposes academic design standards: white background, one sans-serif face, max three colors (default navy
1F4E79), no decorative icons or stock art, body text ≥ 20 pt, ~40 words max per slide. - Uses a results-slide pattern (figure left, interpretive bullets right, one exhibit per slide) plus in-slide citations, a References slide, and conclusions as the final non-appendix slide, all verified by an academic QA checklist.
- Delegates actual .pptx creation/editing to the companion pptx skill (pptxgenjs, markitdown, LibreOffice, Poppler).
Who it's for
- Grad students, PhD candidates, and researchers preparing conference talks
- Anyone building a dissertation defense deck for the first time
- Faculty and PIs assembling grant briefings or lab meeting slides
- Analysts presenting evidence-heavy research to evaluating audiences
Example uses
- "Make a 15-minute conference deck from my paper on X" — it drafts a slide-by-slide outline with action titles for your approval before building.
- "Build my dissertation defense deck" — narrows to one defensible claim, pushes the rest to an appendix, adds section dividers and a References slide.
- "Clean up this existing PPT to academic standards" — strips decoration, normalizes fonts and alignment, and runs the QA checklist for missing citations or a proper conclusions slide.
· · · 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/Gabberflast/academic-pptx-skill/HEAD/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 SKILL.m folder from the GitHub repo Gabberflast/academic-pptx-skill into my ~/.claude/skills/academic-pptx/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Gabberflast/academic-pptx-skill.git ~/.claude/skills/academic-pptx⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Create the skills folder:
mkdir -p ~/.claude/skills - Clone the repo:
git clone https://github.com/Gabberflast/academic-pptx-skill.git ~/.claude/skills/academic-pptx - Confirm
SKILL.md,content_guidelines.md, andslide_patterns.mdexist in that folder. - Also install the companion pptx skill into
~/.claude/skills/, since this skill relies on it to write the actual file. - Install dependencies:
pip install "markitdown[pptx]",npm install -g pptxgenjs, plus LibreOffice (soffice) and Poppler (pdftoppm) for PDF/image QA. - Restart Claude Code and try: "create conference slides for my paper."
- Review
LICENSE.txt(proprietary license) before any commercial use.
View source on GitHub ↗License: MIT