export-diagram-deck-to-pptx
Export a Marp deck that uses Mermaid or diagram fences to PPTX with the published MarpToPptx CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Export a Marp deck that uses Mermaid or diagram fences to PPTX with 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 the current Marp Markdown deck to PPTX with a Marp-compatible CSS theme by using the published MarpToPptx CLI.
| name | export-diagram-deck-to-pptx |
| description | Export a Marp deck that uses Mermaid or diagram fences to PPTX with the published MarpToPptx CLI. |
Use this skill when the user is working on a Marp deck that contains Mermaid fences or diagram fences and wants an editable PowerPoint export.
Export a diagram-heavy deck through the published MarpToPptx CLI while preserving the normal Marp authoring flow.
Treat the deck as diagram-focused when it contains fences such as:
```mermaid
flowchart LR
```
```diagram
diagram: matrix
```
If the deck has a companion CSS theme:
dnx MarpToPptx path/to/deck.md --theme-css path/to/deck.css -o path/to/deck.pptx
Without a CSS theme:
dnx MarpToPptx path/to/deck.md -o path/to/deck.pptx
Installed-tool variants are also fine:
marp2pptx path/to/deck.md --theme-css path/to/deck.css -o path/to/deck.pptx
mermaid or diagram fences.--theme-css.diagram-theme in Markdown rather than trying to rewrite the deck automatically..pptx to review diagram layout and readability.diagram fences just to make export succeed.--allow-remote-assets explicitly rather than assuming it.diagram fences were detected..pptx path.