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.