Last commit on June 15, 2026 · Created on March 10, 2026
Noi1r/ beamer-skill
“Turns research papers into presentations that teach as they show.”
Combined rank #586
across all skills
Watchers 0
0 watchers in last 7d
Traction score GitHub 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 T his skill guides the full lifecycle of academic Beamer slide decks: drafting from paper PDFs or Markdown, compiling with XeLaTeX, reviewing for pedagogical clarity and visual polish, and extracting figures for reuse. It serves researchers, graduate students, and lecturers who need mathematically precise, well-structured presentations without managing every LaTeX detail themselves.
WHO IT'S FOR Academic Researchers and Professors
preparing conference presentations and lectures
Graduate Students
preparing thesis defenses and journal club presentations
AI-Assisted Presentation Creators
generating Beamer slides from papers or markdown
LaTeX Power Users
building Beamer presentations with quality checks
1 skill file View names & sources → Repository contents
1 skill file ×
Compatible Agents The 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.
I’m using Claude Code OpenAI Codex CLI
Claude Code on macOS Claude Code on Ubuntu/Debian Claude Code on Arch
Claude Code on macOS Installs: Complete Beamer skill directory · Claude Code
Before you start Platform: macOS
In a terminal, install the required full TeX distribution with XeLaTeX.
brew install --cask mactex Copy In a terminal, clone the repository first.
git clone https://github.com/Noi1r/beamer-skill.git Copy In a terminal, create the Claude Code skills folder and copy the repository's beamer skill directory into it.
mkdir -p ~/.claude/skills
cp -r beamer-skill/beamer ~/.claude/skills/ Copy Restart Claude Code so the skill is detected.
Claude Code on Ubuntu/Debian Installs: Complete Beamer skill directory · Claude Code
Before you start Platform: Ubuntu/Debian
In a terminal, install the required full TeX distribution with XeLaTeX.
sudo apt install texlive-full Copy In a terminal, clone the repository first.
git clone https://github.com/Noi1r/beamer-skill.git Copy In a terminal, create the Claude Code skills folder and copy the repository's beamer skill directory into it.
mkdir -p ~/.claude/skills
cp -r beamer-skill/beamer ~/.claude/skills/ Copy Restart Claude Code so the skill is detected.
Claude Code on Arch Installs: Complete Beamer skill directory · Claude Code
Before you start Platform: Arch Linux
In a terminal, install the required full TeX distribution with XeLaTeX.
sudo pacman -S texlive Copy In a terminal, clone the repository first.
git clone https://github.com/Noi1r/beamer-skill.git Copy In a terminal, create the Claude Code skills folder and copy the repository's beamer skill directory into it.
mkdir -p ~/.claude/skills
cp -r beamer-skill/beamer ~/.claude/skills/ Copy Restart Claude Code so the skill is detected.
OpenAI Codex CLI on macOS Installs: Beamer project integration comprising AGENTS.md and references/ · OpenAI Codex CLI
Before you start Platform: macOS
In a terminal, install the required full TeX distribution with XeLaTeX.
brew install --cask mactex Copy In a terminal, clone the repository first.
git clone https://github.com/Noi1r/beamer-skill.git Copy In a terminal, replace the author-provided `your-project` placeholder with the path to your project root, then copy AGENTS.md and references into that project root.
cp beamer-skill/beamer/AGENTS.md your-project/AGENTS.md
cp -r beamer-skill/beamer/references your-project/references Copy Run Codex CLI with that project as its working directory; it automatically reads AGENTS.md there and uses the referenced detailed workflows as needed.
OpenAI Codex CLI on Ubuntu/Debian Installs: Beamer project integration comprising AGENTS.md and references/ · OpenAI Codex CLI
Before you start Platform: Ubuntu/Debian
In a terminal, install the required full TeX distribution with XeLaTeX.
sudo apt install texlive-full Copy In a terminal, clone the repository first.
git clone https://github.com/Noi1r/beamer-skill.git Copy In a terminal, replace the author-provided `your-project` placeholder with the path to your project root, then copy AGENTS.md and references into that project root.
cp beamer-skill/beamer/AGENTS.md your-project/AGENTS.md
cp -r beamer-skill/beamer/references your-project/references Copy Run Codex CLI with that project as its working directory; it automatically reads AGENTS.md there and uses the referenced detailed workflows as needed.
OpenAI Codex CLI on Arch Installs: Beamer project integration comprising AGENTS.md and references/ · OpenAI Codex CLI
Before you start Platform: Arch Linux
In a terminal, install the required full TeX distribution with XeLaTeX.
sudo pacman -S texlive Copy In a terminal, clone the repository first.
git clone https://github.com/Noi1r/beamer-skill.git Copy In a terminal, replace the author-provided `your-project` placeholder with the path to your project root, then copy AGENTS.md and references into that project root.
cp beamer-skill/beamer/AGENTS.md your-project/AGENTS.md
cp -r beamer-skill/beamer/references your-project/references Copy Run Codex CLI with that project as its working directory; it automatically reads AGENTS.md there and uses the referenced detailed workflows as needed.
Give it something to do. Author’s example Create a Beamer presentation from a paper Uses beamer
Help me create a beamer presentation based on this paper: /path/to/paper.pdf Copy Suggested first task Compile a Beamer slide deck Uses beamer
Using the beamer skill, compile my slides: /path/to/slides.tex Copy Suggested first task Proofread a Beamer slide deck Uses beamer
Using the beamer skill, proofread /path/to/slides.tex Copy