Leaderboard/Presentations/beamer-academic
Last commit on August 17, 2026·Created on May 21, 2026

Faust-Donf/beamer-academic

Transforms academic papers and theses into professional Beamer presentation slides.
Combined rank
#625
across all skills
In Presentations
#13
category rank
Stars
298
+1.7% in last 7d
Forks
11
0.0% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Beamer Academic automates the transition from a research paper to a structured presentation. It extracts core material from PDF, Word, or LaTeX sources to generate outlines and content for thesis defenses, proposals, and conference talks.

The skill utilizes a layout library of 13 professional page types and five color schemes, allowing researchers to move from a raw manuscript to compiled LaTeX slides through an interactive editing loop.

WHO IT'S FOR
Graduate students
generate thesis defense slides from papers
Academic researchers
create conference talk presentations from publications
LaTeX users
automate Beamer slide generation via AI
AI automation builders
integrate academic slide pipelines into AI workflows
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Claude Code on macOS

Installs: Complete beamer-academic skill repository · Claude Code

Before you start
  • macOS
  • LaTeX with XeLaTeX

Platform: macOS

  1. In a terminal, install the documented macOS LaTeX dependency.

    brew install --cask mactex-no-gui
  2. In a terminal, clone the complete repository into Claude Code's documented skills directory.

    git clone https://github.com/Faust-Donf/beamer-academic.git ~/.claude/skills/beamer-academic
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create defense slides from a thesis

Uses beamer-academic

  • Path to a thesis file in .tex, .docx, or .pdf format
  • University, presenter name, advisor, and preferred color when the skill requests them
Use the beamer-academic skill to make my defense slides from [THESIS_FILE]. Replace [THESIS_FILE] with the path to my .tex, .docx, or .pdf thesis in the current working directory. Prefer the .tex or .docx source when available, ask me which file to use if there are multiple candidates, and begin with the skill's normal clarification and outline-confirmation workflow.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026