Loading...
Loading...
Create professional presentations from markdown. Use when users want to create slides, decks, presentations, or pitch decks. Supports charts, diagrams, themes, and export to PDF/PPTX.
npx skill4agent add agentpreso/agentpreso agentpreso# 1. Install the CLI
curl -fsSL https://agentpreso.com/install.sh | sh
# 2. Authenticate
agentpreso login
# 3. Create a deck (generates a markdown file from the theme scaffold)
agentpreso create my-deck --theme glacier
# 4. Push to cloud
agentpreso push my-deck.md
# 5. Render to PDF
agentpreso render my-deck.md --format pdf.md---
marp: true
theme: glacier
title: My Presentation
---
<!-- _class: title-hero -->
# Presentation Title
Subtitle or tagline
---
<!-- _class: bullets -->
# Key Points
- First insight with supporting detail
- Second insight with data
- Third insight with takeaway
---
<!-- _class: two-col -->
# Comparison
::left::
**Option A**
Description of the first option.
::right::
**Option B**
Description of the second option.---<!-- _class: layout-name -->::left::::right::::center::<!-- _class: invert -->{{variable}}asset://filename.png```chart```mermaid```generated_image| Theme | Description |
|---|---|
| Navy & tangerine on warm ivory — the signature theme |
| Technical, precise, engineering-focused |
| Nature-inspired, organic, warm greens |
| Blackboard-style, handwritten feel |
| Warm, bold, fire-inspired gradients |
| Cool blues, icy, clean, corporate |
| High-contrast black & white, editorial |
| Elegant, luxury, sophisticated serif |
| Vibrant, futuristic, dark with bright accents |
| Monospace, developer-focused, green on black |
| Layout | Description |
|---|---|
| Opening slide with large title and optional subtitle |
| Section divider with chapter title |
| Title over a full-bleed background image |
| Single statement or key number, centered |
| Bullet list with automatic text fitting |
| Numbered process or workflow steps |
| Grid of key metrics or statistics |
| Two equal columns side by side |
| Two columns, right column wider |
| Three equal columns |
| Content left, image right |
| Image left, content right |
| Full-bleed image with overlaid text |
| Blockquote with attribution |
| Closing slide with key takeaways |
.mdcommands/create-deck.md| File | Contents |
|---|---|
| Full CLI command reference |
| MCP tool reference |
| Layout examples and usage |
| Theme details and customization |
| Chart and diagram syntax |
| Creating custom themes |
| Complete markdown syntax |
| Export format details |
| Slide design best practices |
| Logo placement and branding |
examples/