marpit-slides

Generate Marpit/Marp slide decks from Markdown content with front-matter and directives.

14|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/gtheys/opencode --skill marpit-slides
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marpit-slides
Source: https://github.com/gtheys/opencode/tree/main/global/skills/marpit-slides
Command: npx skills add https://github.com/gtheys/opencode --skill marpit-slides

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables users to create Markdown-driven Marpit/Marp slide decks with proper front-matter, slide separators, and directive features, streamlining the process of turning content into presentations.

Core Features & Use Cases

  • Supports Marp/Marpit slide syntax including front-matter, slide separators, directives, and image/background syntax.
  • Enables easy theming and styling through theme directives and CSS, suitable for crafting professional slide decks from Markdown.
  • Use case: quickly convert meeting notes or project briefs into a polished, ready-to-present deck without leaving Markdown.

Quick Start

Write a Markdown deck using YAML front-matter with marp: true and separate slides with --- to render as a Marpit/Marp presentation.

Frequently Asked Questions about marpit-slides

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown into Marp slide decks?

To convert Markdown into Marp slide decks, write your content in Markdown and add YAML front-matter with `marp: true`, separating slides with `---` to generate a Marpit presentation.

What are Marpit directives and how do they customize slides?

Marpit directives are Markdown metadata commands that control slide layout, images, and backgrounds. They enable theme customization and styling for individual slides without writing HTML.

Can I use image backgrounds and syntax in Marp presentations?

Yes, Marp presentations support image and background syntax. The skill applies Marpit image directives to embed and style background images directly within Markdown content.

Does this approach work for converting meeting notes into presentations?

Yes, this approach works for converting meeting notes into presentations. It streamlines turning existing Markdown content, such as project briefs, into a polished and ready-to-present slide deck.

How do I apply custom themes and CSS to Marpit slide decks?

To apply custom themes and CSS to Marpit slide decks, use theme directives within the Markdown front-matter. This enables professional styling directly through the Marpit framework.