@claude-office-skills/md-slides

>

View in AI SkillSafe app
Scanned · no findings
220 downloads
0 stars
0 demos
SKILL.md
namemd-slides
description>
version1.0
authorclaude-office-skills
licenseMIT
categorypresentation
tagsmarkdown, slides, marp
departmentAll
modelsclaude-sonnet-4, claude-opus-4
mcpclaude-3-5-sonnet, gpt-4, gpt-4o
capabilitiesmd_to_pptx, markdown_slides, presentation_generation
languagesen, zh

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

  1. Write or provide Markdown content
  2. I'll format it for Marp with proper directives
  3. 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!

[email protected]

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

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@claude-office-skills/md-slides/verified)](https://skillsafe.ai/skill/@claude-office-skills/md-slides/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@claude-office-skills/md-slides/installs)](https://skillsafe.ai/skill/@claude-office-skills/md-slides/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@claude-office-skills/md-slides/scan)](https://skillsafe.ai/skill/@claude-office-skills/md-slides/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@claude-office-skills/md-slides/eval)](https://skillsafe.ai/skill/@claude-office-skills/md-slides/)