Deckset Presentation Expert
Deckset markdown-presentation reference: syntax rules, 29 scraped docs, 3 full examples.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 3443ddc
The syntax rules (blank-line-around-'---', 2-space vs 3-space nested-list indent, '^' presenter notes) are accurate and match official Deckset docs, but 18 of the 29 'scraped' doc files link to screenshot images (../../img/*.png) that were never actually saved to the repo — the scraper grabbed text but not assets.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 3/5
What Deckset Presentation Expert does
Reference skill for authoring Deckset presentations in markdown — slide separators, headings, images, presenter notes, build steps, LaTeX, Mermaid diagrams, and theme configuration, backed by 29 scraped official-docs files and 3 worked examples. Triggers when the user mentions Deckset, is editing a presentation .md file, or asks about slides/decks.
How to install Deckset Presentation Expert
git clone https://github.com/doudou1337/deckset-claude-skill.git
mkdir -p ~/.claude/skills
cp -r deckset-claude-skill/skills/deckset-presentation-expert ~/.claude/skills/deckset-presentation-expert
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Deckset Presentation Expert
-
/deckset-presentation-expertDeckset markdown-presentation reference: syntax rules, 29 scraped docs, 3 full examples.
It also activates on plain-language prompts like these:
-
Create a 4-slide intro to Python deck with a code-block slide -
Add presenter notes and a build step to my Deckset markdown file -
How do I get a Mermaid diagram to render on a Deckset slide?
Frequently asked questions
- Is the Deckset Presentation Expert skill free?
- Yes. The skill itself is free from doudou1337/deckset-claude-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Deckset Presentation Expert work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. The syntax rules (blank-line-around-'---', 2-space vs 3-space nested-list indent, '^' presenter notes) are accurate and match official Deckset docs, but 18 of the 29 'scraped' doc files link to screenshot images (../../img/*.png) that were never actually saved to the repo — the scraper grabbed text but not assets.
- What is the Deckset Presentation Expert SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 3/5.
- How do I install Deckset Presentation Expert?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Deckset Presentation Expert with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.