import-pdf-deck

Converts PDF slide decks into editable Slidev Markdown using AI vision.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pmuir/solo-slides --skill import-pdf-deck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-pdf-deck
Source: https://github.com/pmuir/solo-slides/tree/main/.cursor/skills/import-pdf-deck
Command: npx skills add https://github.com/pmuir/solo-slides --skill import-pdf-deck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import PDF decks and convert them into editable Slidev markdown, preserving slide content while accelerating setup.

Core Features & Use Cases

  • Convert PDF pages to images and generate Slidev markup
  • Analyze content with AI vision to recreate slide content
  • Use for importing PDFs, migrating PowerPoint exports, or transferring existing decks to Slidev

Quick Start

Run the import-pdf-deck skill on a PDF file to generate a Slidev deck with editable slides.

Frequently Asked Questions about import-pdf-deck

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

FAQPage Schema
How do I convert a PDF deck into editable Slidev markdown?

Converting a PDF deck into editable Slidev markdown involves extracting PDF pages as images, analyzing the visual content with AI vision, and generating corresponding Slidev Markdown to recreate the slides for editing.

Can I import PowerPoint exports to Slidev using this conversion process?

Yes, you can import PowerPoint exports to Slidev by applying this conversion process to the exported PDF, which extracts pages as images and generates editable Slidev Markdown from the analyzed slide content.

Do I need pdftoppm to convert PDF pages to images for Slidev?

Yes, you need pdftoppm from poppler-utils to convert PDF pages to images for Slidev, as the extraction process relies on this tool to generate the images required for AI vision content analysis.

What is the best way to migrate an existing PDF presentation to Slidev?

The best way to migrate an existing PDF presentation to Slidev is to extract pages as images, use AI vision to analyze the slide content, and generate editable Slidev Markdown that preserves the original deck information.

Does this PDF to Slidev conversion work with multi-page PDF decks?

Yes, this PDF to Slidev conversion handles multi-page PDF decks by extracting each page as an image, analyzing the content individually with AI vision, and generating a complete editable Slidev markdown project.

Are there limitations when using AI vision to recreate slide content from PDF images?

Limitations when using AI vision to recreate slide content from PDF images include potential inaccuracies in complex visual reconstruction and the requirement of a capable runtime to coordinate validation, image generation, and slide creation effectively.