Expert assistant for creating Deckset presentations with markdown. Helps with slide formatting, headings, lists, images, videos, presenter notes, build steps, themes, and configuration. Use when working with .md presentation files, or when user mentions Deckset, creating slides, presentations, or decks.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
docs/customization/configuration-commands.mddocs/customization/custom-theming.mddocs/formatting/code-blocks.mddocs/formatting/columns.mddocs/formatting/controlling-line-breaks.mddocs/formatting/emojis.mddocs/formatting/footers-and-slide-numbers.mddocs/formatting/footnotes.mddocs/formatting/formulas.mddocs/formatting/headings.mddocs/formatting/links.mddocs/formatting/lists.mddocs/formatting/quotes.mddocs/formatting/tables.mddocs/formatting/text-styles.mddocs/general/auto-scaling.mddocs/general/frequently-asked-questions.mddocs/general/getting-started.mddocs/general/keyboard-shortcuts.mddocs/media/audio.mdExpert assistant for creating professional presentations using Deckset's markdown-based format.
Deckset transforms Markdown files into beautiful presentations. Write content in plain text, Deckset handles the design.
# Presentation Title
## Subtitle
---
## First Slide
Content with **bold** and *italic*.
- Bullet one
- Bullet two
---
## Second Slide
More content.
--- MUST have blank lines before and after# = title slide, ## = slide title, ### = subtitle = background,  = inline^ (hidden from slides)CRITICAL - Most common mistake:
Content
---
Next slide
Blank lines are REQUIRED above and below ---.
# Large (title slides)
## Regular (slide titles)
### Small (subtitles)
# [fit] Scale to Fit
See docs/formatting/headings.md
- Bullet point
- Sub-point (2 spaces)
1. Numbered item
1. Sub-item (3 spaces)
**bold** *italic* ***bold italic***
`code` ~~strikethrough~~
See docs/formatting/text-styles.md
 # Full-screen background
 # Inline with text
 # Fill space
 # Custom size
 # Rounded
See docs/media/inline-images.md and docs/media/background-images.md
```python
def hello():
print("Hello")
```
See docs/formatting/code-blocks.md
## Slide Title
Visible content
^ Presenter note (not visible on slide)
^ Start each note line with ^
See docs/presenting/presenter-notes.md



Add at the very top (before first slide):
theme: Plain Jane, 1
footer: © 2024 Company
slidenumbers: true
autoscale: true
---
# First Slide
See docs/customization/configuration-commands.md
[.column]
Left content
[.column]
Right content
See docs/formatting/columns.md
$E = mc^2$
Inline: $x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}$
See docs/formatting/formulas.md
```mermaid
graph LR
A[Start] --> B{Decision}
B -->|Yes| C[End]
```
See docs/media/markdown-graphs.md
Lists reveal progressively. Enable with build-lists: true in config.
See docs/presenting/build-steps.md
See complete working presentations in examples/:
simple-presentation.md - Basic structuretechnical-presentation.md - Code & diagramsvisual-presentation.md - Image-focused--- → Slides merge## for most slides not ![fit image.png]Slides merging? Check blank lines around ---
Images not showing? Verify file paths, use forward slashes
Text too small? Use [fit] modifier or autoscale: true
Official docs: https://docs.deckset.com/English.lproj/