Об этом скилле
Markdown Slides Skill
Overview
This skill enables creation of presentations from pure Markdown using Marp. Write slides in familiar Markdown syntax and export to PDF, PPTX, or HTML with professional themes.
How to Use
- Write or provide Markdown content
- I'll format it for Marp with proper directives
- Export to your preferred format (PDF/PPTX/HTML)
Example prompts:
- "Convert my notes to a presentation"
- "Create slides from this markdown"
- "Build a pitch deck using markdown"
- "Generate PDF slides from this outline"
Domain Knowledge
Basic Syntax
---
marp: true
---
# First Slide
Content here
---
# Second Slide
- Bullet 1
- Bullet 2
Themes
---
marp: true
theme: default # default, gaia, uncover
---
Directives
---
marp: true
theme: gaia
class: lead # Centered title
paginate: true # Page numbers
header: 'Header' # Header text
footer: 'Footer' # Footer text
backgroundColor: #fff
---
Images



Columns
<div class="columns">
<div>
## Left
Content
</div>
<div>
## Right
Content
</div>
</div>
Example
---
marp: true
theme: gaia
paginate: true
---
<!-- _class: lead -->
# Project Update
Q4 2024 Review
---
# Highlights
- Revenue: +25%
- Users: +50%
- NPS: 72
---
# Roadmap
| Q1 | Q2 | Q3 | Q4 |
|----|----|----|-----|
| MVP | Beta | Launch | Scale |
---
<!-- _class: lead -->
# Thank You!
[email protected]
CLI Usage
# Install
npm install -g @marp-team/marp-cli
# Convert
marp slides.md -o presentation.pdf
marp slides.md -o presentation.pptx
marp slides.md -o presentation.html
Resources
Установить md-slides в Claude Code и Claude Desktop
Зарегайся, чтобы установить скилл
Создай бесплатный аккаунт, чтобы открыть команду установки и сохранить скилл в библиотеку.
- Открой команду установки в одну строку
- Сохраняй скиллы в синхронизируемую библиотеку
- Уведомления, когда скиллы обновляются
Разрешённые инструменты
Инструменты, которые скиллу разрешено вызывать.
Без ограничений — скилл может использовать любой инструмент.
FAQ
Что делает скилл md-slides?
>
Как установить скилл md-slides?
Скопируй папку скилла в ~/.claude/skills (вкладка Claude Code выше делает это одной командой), либо поставь как плагин.
Скилл md-slides запускает скрипты?
Нет, скилл состоит только из инструкций (SKILL.md), без исполняемых скриптов.
Похожие скиллы
Skill Creator
Author a new Agent Skill the right way
от Anthropictheme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fo
от Anthropictemplate-skill
Replace with description of the skill and when Claude should use it.
от Anthropicvercel-composition-patterns
vercel-composition-patterns — Agent Skill for Claude
от Vercel