Claude Code skill for creating Deckset presentations with markdown. Includes 29 documentation files, 3 example presentations, and auto-scraper.
Quick install:
/plugin marketplace add doudou1337/deckset-claude-skill
/plugin install deckset-presentation-expertOr local:
git clone https://github.com/doudou1337/deckset-claude-skill.git
cd deckset-claude-skill
/plugin marketplace add .
/plugin install deckset-presentation-expert- Download the latest
deckset-presentation-expert.zipfrom Releases - Open Claude Desktop
- Go to Settings → Skills
- Click "Install from file" or drag & drop the zip file
- Restart Claude Desktop
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?"
- 📚 29 docs from official Deckset documentation (formatting, media, presenting, customization)
- 🎨 3 examples (simple, technical, visual presentations)
- 🔧 Scraper script to update docs from deckset.com
Slide separator (must have blank lines):
---Headings:
# Title Slide
## Slide HeadingImages:
 # Full-screen
 # Inline
 # Fill spacePresenter notes:
^ This is a presenter note (starts with ^)Config (at top of file):
theme: Plain Jane, 1
footer: My Presentation
slidenumbers: trueskills/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
source venv/bin/activate
python scripts/scrape-deckset-docs.py- Deckset: https://www.decksetapp.com
- Docs: https://docs.deckset.com/English.lproj/
- Issues: https://github.com/doudou1337/deckset-claude-skill/issues
MIT - Alexis Lutun
Unofficial community skill. Not affiliated with Deckset or Anthropic.