Markdown Slides is a skill that parses a Markdown file and converts it into a single, zero-dependency HTML5 presentation file. Slide boundaries are determined automatically by H2 headings or explicit horizontal rule separators (---), so no additional configuration is required to control slide structure.
The output is a self-contained HTML file with a high-contrast dark theme suited to code-heavy content. Navigation works via keyboard shortcuts (arrow keys, space bar), mouse-click advancement, and a full-screen presenter mode. A slide counter and a top-loading progress bar are included in the generated output.
Content rendering covers tables, blockquotes, syntax-highlighted code blocks, and images. Because the output is a single HTML file with no external dependencies, it can be opened in any browser without a build step or server.
The skill is aimed at developers who want to turn technical documentation, READMEs, or project notes into a presentable deck without switching to a separate slide-authoring tool or writing custom HTML, CSS, and navigation scripts. The structured conversion logic produces consistent formatting and layout on every run, avoiding the manual work of debugging CSS overflows or styling code blocks by hand. The resulting file is saved directly to the workspace.