export-current-deck-with-theme-css
Export the current Marp Markdown deck to PPTX with a Marp-compatible CSS theme by using the published MarpToPptx CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export the current Marp Markdown deck to PPTX with a Marp-compatible CSS theme by using the published MarpToPptx CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Update a previously exported managed deck by using slideId directives, --write-slide-ids, and --update-existing with the published MarpToPptx CLI.
Export the current Marp Markdown deck to an editable PowerPoint file with the published MarpToPptx CLI.
Export the current Marp Markdown deck to PPTX by applying an existing PowerPoint template with the published MarpToPptx CLI.
Export a Marp deck that uses Mermaid or diagram fences to PPTX with the published MarpToPptx CLI.
| name | export-current-deck-with-theme-css |
| description | Export the current Marp Markdown deck to PPTX with a Marp-compatible CSS theme by using the published MarpToPptx CLI. |
Use this skill when the active Marp deck should be exported with a companion CSS theme instead of a PowerPoint template.
Run the published MarpToPptx CLI with --theme-css so the output deck follows the content repo's Marp theme styling.
dnx MarpToPptx path/to/deck.md --theme-css path/to/theme.css -o path/to/deck.pptx
marp2pptx path/to/deck.md --theme-css path/to/theme.css -o path/to/deck.pptx
themes/ folder convention.--theme-css when the user's styling source is Marp CSS rather than a PowerPoint template.MarpToPptx from source for this end-user workflow..pptx path.