Md to pptx
Reusable slash-command skills for Claude Code — document generation, changelogs, post-mortems, copyright headers, and more
npx -y skills add searayca/claude-skills --skill md_to_pptxAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Convert Markdown files to professionally formatted PowerPoint presentations using ~/.claude/tools/convert_md_to_pptx.py
SKILL.md
0.9 KB, as published. Nobody here has run it
Markdown to PowerPoint Converter
Convert Markdown files to professionally formatted PowerPoint presentations.
Instructions
-
Run the converter script at
~/.claude/tools/convert_md_to_pptx.py -
Pass the markdown file(s) to convert with
--filesargument -
Add
--opento automatically open the presentation when done -
Optionally use
--output-dirto specify where to save the PowerPoint file
Slide Generation Rules
# Heading 1- Creates a title slide## Heading 2- Creates a new content slide### Heading 3- Creates a subheading on current slide- Bulletor* Bullet- Bullet points (supports 3 indent levels)- Code blocks - Formatted with monospace font
- Tables - Converted to PowerPoint tables