pptx
PPTX creation, editing, and analysis
Overview
A user may ask you to create, edit, or analyze the contents of a .pptx file. A .pptx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
Reading and analyzing content
Text extraction
If you just need to read the text contents of a presentation, you should convert the document to markdown:
# Convert document to markdown
python -m markitdown path-to-file.pptx
Raw XML access
You need raw XML access for: comments, speaker notes, slide layouts, animations, design elements, and complex formatting. For any of these features, you'll need to unpack a presentation and read its raw XML contents.
More from mz038197/vanscoding-skills
agent-soul-crafter
Design compelling AI agent personalities with structured SOUL.md templates — tone, rules, expertise, and response behavior
27user-md-guide
>-
5agents-md-guide
>-
4git smart commit
將雜亂的 git 變更,依功能邏輯自動拆分成多個有意義的 conventional commit
4peas-example-coach
內建凡思陪練流程(五階段),預設自動讀取專案根目錄 `example-learning-checklist.md` 作為學習清單;**新工作階段第一則**訊息頂端先一行純文字字標 `PEAS · 凡思陪練`(見 `references/peas-splash.md`),再顯示 ASCII 品牌框,**隨即詢問使用者是否準備好開始**;確認準備好後**下一則**才出進度條與第一題。每條引導前核對工作階段紀錄避免重複;過程與最終評分預設寫入 `session-records/peas-example-log.md`、`peas-example-score.md`(見 skill「輸入」)。新主題開頭顯示文字進度條(M/N),**N 必須等於該清單檔內「必做」checklist 列之總數:排除 `##` 含「老師示範」或「老師示範題」之小節底下各列,並排除「選修/選擇性」小節底下各列(或單列明確標為選修者);不得自行增減**;選修不納入正式五軸/Sigmoid 總分,另於 `references/score.md` 之「挑戰加分」記錄。且不暴露清單。老師示範小節預設跳過陪練;**必做**條目走主線流程,**開場不向學生確認**示範範圍或起點(**準備好開始**之確認除外,見「開場準備確認」)。當使用者提到「peas-example-coach」、凡思陪練、checklist 陪練、思考格陪練時使用。
4peas-challenge-coach
學生完成 checklist 陪練後,以教練模式逐題釐清進階題需求與規格、條列對齊後再依 Persona~Example 六欄收成完整一份提示詞交 coding agent 改碼(不含純手寫路徑),並驗收實作與理解;過程與最終評分預設寫入 session-records/。最終評分與 peas-example-coach 同為「理解評估摘要」五軸與 Sigmoid 總分(見 references/coach-score.md);**必做** Challenge 納入正式五軸/總分,**選修**不納入正式計分、另列挑戰加分。當使用者提到「peas-challenge-coach」「教練模式」「challenge 教練」「進階挑戰」「挑戰題引導」「動手實作引導」時觸發。不適用於概念理解的逐條陪練(那是 peas-example-coach 的工作)。
4