AI Agent Hub
Back to skills
Academic Slidev Deck Maker icon

Academic Slidev Deck Maker

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_55aefa96/saulxiong-slidev-makeppt.

About this skill

Problem

Academic paper-share decks often stall after the content is written: formulas fail inside HTML, tables trigger Vue warnings, Mermaid diagrams overflow, animation loops race, and the wording sounds promotional. PPT Maker turns those recurring Slidev pitfalls into concrete authoring rules.

How It Works

  • Read before edit: locate pages by --- separators and make line-anchored changes to slides.md.
  • Rendering rules: avoid KaTeX $...$ inside HTML; use entities and CSS Grid; constrain long lists and scale mermaid blocks.
  • Component constraints: wrap table rows in tr, prefer recursive setTimeout for step animations, and keep manual play/pause/replay controls.
  • Quality gates: run idempotent helpers such as academic_tone.py, fix_math.py, and fix_tables.py before review.
  • Talk-script support: estimate Mandarin delivery at about 200 characters per minute and budget words per slide.

Boundaries

It is best for academic reports, paper shares, and technical Slidev decks, not marketing slides or generic office presentations. It assumes the expected project layout with slides.md, components/*.vue, and scripts/; avoid modifying node_modules, lockfiles, or legacy modules unless explicitly requested.

Use Cases

  • Convert an IEEE TIFS paper into a 30-slide Slidev report with clean formulas, tables, Mermaid, and animations.
  • Edit a page in an existing slides.md project to fix KaTeX-in-HTML failures and Vue table tr warnings.
  • Add a Vue protocol-step animation with manual play, pause, and replay controls instead of setInterval loops.
  • Draft a page-by-page 30-minute Mandarin talk script using a 200-character-per-minute word budget.

Best For

  • Graduate students preparing thesis defenses or group talks who need to turn a PDF paper into an interactive Slidev deck.
  • Researchers maintaining academic Slidev projects who need consistent math layout, animation controls, and tone checks.
  • Frontend engineers editing slides.md with AI assistance who need Slidev, KaTeX, Mermaid, and UnoCSS constraints.
  • Academic presenters who need 15/30/45-minute Chinese scripts with per-slide word budgets and spoken phrasing.