Skip to content
OpenSmartRoute
Skillv1.0.0

md-slides

>

by claude-office-skills(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from claude-office-skills/skills (md-slides/SKILL.md) via skills.sh. Install upstream with npx skills add claude-office-skills/skills --skill md-slides. Copyright stays with the author (MIT).

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!

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/claude-office-skills-skills-md-slides/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

claude-office-skills-skills-md-slides.ocm.jsonjson
{
  "ocm": "1",
  "id": "claude-office-skills-skills-md-slides",
  "kind": "skill",
  "name": "md-slides",
  "description": ">",
  "publisher": "claude-office-skills",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "markdown",
      "slides",
      "marp",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    ">"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/claude-office-skills/skills",
      "path": "md-slides/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/claude-office-skills/skills/md-slides",
      "key": "claude-office-skills/skills/md-slides/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Markdown Slides Skill\n\n## Overview\n\nThis 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.\n\n## How to Use\n\n1. Write or provide Markdown content\n2. I'll format it for Marp with proper directives\n3. Export to your preferred format (PDF/PPTX/HTML)\n\n**Example prompts:**\n- \"Convert my notes to a presentation\"\n- \"Create slides from this markdown\"\n- \"Build a pitch deck using markdown\"\n- \"Generate PDF slides from this outline\"\n\n## Domain Knowledge\n\n### Basic Syntax\n\n```markdow",
  "cost": {
    "context_tokens": 470
  }
}

Fetch it by URL: GET /api/v1/registry/claude-office-skills-skills-md-slides/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.