agentsclimarketplace

Md to pptx

Skill fabioc-aloha/Alex_Skill_Mall/plugins/converters/md-to-pptx

284 curated plugins for AI assistants across 16 categories: security, Azure, documentation, code quality, cloud infrastructure, and more. Works with GitHub Copilot. Drop into .github/skills/local/ and go.

Install
npx -y skills add fabioc-aloha/Alex_Skill_Mall --skill md-to-pptx

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 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 to PowerPoint presentations via Pandoc.

SKILL.md

1.3 KB, 300 tokens by cl100k_base, as published. Nobody here has run it

md-to-pptx

Convert Markdown to PowerPoint presentations via Pandoc.

When to Use

  • Authoring decks in Markdown, delivering in PowerPoint
  • Generating slide decks from existing documentation
  • Pipelines that need .pptx for corporate templates

What's Here

md-to-pptx.cjs — Node script that wraps Pandoc.

External Dependencies

  • node (≥ 16)
  • pandoc (≥ 3.0) on PATH

Usage

node md-to-pptx.cjs deck.md
node md-to-pptx.cjs deck.md --output deck.pptx
node md-to-pptx.cjs deck.md --reference-doc template.pptx

Slide Structure

MarkdownPowerPoint
# TitleTitle slide
## SectionContent slide
Body paragraphs / listsSlide body
--- (HR)Slide break (no heading)

Frontmatter Hooks

---
title: My Deck
author: Your Name
date: 2026-04-28
---

Notes

  • Use --reference-doc with a corporate .pptx to inherit theme, fonts, master slides
  • Round-trip with pptx-to-md is lossy for complex layouts; lossless for text/image content

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.