Scientific presentations for conferences, seminars, thesis defenses, and grant pitches. Slide design, talk structure, timing, data viz for slides, QA. PowerPoint and LaTeX Beamer. For posters use latex-research-posters.
npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill scientific-slides
Scientific presentations are a critical medium for communicating research at conferences, seminars, defenses, and professional talks. This knowhow covers end-to-end presentation development: structure and content planning, visual design principles, data visualization adaptation, timing and pacing, and quality assurance across PowerPoint and LaTeX Beamer formats.
| Talk Type | Duration | Slides | Focus | Key Finding Count |
|-----------|----------|--------|-------|-------------------|
| Conference talk | 10–20 min | 12–20 | 1–2 key findings | 1–2 |
| Academic seminar | 45–60 min | 40–60 | Comprehensive coverage | 3–6 |
| Thesis defense | 45–60 min | 45–65 | Full dissertation | All studies |
| Grant pitch | 10–20 min | 12–18 | Significance + feasibility | Preliminary data |
| Journal club | 20–45 min | 20–40 | Critical analysis | Paper's findings |
Visual-first approach: Start with visuals (figures, diagrams, images), then add text as support. Target 60–70% visual content, 30–40% text. Every slide should have a strong visual element.
Typography:
Color:
Layout:
Key differences from journal figures:
| Chart Type | Best For | Slide Adaptation |
|-----------|----------|-----------------|
| Bar chart | Category comparison | Max 6–8 bars, large labels |
| Line graph | Trends over time | Bold lines, 2–3 series max |
| Scatter plot | Correlations | Large points, trend line |
| Heatmap | Matrix patterns | High contrast, annotate key cells |
| Flowchart | Methodology | Build step-by-step with animations |
Every scientific talk follows this narrative structure:
Start: What is your priority?
├── Mathematical content, equations, version control?
│ └── YES → LaTeX Beamer (see assets/beamer templates)
├── Editable slides, company templates, animations?
│ └── YES → PowerPoint (programmatic or template-based)
├── Fast creation, non-technical audience, visual impact?
│ └── YES → PowerPoint or image-based PDF
└── Not sure
└── PowerPoint (most flexible default)
| Duration | Simple Topic | Average | Complex Topic |
|----------|-------------|---------|---------------|
| 5 min | 5–6 | 6–8 | 5–7 |
| 10 min | 10–12 | 12–14 | 10–12 |
| 15 min | 14–16 | 16–18 | 14–16 |
| 30 min | 25–30 | 30–35 | 25–30 |
| 45 min | 38–45 | 45–50 | 38–45 |
| 60 min | 50–55 | 55–65 | 50–60 |
General rule: ~1 slide per minute. Complex slides (results, methodology) may take 2–3 minutes; simple slides (transitions, section dividers) take 15–30 seconds.
| Section | % of Time | 15-min Talk | 45-min Talk |
|---------|-----------|------------|------------|
| Introduction | 15–20% | 2–3 min | 7–9 min |
| Methods | 15–20% | 2–3 min | 7–9 min |
| Results | 40–50% | 6–7 min | 18–22 min |
| Discussion | 15–20% | 2–3 min | 7–9 min |
| Conclusion | 5% | 45 sec | 2 min |
10. Never skip conclusions. If running behind, cut earlier content (skip a results slide or compress methods). The conclusion is the audience's take-away message — skipping it wastes the entire talk.
# Basic compilation
pdflatex presentation.tex
# With bibliography
pdflatex presentation.tex && bibtex presentation && pdflatex presentation.tex && pdflatex presentation.tex
# Better font support
lualatex presentation.tex
Detailed reference files in references/:
| File | Content |
|------|---------|
| talk_types_guide.md | Detailed structure and strategy for each talk type (conference, seminar, defense, grant pitch, journal club) with example outlines |
| slide_design_guide.md | Extended design principles: color theory, typography tables, layout patterns, accessibility guidelines, Gestalt principles for visual composition |
Templates and guides in assets/:
| File | Description |
|------|-------------|
| beamer_template_conference.tex | LaTeX Beamer template for 15-minute conference talks |
| beamer_template_seminar.tex | LaTeX Beamer template for 45-minute academic seminars |
| beamer_template_defense.tex | LaTeX Beamer template for thesis/dissertation defenses |
| timing_guidelines.md | Comprehensive timing and pacing strategies for all talk types |
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.
Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.
Take jaechang-hits/scientific-slides from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.