deckset-presentation-expert
π―Skillfrom doudou1337/deckset-claude-skill
Helps users create professional Markdown-based presentations for Deckset by providing documentation, examples, and AI-assisted slide generation and formatting guidance.
Installation
npx skills add https://github.com/doudou1337/deckset-claude-skill --skill deckset-presentation-expertSkill Details
Overview
# Deckset Presentation Expert
Claude Code skill for creating Deckset presentations with markdown. Includes 29 documentation files, 3 example presentations, and auto-scraper.
Installation
Claude Code
Quick install:
```bash
/plugin marketplace add doudou1337/deckset-claude-skill
/plugin install deckset-presentation-expert
```
Or local:
```bash
git clone https://github.com/doudou1337/deckset-claude-skill.git
cd deckset-claude-skill
/plugin marketplace add .
/plugin install deckset-presentation-expert
```
Claude Desktop
- Download the latest
deckset-presentation-expert.zipfrom [Releases](https://github.com/doudou1337/deckset-claude-skill/releases) - Open Claude Desktop
- Go to Settings β Skills
- Click "Install from file" or drag & drop the zip file
- Restart Claude Desktop
Usage
Just mention "Deckset", "slides", or "presentation" and the skill activates automatically.
Examples:
- "Create a Deckset presentation about ML basics"
- "Add presenter notes to these slides"
- "How do I add background images in Deckset?"
What's Included
- π 29 docs from official Deckset documentation (formatting, media, presenting, customization)
- π¨ 3 examples (simple, technical, visual presentations)
- π§ Scraper script to update docs from deckset.com
Quick Reference
Slide separator (must have blank lines):
```markdown
---
```
Headings:
```markdown
# Title Slide
Slide Heading
```
Images:
```markdown
 # Full-screen
 # Inline
 # Fill space
```
Presenter notes:
```markdown
^ This is a presenter note (starts with ^)
```
Config (at top of file):
```markdown
theme: Plain Jane, 1
footer: My Presentation
slidenumbers: true
```
Structure
```
skills/deckset-presentation-expert/
βββ SKILL.md # Main skill
βββ docs/ # 29 organized docs
β βββ formatting/ # 13 files
β βββ media/ # 5 files
β βββ presenting/ # 5 files
β βββ customization/ # 2 files
β βββ general/ # 4 files
βββ examples/ # 3 complete examples
```
Update Docs
```bash
source venv/bin/activate
python scripts/scrape-deckset-docs.py
```
Resources
- Deckset: https://www.decksetapp.com
- Docs: https://docs.deckset.com/English.lproj/
- Issues: https://github.com/doudou1337/deckset-claude-skill/issues
License
MIT - Alexis Lutun
Unofficial community skill. Not affiliated with Deckset or Anthropic.