ScientificDeck
Curated, sanitized export of 21 agent-skill packages for Claude Code and Codex, gated by an automated publication audit (no secrets, no local paths).
npx -y skills add mj-deving/pai-skills --skill ScientificDeckAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Scientific presentation generation — LaTeX Beamer decks and self-contained HTML slide decks using Scott Cunningham's Rhetoric of Decks framework. USE WHEN scientific presentation, beamer deck, academic slides, scientific slides, compile deck, latex presentation, html deck, scientific html slides, academic presentation, rhetoric of decks, compile tex, new research project.
SKILL.md
2.8 KB, 593 tokens by cl100k_base, as published. Nobody here has run it
ScientificDeck
Scientific presentations in two formats: LaTeX Beamer (journal-ready PDFs) and self-contained HTML (interactive, zero-setup). Both apply Scott Cunningham's Rhetoric of Decks: Beauty=Clarity, one-idea-per-slide, assertive titles.
Customization
Before executing, check for user customizations at:
${PAI_USER_DIR}/SKILLCUSTOMIZATIONS/ScientificDeck/
Workflow Routing
| Workflow | Trigger | File |
|---|---|---|
| CompileDeck | "compile deck", "create presentation", "beamer deck", "scientific slides" | Workflows/CompileDeck.md |
| CompileTex | "compile tex", "fix latex", "latex errors" | Workflows/CompileTex.md |
| NewProject | "new research project", "scaffold project" | Workflows/NewProject.md |
| GenerateHtmlDeck | "html deck", "scientific html slides", "academic presentation html" | Workflows/GenerateHtmlDeck.md |
Examples
Example 1: Create a LaTeX Beamer presentation
User: "Create a scientific presentation on causal inference methods"
→ Invokes CompileDeck workflow
→ Generates LaTeX Beamer slides with Rhetoric of Decks principles
→ Compiles to PDF
Example 2: Create an interactive HTML deck
User: "Make scientific html slides about regression discontinuity"
→ Invokes GenerateHtmlDeck workflow
→ Generates self-contained HTML with KaTeX equations, Chart.js figures
→ Opens in any browser, no setup required
Example 3: Fix LaTeX compilation errors
User: "Fix the latex errors in my presentation"
→ Invokes CompileTex workflow
→ Reads error log, fixes specific issues
→ Recompiles to zero-warning standard
Format Comparison
| Factor | LaTeX (CompileDeck) | HTML (GenerateHtmlDeck) |
|---|---|---|
| Setup | texlive required | Zero — browser only |
| Output | Self-contained HTML | |
| Equations | Native LaTeX (perfect) | KaTeX (good) |
| Interactivity | Static | Charts, hover, animations |
| Journal-ready | Yes | No |
Context Files (load on demand)
LaTeX: RhetoricOfDecks.md, BeamerPatterns.md, MultiAgentReview.md, QualityChecklist.md
HTML: HtmlRhetoricAdapted.md, HtmlSlideEngine.md, HtmlAcademicPatterns.md, HtmlQualityChecklist.md
Source
Adapted from Scott Cunningham's Rhetoric of Decks framework. Reference: ~/projects/Pai-Exploration/References/Rhetoric-of-Decks/