M

md-slides

by @claude-office-skillsv1.0.0
4.2(6)

使用 Marp 从纯 Markdown 生成专业演示文稿,支持导出 PDF、PPTX、HTML,自动应用主题和样式

content-creationpresentationmarkdowndocument-generationcontent-publishingGitHub
安装方式
npx skills add claude-office-skills/skills --skill md-slides
compare_arrows

Before / After 效果对比

1
使用前

在 PowerPoint 中手动排版每页幻灯片,调整字体、颜色、布局,反复修改样式一致性,一份演示需要数小时

使用后

用 Markdown 编写内容,自动应用专业主题,一键生成多种格式演示文稿,专注内容而非排版,大幅提升效率

description SKILL.md

md-slides

Markdown Slides Skill

Overview

This skill enables creation of presentations from pure Markdown using Marp. Write slides in familiar Markdown syntax and export to PDF, PPTX, or HTML with professional themes.

How to Use

  • Write or provide Markdown content

  • I'll format it for Marp with proper directives

  • Export to your preferred format (PDF/PPTX/HTML)

Example prompts:

  • "Convert my notes to a presentation"

  • "Create slides from this markdown"

  • "Build a pitch deck using markdown"

  • "Generate PDF slides from this outline"

Domain Knowledge

Basic Syntax

---
marp: true
---

# First Slide

Content here

---

# Second Slide

- Bullet 1
- Bullet 2

Themes

---
marp: true
theme: default  # default, gaia, uncover
---

Directives

---
marp: true
theme: gaia
class: lead        # Centered title
paginate: true     # Page numbers
header: 'Header'   # Header text
footer: 'Footer'   # Footer text
backgroundColor: #fff
---

Images

![width:500px](image.png)
![bg](background.jpg)
![bg left:40%](sidebar.jpg)

Columns

<div class="columns">
<div>

## Left

Content

</div>
<div>

## Right

Content

</div>
</div>

Example

---
marp: true
theme: gaia
paginate: true
---

<!-- _class: lead -->

# Project Update

Q4 2024 Review

---

# Highlights

- Revenue: +25%
- Users: +50%
- NPS: 72

---

# Roadmap

| Q1 | Q2 | Q3 | Q4 |
|----|----|----|-----|
| MVP | Beta | Launch | Scale |

---

<!-- _class: lead -->

# Thank You!

questions@company.com

CLI Usage

# Install
npm install -g @marp-team/marp-cli

# Convert
marp slides.md -o presentation.pdf
marp slides.md -o presentation.pptx
marp slides.md -o presentation.html

Resources

Weekly Installs256Repositoryclaude-office-s…s/skillsGitHub Stars25First SeenMar 9, 2026Security AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled onclaude-code212opencode107github-copilot106cursor105kimi-cli104amp104

forum用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价,来写第一条吧

统计数据

安装量254
评分4.2 / 5.0
版本1.0.0
更新日期2026年3月25日
对比案例1 组

用户评分

4.2(6)
5
0%
4
0%
3
0%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code

时间线

创建2026年3月25日
最后更新2026年3月25日