export-current-deck-with-template
Export the current Marp Markdown deck to PPTX by applying an existing PowerPoint template with the published MarpToPptx CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export the current Marp Markdown deck to PPTX by applying an existing PowerPoint template with the published MarpToPptx CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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 with a Marp-compatible CSS theme by using the published MarpToPptx CLI.
Export a Marp deck that uses Mermaid or diagram fences to PPTX with the published MarpToPptx CLI.
基于 SOC 职业分类
| name | export-current-deck-with-template |
| description | Export the current Marp Markdown deck to PPTX by applying an existing PowerPoint template with the published MarpToPptx CLI. |
Use this skill when the user wants the active Marp deck rendered into an editable .pptx that inherits masters and layouts from an existing PowerPoint template.
Run the published MarpToPptx CLI with --template so the generated deck uses a shared PowerPoint design.
dnx MarpToPptx path/to/deck.md --template path/to/theme.pptx -o path/to/deck.pptx
marp2pptx path/to/deck.md --template path/to/theme.pptx -o path/to/deck.pptx
.pptx path.MarpToPptx source repo.layout: Title and Content or <!-- _layout: Template[1] -->, preserve that authoring model rather than rewriting the source.--theme-css when they want Marp-style CSS theming..pptx path.