AI Agent Hub
Back to skills
PPT Creation Master icon

PPT Creation Master

Office Efficiency Updated 2026.08.30

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

Install @user_65e10e1c/ppt-creater into your AI assistant using https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Making a presentation is often not about lacking text, but about turning a topic, audience, length, theme, layout, and speaker notes into a deliverable file. Manual layout is slow, and repeatedly editing a .pptx can easily break structure.

How It Works

This skill generates .pptx files using python-pptx. The core workflow is:
- Collect key constraints: topic, audience, slide count, theme preference, and aspect ratio, with sensible defaults when unspecified.
- Plan the structure: use references/design_guidelines.md to organize title pages, section dividers, content pages, tables, quotes, and summaries.
- Write a JSON content definition: express each slide as structured data, supporting title, section, content, two_column, quote, table, and closing.
- Run the render script: scripts/create_pptx.py reads the JSON and outputs the file.
- Deliver and iterate: present the file, summarize the structure, and revise the JSON when feedback is provided.

Boundaries

It is suited to generating a first draft from a topic, outline, or existing content, especially for Chinese presentations. It is not an online design platform and does not guarantee complex animations, polished charts, or a full brand visual system. If page structure changes frequently, editing the JSON and regenerating is more stable than manually editing the .pptx.

Use Cases

  • Turn a review outline into a 10-slide .pptx.
  • Build a dark 16:9 recap deck from campaign notes.
  • Generate 12 training slides with speaker notes.
  • Make a table-heavy quarterly metrics deck.

Best For

  • Product managers turning outlines into PPT drafts.
  • Ops turning campaign recaps into 16:9 dark decks.
  • Instructors building noted training slides from outlines.
  • Analysts making table-heavy metrics decks for managers.