clean-slides

Inspect, edit, and generate PowerPoint slides from YAML specifications.

19|3|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/tmustier/clean-slides --skill clean-slides
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clean-slides
Source: https://github.com/tmustier/clean-slides/tree/main
Command: npx skills add https://github.com/tmustier/clean-slides --skill clean-slides

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inspect, edit, and generate PowerPoint slides from YAML specs with progressive drill-down inspection and formatting-preserving edits.

Core Features & Use Cases

  • Progressive, drill-down inspection of slides and shapes with the ability to edit text while preserving formatting.
  • Generate table slides from YAML specs and render PNGs for verification.
  • Seamlessly integrate with PowerPoint templates (.pptx) and a bundled template-config to drive layout and styling.

Quick Start

Initialize a deck with pptx init, inspect slide 1, generate a YAML-driven table slide, and render a PNG to verify the result.

Frequently Asked Questions about clean-slides

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

FAQPage Schema
How do I generate PowerPoint slides from a YAML file?▼

You can generate PowerPoint slides from YAML by using a CLI workflow that parses YAML specifications and applies them to template-driven .pptx decks to create formatted slide content.

Can I edit text in a PowerPoint template without losing the original formatting?▼

Yes, you can edit text in a PowerPoint template while preserving formatting by using progressive drill-down inspection to locate specific shapes and apply text modifications directly.

How do I create a table slide in PowerPoint using YAML?▼

You can create a table slide in PowerPoint from YAML by defining the table structure in a YAML specification and executing the CLI command to generate the table within a template-driven deck.

What is the best way to verify PowerPoint slide generation results?▼

The best way to verify slide generation results is by rendering PNG previews of the generated PowerPoint slides, allowing you to visually validate the layout and content output.

Do I need a specific PowerPoint template to automate slide generation from YAML?▼

You need a .pptx template file to drive layout and styling, or you can use a bundled template-config to initialize the deck and apply the predefined formatting for your slides.