ppt-from-template
SKILL.md
PPT from Template
Generate presentations by extracting style from a reference template, then building fresh slides with PptxGenJS.
Core principle: Never modify existing PPT XML. Look at the style, then draw from scratch.
Template Management
Template Directory
Default template directory: {workspaceDir}/template/
On every invocation:
- Scan
{workspaceDir}/template/for*.pptxfiles. - If one template found → use it automatically.
- If multiple templates found → list them and ask user to choose.
- If none found → tell user to upload a
.pptxfile or provide a path.