markdown-export
スター8
フォーク0
更新日2026年3月25日 05:16
Patterns for exporting PPTX presentations to markdown
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Patterns for exporting PPTX presentations to markdown
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
{what this skill teaches agents}
{what this skill teaches agents}
Build realistic PPTX fixtures for service and tool tests
Preserve PowerPoint formatting when replacing text in existing shapes
| name | markdown-export |
| description | Patterns for exporting PPTX presentations to markdown |
| domain | pptx-export |
| confidence | high |
| source | issue-7 implementation |
Use this pattern when adding or updating markdown export behavior for PowerPoint decks in pptx-tools.
pptx_export_markdown thin in src/PptxTools/Tools/PptxTools.cs.PresentationService.ExportMarkdown(...).# heading from the first slide title when available; otherwise fall back to the file name.## Slide N: Title.### headings.<markdown-file>_images directory and reference them using relative forward-slash paths.TestPptxHelper.CreatePresentation(...) to build realistic fixtures with multiple slides, nested bullets, tables, and images.dotnet build PptxTools.slnx --configuration Release and dotnet test --solution PptxTools.slnx --configuration Release --no-build.