beautiful_deck

Generate Beamer presentation decks with original themes and code-first figures.

203|27|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/franklee16/academic-research-skills --skill beautiful-deck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beautiful_deck
Source: https://github.com/franklee16/academic-research-skills/tree/main/presentations/beautiful_deck
Command: npx skills add https://github.com/franklee16/academic-research-skills --skill beautiful-deck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the time-consuming, error-prone work of designing and compiling a high-quality academic Beamer deck by orchestrating theme creation, code-first figure/table generation, slidewriting, and rigorous visual and LaTeX warning checks.

Core Features & Use Cases

  • Original Beamer theme + deck-wide styling: Produces an audience-tuned, non-boilerplate aesthetic with consistent palette, frame-title styling, bullets, and section dividers.
  • Rhetoric-first slide construction: Structures the deck around the intended narrative arc (tension → investigation → resolution) and enforces titles-as-assertions and one-idea-per-slide.
  • Code-first figures/tables and embedding: Generates figures and tables from R, Python, or Stata scripts before embedding them into the deck, reducing mismatches and broken compiles.
  • Compile-clean and layout-collision prevention: Enforces zero LaTeX warnings, runs TikZ-based visual collision cleanup, and includes audits for labels/coordinates.
  • Sub-agent audits: Dispatches a rhetoric audit and a graphics audit to diagnose problems before final delivery.

Quick Start

Use the beautiful_deck skill to create a Beamer deck from scratch by first specifying the source content, committing to one audience type, choosing a tone/aesthetic path, selecting one code language for figures/tables, and confirming the one-sentence takeaway the audience should remember.

Frequently Asked Questions about beautiful_deck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Beamer presentation deck from scratch without LaTeX warnings?

To generate a compile-clean Beamer deck, an orchestration pipeline creates an original theme, structures the narrative arc, generates code-first figures, and enforces zero-warning LaTeX compilation with TikZ-based collision prevention.

Can I create TikZ figures and tables using Python or R scripts before embedding them in slides?

Yes, deterministic script-first figure and table exports from R, Python, or Stata scripts are generated before embedding them into the Beamer deck, reducing visual mismatches and preventing broken LaTeX compiles.

What is the best way to structure an academic presentation around a specific narrative arc?

Rhetoric-first slide construction structures the deck around an intended tension, investigation, and resolution narrative arc, enforcing titles-as-assertions and one-idea-per-slide for a clear audience takeaway.

Does the Beamer deck generation pipeline run visual collision checks on TikZ coordinates?

Yes, the pipeline runs TikZ-based visual collision cleanup and dispatches sub-agent graphics audits to diagnose label and coordinate problems before final PDF delivery.

Do I need to specify my audience type before creating a new Beamer presentation?

Yes, you must commit to one audience type, choose a tone or aesthetic path, select one code language for figures and tables, and confirm a one-sentence takeaway before generating the deck.

Why does my Beamer deck compilation fail with overlapping figure labels and layout warnings?

Layout collisions and LaTeX warnings often stem from unchecked TikZ coordinates and mismatched embedded graphics; running a rhetoric and graphics audit with deterministic code-first exports prevents these compilation errors.