One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill slides-polish-zhuyingqin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: slides-polish
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/slides-polish
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill slides-polish-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Generated slide decks often look close but still drift from a reference in typography weight, font sizing, spacing, and layout fit, especially for Beamer/PPTX exports.

Core Features & Use Cases

  • Per-page Codex review against a visual reference: compare each slide render to a required reference PDF and only address visual drift.
  • Targeted layout and typography fixes: adjust fonts for projector readability, prevent text-frame overflow, and correct common style issues like italic leaks and callout/banner formatting.
  • Versioned, auditable outputs: preserve the original deck, keep a pre-polish snapshot, and write a polished working copy plus per-slide trace artifacts.

Quick Start

Run slides-polish on your generated PPTX or Beamer output by providing a reference PDF to match visual weight, using an instruction like: “polish slides talk.pptx — reference: ./talk_reference.pdf — style: why-rf — effort: balanced”.

Frequently Asked Questions about slides-polish

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

FAQPage Schema
How do I fix typography and layout drift in generated PPTX or Beamer slides?▼

To fix typography and layout drift in generated PPTX or Beamer slides, the skill runs a per-slide visual review against a reference PDF and applies targeted font, spacing, and overflow corrections without altering the original content.

Can I polish academic presentation slides to match a visual reference PDF?▼

Yes, you can polish academic presentation slides to match a visual reference PDF by comparing per-slide renders to the reference and correcting style issues like italic leaks, banner formatting, and text-frame overflow.

What is per-slide visual review for academic decks?▼

Per-slide visual review for academic decks is a process of rendering slides to images, comparing them individually against a reference PDF, and triaging typography or layout issues for targeted repair.

Does slide polishing preserve speaker notes and original content?▼

Slide polishing preserves speaker notes and original content by enforcing strict guardrails that maintain speaker-notes integrity, prevent content edits, and keep a pre-polish snapshot of the original deck.

Do I need LibreOffice to render PPTX slides for visual review?▼

Yes, you need LibreOffice for prerequisite rendering of PPTX slides to PDF, which is then converted to PNG files to enable Codex-based per-slide visual triage and repair.

What is the best way to correct text-frame overflow in python-pptx presentations?▼

The best way to correct text-frame overflow in python-pptx presentations is to run a per-slide visual review that identifies overflow against a reference and applies targeted layout fixes to ensure projector readability.