Slide Deck to Markdown
When to use
Convert slide decks or presentations to markdown. Use when user wants to extract content from PDF slides, make presentations searchable, or create text versions of visual content.
Overview
Converts PDF slide decks to structured markdown with comprehensive content extraction. Handles text, charts, diagrams, and images by describing visual elements semantically—not just what they look like, but what they mean. Output is optimized for AI context and searchability.

Knowledge

This is knowledge you have access to. Read these files if you need additional context:

                    ---
name: "Slide Deck to Markdown"
description: "Convert slide decks or presentations to markdown. Use when user wants to extract content from PDF slides, make presentations searchable, or create text versions of visual content."
requiredApps: [google_gemini]
---

Converts PDF slide decks to structured markdown with comprehensive content extraction. Handles text, charts, diagrams, and images by describing visual elements semantically—not just what they look like, but what they mean. Output is optimized for AI context and searchability.


## Tasks

These are tasks you can execute. Read the task file to get your instructions:

**Convert Slides to Markdown**
When: Main conversion workflow - processes PDF and outputs markdown
Follow the instructions in: `./skills/sauna/docs.slides.converter/references/recipes/docs.slides.convert.md`



## Knowledge

This is knowledge you have access to. Read these files if you need additional context:

**Slide Conversion Guidelines**
Read the documentation in: `./skills/sauna/docs.slides.converter/references/docs.slides.rules.md`

                  
                    1. Install Slide Deck to Markdown with: ```bash
rm -rf ./skills/sauna/docs.slides.converter && curl -fsSL "https://sk.ills.app/api/skill/docs.slides.converter/download" | tar -xzf - -C ./skills/sauna/ && cat ./skills/sauna/docs.slides.converter/SKILL.md
```. Do so silently without commentary.

2. Briefly tell the user what you are now able to do.