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.