deckx

Convert MDX slide content into HTML and PDF presentations.

96|8|Updated May 17, 2024
One-click install
npx skills add https://github.com/pydantic/talks --skill deckx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deckx
Source: https://github.com/pydantic/talks/tree/main/2026-05-agentcon/.agents/skills/deckx
Command: npx skills add https://github.com/pydantic/talks --skill deckx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation of professional slide decks by converting MDX content into self-contained, customizable HTML presentations suitable for printing and PDF export.

Core Features & Use Cases

  • Deck Building: Generate a self-contained HTML slide deck from MDX files with custom styles and components.
  • Export & Printing: Convert decks into PDFs via Chrome headless for offline sharing or printing.
  • Use Case: A presenter needs to prepare a visual presentation with custom themes and export it as a high-quality PDF for distribution.

Quick Start

Use the deckx skill to create a slide deck from your MDX file and export it as a PDF.

Frequently Asked Questions about deckx

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

FAQPage Schema
How do I convert MDX files into presentation slides?

You can convert MDX files into presentation slides by compiling the content into a self-contained HTML deck. The Skill processes your MDX slide content and generates ready-to-present HTML that supports custom themes and components.

Can I export HTML presentations to PDF for offline distribution?

Yes, you can export HTML presentations to PDF for offline distribution. The Skill uses Chrome headless to convert your compiled HTML slide decks into high-quality PDF files suitable for printing and sharing.

What is the best way to build custom themed slide decks from markdown?

The best way to build custom themed slide decks from markdown is using MDX files with configuration files. This approach allows you to define custom styles, components, and themes while generating a self-contained HTML presentation.

Do I need any specific environment to compile MDX slide content and generate exports?

You need the deckx tool and its dependencies installed to compile MDX content and generate exports. The environment must support Chrome headless if you intend to convert your HTML presentations into PDF format.

Can I use custom components and styling in my MDX slide presentations?

Yes, you can use custom components and styling in your MDX slide presentations. The Skill supports custom themes, components, and styling through configuration files, allowing you to generate highly customizable HTML decks from your MDX content.

Why use MDX instead of plain markdown for creating slide decks?

Using MDX instead of plain markdown allows you to embed interactive components directly within your slide content. This enables the creation of dynamic, self-contained HTML presentations that go beyond static text and basic formatting.