Skip to content

Commit 57dc7e5

Browse files
hugohe3claude
andcommitted
docs: add custom template creation guide to both READMEs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1565d0f commit 57dc7e5

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,31 @@ python3 skills/ppt-master/scripts/svg_to_pptx.py <project_path> -s final
314314
315315
---
316316

317+
## 🎨 Create Custom Template
318+
319+
Want to turn a PPT you love into a reusable template for PPT Master? Here's how:
320+
321+
**Step 1 — Prepare Screenshots**
322+
323+
Take screenshots of the key page types from your reference PPT — cover page, table of contents, chapter divider, content page, and closing page. Save them as images in a single folder with clear, descriptive filenames (e.g., `cover.png`, `toc.png`, `chapter.png`, `content.png`, `closing.png`).
324+
325+
**Step 2 — Let AI Create the Template**
326+
327+
Use an AI coding agent (Claude Code, Codex, etc.) and ask it to use the **PPT Master `/create-template` workflow** to convert your screenshots into a template. In your prompt, provide:
328+
329+
- The template's English name and Chinese name
330+
- The intended use case (e.g., government reports, premium consulting, product launches)
331+
- The desired visual effects and color palette to apply when this template is used
332+
- Whether to enable AI image generation
333+
334+
**Step 3 — Wait for the Result**
335+
336+
The AI agent will handle the rest — analyzing your screenshots, building the layout definitions, and registering the template so it appears as a selectable option in the PPT Master workflow.
337+
338+
> 💡 **Tip**: The more specific you are about the style and use case, the better the generated template will match your expectations.
339+
340+
---
341+
317342
## ❓ FAQ
318343

319344
<details>

README_CN.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,31 @@ python3 skills/ppt-master/scripts/svg_to_pptx.py <项目路径> -s final
310310
311311
---
312312

313+
## 🎨 自定义模板制作
314+
315+
想把自己喜欢的 PPT 模板制作成 PPT Master 可调用的模板?按以下步骤操作:
316+
317+
**第一步 — 准备截图**
318+
319+
将参考 PPT 的关键页面类型分别截图保存:欢迎页、目录页、章节页、内容页、结尾页。将截图放到同一个文件夹中,并使用规范的文件名(如 `cover.png``toc.png``chapter.png``content.png``closing.png`)。
320+
321+
**第二步 — 让 AI 创建模板**
322+
323+
使用 AI 编程代理(Claude Code、Codex 等),要求它使用 **PPT Master 的 `/create-template` 工作流**,将截图转换成模板。在提示中需要提供:
324+
325+
- 模板的英文名称和中文名称
326+
- 适用场景(如政府汇报、高端咨询、产品宣讲等)
327+
- 使用该模板时希望触发的特效和配色风格
328+
- 是否需要启用 AI 生图
329+
330+
**第三步 — 等待完成**
331+
332+
AI 代理会自动完成后续工作 — 分析截图、构建布局定义、注册模板,使其出现在 PPT Master 工作流的模板选项中。
333+
334+
> 💡 **提示**:对风格和使用场景描述得越具体,生成的模板就越符合你的预期。
335+
336+
---
337+
313338
## ❓ 常见问题
314339

315340
<details>

0 commit comments

Comments
 (0)