ppt-editing-skill

Edit existing PowerPoint files or templates with XML-safe workflows. Use for template-based deck updates: analyze layouts, map content to slides, duplicate/reorder/delete slides safely, edit slide XML in parallel, clean orphaned assets, and repack validated PPTX output.

Content Preview
---
name: ppt-editing-skill
description: "Edit existing PowerPoint files or templates with XML-safe workflows. Use for template-based deck updates: analyze layouts, map content to slides, duplicate/reorder/delete slides safely, edit slide XML in parallel, clean orphaned assets, and repack validated PPTX output."
license: Proprietary. LICENSE.txt has complete terms
---

# Editing Presentations

## Template-Based Workflow

When using an existing presentation as a template:

1. **Copy and analyze**
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ppt-editing-skill.md \
  https://raw.githubusercontent.com/MiniMax-AI/skills/main/plugins/pptx-plugin/skills/ppt-editing-skill/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/MiniMax-AI/skills

Then reference at plugins/pptx-plugin/skills/ppt-editing-skill/SKILL.md

Related Skills