ppt-orchestra-skill

Plan and orchestrate multi-slide PowerPoint creation from scratch. Use before generating a full deck with subagents: classify each slide type, enforce visual variety, set typography/spacing rules, and run text-based QA to catch content issues.

Content Preview
---
name: ppt-orchestra-skill
description: "Plan and orchestrate multi-slide PowerPoint creation from scratch. Use before generating a full deck with subagents: classify each slide type, enforce visual variety, set typography/spacing rules, and run text-based QA to catch content issues."
license: Proprietary. LICENSE.txt has complete terms
---

# Slide Page Types (Standard)

For slide-by-slide generation (one JS file per slide), classify **every slide** as **exactly one** of these 5 page types. 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ppt-orchestra-skill.md \
  https://raw.githubusercontent.com/MiniMax-AI/skills/main/plugins/pptx-plugin/skills/ppt-orchestra-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-orchestra-skill/SKILL.md

Related Skills