skills/presentation/SKILL.md
Create presentations from text/outline using Marp (Markdown to slides). Use when user asks to create presentation, slides, pitch deck. Triggers on "презентация", "слайды", "presentation", "pitch deck", "сделай презентацию".
npx skillsauth add alekseiul/sprut-agent-kit presentationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create professional presentations from text or outline using Marp CLI.
Create .md file with Marp syntax:
---
marp: true
theme: default
paginate: true
---
# Заголовок презентации
Подзаголовок или автор
---
## Слайд 2
- Пункт 1
- Пункт 2
- Пункт 3
---
## Слайд с изображением

Текст слева от картинки
---
## Код
```python
print("Hello, World!")
Контакты: [email protected]
### Step 2: Export to desired format
```bash
# PDF (default, best quality)
marp presentation.md -o ~/Desktop/presentation.pdf
# PowerPoint
marp presentation.md -o ~/Desktop/presentation.pptx
# HTML (single file)
marp presentation.md -o ~/Desktop/presentation.html
---
 # full background
 # left split
 # right 40%
 # fit inside
 # cover (crop)
**bold** *italic* ~~strikethrough~~
`inline code`
Available: default, gaia, uncover
Set in frontmatter:
---
marp: true
theme: gaia
class: lead
---
<!-- _class: lead --> # centered title slide
<!-- _backgroundColor: #123 -->
<!-- _color: white -->
# Create presentation
{baseDir}/scripts/create-presentation.sh "Title" "outline.txt" ~/Desktop/output.pdf
# Or manually
marp slides.md -o output.pdf --allow-local-files
--pdf-notes includes speaker notesdocumentation
Write viral, persuasive, engaging tweets and threads.
development
YouTube video summarizer with speaker detection, formatted documents, and audio output.
testing
Generate social media posts for different platforms (Twitter, LinkedIn, Telegram, etc).
development
Generate YouTube titles, descriptions, timecodes and hashtags from video transcripts.