Pptx generation
Skill BioTender-max/awesome-bio-agent-skills/skills/labclaw/pptx-generation
A curated collection of AI agent skills for biomedical research, covering genomics, proteomics, single-cell analysis, clinical AI, and protein design.
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill pptx-generationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.8 KB, as published. Nobody here has run it
Academic Presentation Generation
Overview
Create publication-quality academic presentations (.pptx) for group meetings, thesis defenses, conference talks, and posters.
Templates
Group Meeting (10-15 slides)
- Title slide (project name, date, presenter)
- Background / Context (1-2 slides)
- This Week's Progress (3-5 slides)
- Results & Figures (2-3 slides)
- Challenges / Questions (1 slide)
- Next Steps (1 slide)
Thesis Defense (30-50 slides)
- Title (name, committee, date)
- Outline
- Background & Significance (5-8 slides, establishing expertise)
- Specific Aims / Research Questions (1-2 slides)
- Aim 1: Methods → Results → Summary (8-12 slides)
- Aim 2: Methods → Results → Summary (8-12 slides)
- Aim 3 (if applicable)
- Integrated Discussion (2-3 slides)
- Conclusions & Impact (1-2 slides)
- Future Directions (1-2 slides)
- Acknowledgments
- Backup slides (for committee questions)
Conference Talk (12-20 slides, 10-15 min)
- Title (grab attention)
- The Problem (why should the audience care?)
- Key Question (one sentence)
- Our Approach (why this method?)
- Key Results (3-5 slides, one finding per slide)
- So What? (implications, impact)
- Acknowledgments
Design Principles
- One message per slide: if you need two messages, use two slides
- Visual hierarchy: title → key message → supporting data → source
- Minimal text: bullet points, not paragraphs. The speaker IS the narrative.
- Figure-first: lead with the figure, explain verbally
- Consistent styling: same fonts, colors, and layout throughout
Technical Implementation
- Use python-pptx for programmatic generation
- Template-based: define slide layouts, then populate with content
- Support custom color themes and institutional branding
- Export as .pptx (editable) and .pdf (final)