Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

md-to-slides

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md-to-slides

A skill for GitHub Copilot and Claude Code that turns Markdown presentation outlines into self-contained HTML decks

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

md-to-slides

A skill for GitHub Copilot and Claude Code that turns Markdown presentation outlines into self-contained HTML decks.

npm package npm downloads License: MIT GitHub stars

Getting Started

The package now ships the md2slides CLI alongside the skill assets.

  • Install the cli tool (only need to do this once)
npm install md-to-slides
  • From your project root, install the skill
md2slides init

If you want direct-file usage, portable skill installs, or other setup variants, use the docs linked below instead of the main onboarding path.

Learn the workflow

Quick Example

Use the presentation skill to create a 5-slide deck about adopting TypeScript.
Title: "Why TypeScript?" Audience: JavaScript developers. Tone: practical.

The workflow produces a single slides.html file you can open in any browser.

Visual Examples

Minimal TalkTechnical Talk
Minimal Talk Preview
Clean starter deck. Open →
Technical Talk Preview
Code-heavy engineering presentation. Open →
Executive PitchWorkshop Tutorial
Executive Pitch Preview
Concise business-facing narrative. Open →
Workshop Tutorial Preview
Hands-on teaching flow with guided steps. Open →

Contributing

Contributions welcome. Start with docs/repository-structure.md and docs/testing.md.

License

MIT License. See LICENSE for full text.

Copyright (c) Bruno Capuano & Contributors

Keywords

presentation

FAQs

Package last updated on 21 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts