presenting-conference-talks

presenting-conference-talks is a skill for Claude Code from Orchestra-Research/AI-Research-SKILLs. It costs 53 tokens per session (2,509 once invoked), scanned A, original, MIT.

A presentation guide that turns a completed research paper into conference slides, speaker notes, a talk script, a Beamer PDF, and an editable PowerPoint file. Beamer is a LaTeX system for making presentation slides.

In plain words
What is it for?
Use it to prepare poster talks, spotlight presentations, oral talks, or invited talks from ML and systems papers.
Why use it?
Preparing a talk requires reducing a paper to a clear story while fitting a specific time limit. This provides formats and guidance for that conversion.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ml-paper-writing plugin — 4 skills shipped together

Good fit Use it to prepare poster talks, spotlight presentations, oral talks, or invited talks from ML and systems papers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orchestra-research/ai-research-skills/presenting-conference-talks
About the project

AI Research Skills Library is a collection of reusable instructions that guide AI agents through research and machine-learning engineering tasks, from finding ideas and writing papers to training, evaluation, and deployment. It is for configuring agents such as Claude Code, Codex, and Gemini to perform research workflows.

Orchestra-Research/AI-Research-SKILLs · 12,567 stars · on GitHub · orchestra-research.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Orchestra-Research/AI-Research-SKILLs --skill presenting-conference-talks
Clone the repo
git clone --depth 1 https://github.com/Orchestra-Research/AI-Research-SKILLs

Made for: Claude Code.

Or install ml-paper-writing, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for presenting-conference-talks

README.md
[![agentmods](https://agentmods.dev/badge/skills/orchestra-research/ai-research-skills/presenting-conference-talks/github.svg)](https://agentmods.dev/skills/orchestra-research/ai-research-skills/presenting-conference-talks)
Your own site
<a href="https://agentmods.dev/skills/orchestra-research/ai-research-skills/presenting-conference-talks"><img src="https://agentmods.dev/badge/skills/orchestra-research/ai-research-skills/presenting-conference-talks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for presenting-conference-talks

Your own site · 80×15
<a href="https://agentmods.dev/skills/orchestra-research/ai-research-skills/presenting-conference-talks"><img src="https://agentmods.dev/badge/skills/orchestra-research/ai-research-skills/presenting-conference-talks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,509 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 13 Apr 2026
  • Snyk pass 13 Apr 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.02509
Opus 5 $0.00026 $0.01255
Sonnet 5 $0.00011 $0.00502
Haiku 4.5 $0.00005 $0.00251

Measured 9d ago against content hash 5fb6b8f9e5b7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

presenting-conference-talks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

20-ml-paper-writing/presenting-conference-talks/SKILL.md · 299 lines

How it starts

The opening of the file, as written. The whole thing — 299 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Presenting Conference Talks: From Paper to Slides

Generate conference presentation slides from a compiled research paper. Produces both Beamer LaTeX PDF (for polished typesetting) and editable PPTX (for last-minute adjustments), with speaker notes and an optional talk script.

When to Use This Skill

Scenario Use This Skill Use Other Skills Instead
Preparing oral/spotlight/poster-talk slides
Generating Beamer PDF + PPTX from paper
Speaker notes and talk script
Writing the paper itself ml-paper-writing
Structuring a systems paper systems-paper-writing
Creating publication-quality plots academic-plotting

Attribution: This skill's structure draws inspiration from the ARIS paper-slides skill (570 lines, supporting poster/spotlight/oral/invited with Beamer+PPTX). This is an independent implementation for the AI-Research-SKILLs ecosystem.


Talk Types and Slide Counts

Talk Type Duration Slides Content Depth
poster-talk 3–5 min 5–8 Problem + key result only
spotlight 5–8 min 8–12 Problem + approach + key results
oral 15–20 min 15–22 Full story with evaluation highlights
invited 30–45 min 25–40 Deep dive with context and demos

Rule of thumb: ~1 slide per minute for oral, ~1.5 slides per minute for spotlight.


Slide Structure Templates

Poster-Talk (5–8 slides)

Slide 1: Title + Authors + Affiliation
Slide 2: Problem — Why this matters (1 motivating figure)
Slide 3: Key Insight — One-sentence thesis
Slide 4: Approach Overview — Architecture diagram
Slide 5: Main Result — Headline numbers (1 figure)
Slide 6: Takeaway + QR code to paper/code

Spotlight (8–12 slides)

Slide 1:  Title + Authors
Slide 2:  Problem Statement — Concrete, quantified
Slide 3:  Motivation — Why existing solutions fall short
Slide 4:  Key Insight — Thesis statement
Slide 5:  System Overview — Architecture diagram
Slide 6:  Design Highlight 1 — Core mechanism
Slide 7:  Design Highlight 2 — Key innovation
Slide 8:  Evaluation Setup — Baselines and workloads (brief)
Slide 9:  Main Results — Headline performance figure
Slide 10: Ablation / Breakdown — What contributes most
Slide 11: Summary + Contributions
Slide 12: Thank You + Links

Read the full file on GitHub · 299 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 299 lines · 53 tokens per session scan A 5fb6b8f9e5b7

Subscribe to this mod's changes

presenting-conference-talks is a skill published in the GitHub repository Orchestra-Research/AI-Research-SKILLs (12,567 stars, last pushed 2mo ago), licensed MIT. It adds 53 tokens to every session and 2,509 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

ml-paper-writing

Write publication-ready ML/AI/Systems papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM, OSDI, NSDI, ASPLOS, SOSP. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification…

brycewang-stanford/Auto-Empirical-Research-Skills · 80 tokens

ml-paper-writing

Write publication-ready ML/AI/Systems papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM, OSDI, NSDI, ASPLOS, SOSP. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification…

OpenRaiser/NanoResearch · 80 tokens

systems-paper-writing

Comprehensive guide for writing systems papers targeting OSDI, SOSP, ASPLOS, NSDI, and EuroSys. Provides paragraph-level structural blueprints, writing patterns, venue-specific checklists, reviewer guidelines, LaTeX templates, and conference deadlines. Use this skill for all systems conference paper writing.

TTAWDTT/elegant-researcher-skill · 66 tokens

academic-plotting

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn.…

brycewang-stanford/Auto-Empirical-Research-Skills · 68 tokens

scientific-figure-making

Covers publication-ready matplotlib figures for academic papers, slides, and reports—bars, trends, scatter, heatmaps, and multi-panel layouts—with this repository’s house style, print/vector export conventions, and parity with figures4papers demos. Use when the user is finalizing or creating such figures in…

ChenLiu-1996/figures4papers · 111 tokens

beamer-presentation

Create academic presentations in Beamer with professional themes.

brycewang-stanford/Auto-Empirical-Research-Skills · 14 tokens