Md Slides
Converts a markdown deck (slides separated by `
Before & after
Same prompt, same agent — the only difference is the skill.
I can help convert your markdown into slides. You'd typically use markdown syntax with some kind of delimiter to separate slides — like a separator line between slides. Different slide tools accept different markdown formats, so it depends on which tool you want to use. You could generate HTML slides, PowerPoint, Google Slides, or something like a web-based presentation tool. You'd want to keep each slide concise with just the key points. It might be helpful to know what you're presenting, who the audience is, and what tool you prefer to use. Do you have the markdown file ready? What's your target format?
MARKDOWN TO SLIDES CONVERSION INPUT FORMAT: Markdown with separator as slide delimiter # Slide 1 Title Content here. SEPARATOR # Slide 2 Title More content. OUTPUT: HTML presentation (reveal.js) Live in browser, speaker notes, PDF export FEATURES INCLUDED • Theme: Professional dark mode with accent color (teal) • Syntax highlighting for code blocks • Speaker notes (captured in markdown) • Slide transitions (fade between slides) • Print to PDF ready YOUR WORKFLOW 1. Paste markdown file 2. Confirm slide count (N slides detected) 3. Choose theme (Professional, Creative, Minimal, Academic) 4. Generate HTML deck 5. Open in browser, present or share CUSTOMIZATIONS • Logo on title slide: Paste image URL • Font: Choose from system fonts • Color scheme: Light/Dark/Custom • Speaker timer: On/Off TIMELINE: 2 min setup, 5 min customization, ready to present.
About this skill
name: md-slides description: Use when Converts a markdown deck (slides separated by `
Md Slides
Converts a markdown deck (slides separated by `
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the md-slides skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Md Slides; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: md-slides
description: Use this skill when a user has a markdown deck with slides separated by a delimiter and needs it converted into a presentable slide format.
version: 1.0.0
category: Docs & Writing / Docs and Formatting
author: AgentVolt
license: proprietary
tags:
- docs-writing
- docs-and-formatting
---
# Md Slides
Converts a markdown file with slides separated by a delimiter into a rendered slide deck, preserving headings, lists, code blocks, and images per slide.
## When to use
… (sign up to view the full skill)More content & writing skills
View all Content & Writing skills →Markdown HTML Orchestrator
Routes a markdown file to the right converter — long-form document, code review with diffs, or slide deck — and renders it as a single self-contained interactive HTML file.
Md Review
Converts a markdown code review — fenced \`\`\`diff blocks plus severity callouts like \`[!BLOCKER]\`, \`[!MAJOR]\`, \`[!MINOR]\`, \`[!NIT]\` — into a single-file.
Design System
Captures the user's brand identity once via a 10-question onboarding wizard, validates contrast, derives CSS custom properties.
Md Document
Converts long-form markdown into a single-file HTML document with a sticky table of contents, scrollspy, search filtering, code-copy buttons, and brand-token styling.