AI Agent Hub
Back to skills
Premium Course PPT Courseware Generator icon

Premium Course PPT Courseware Generator

Office Efficiency Updated 2026.08.30

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

Please install @user_73cb5b59/fmg-ppt-courseware according to https://skillhub.cn/install/skillhub.md.

About this skill

What Problem It Solves

When producing premium course slides, the friction is often not content creation but visual consistency: cover backgrounds, master layouts, typography, heading colors, and label accents can drift away from the original template. This skill takes a lightweight Markdown or JSON outline and generates a fixed-structure courseware deck based on 精品课PPT模板.pptx, reducing manual layout work.

How It Works And Limits

The core approach copies the template file as the base, preserving masters, layouts, theme resources, and media. The cover reuses page 1 of the template and replaces only the text; content pages reuse the 1_标题和内容 layout, so newly added slides inherit the same background. The output has five fixed page types: cover, learning objectives, body content, summary, and homework. Body pages constrain text to roughly the left two-thirds, leaving the right third empty for inserting a presenter photo later. Fonts, colors, and footer rules are centralized in FONT / COLOR tokens in generate_courseware.py, which makes small design adjustments practical.

It is best suited to scenarios with an existing premium course template and fixed course page types, not free-form design or complex chart layouts. If the output file is locked by PowerPoint, use a different filename or close the occupying process. In some installed copies, the binary template is restored from base64 before use.

Use Cases

  • After receiving a course outline JSON, generate cover, objectives, body, summary, and homework pages from a fixed premium template.
  • When a fixed premium PPT master exists, convert lecture notes into a deck with matching background, colors, and typography.
  • Create body pages with content on the left and blank right space for presenter photos, avoiding manual layout-box cleanup.
  • After changing the cover image or adjusting font and color tokens, regenerate the deck while keeping global fonts and footer consistent.

Best For

  • Course designers producing premium PPTs need outlines converted into template-consistent cover, objectives, body, summary, and homework pages.
  • Educational operations writers with lecture outlines need quick editable PPTX drafts following fixed course page types.
  • Training product maintainers with template visual standards need consistent cover backgrounds, layouts, typography, and label colors.
  • Online course editors who reserve presenter-photo space want body pages with a stable blank right third.