agentsclimarketplace

ScientificDeck

Skill mj-deving/pai-skills/skills/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).

Install
npx -y skills add mj-deving/pai-skills --skill ScientificDeck

Assembled 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

WorkflowTriggerFile
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

FactorLaTeX (CompileDeck)HTML (GenerateHtmlDeck)
Setuptexlive requiredZero — browser only
OutputPDFSelf-contained HTML
EquationsNative LaTeX (perfect)KaTeX (good)
InteractivityStaticCharts, hover, animations
Journal-readyYesNo

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/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.