deckset-presentation-expert

deckset-presentation-expert is a skill for Claude Code from doudou1337/deckset-claude-skill. It costs 65 tokens per session (1,618 once invoked), scanned A, original, MIT.

A guide for creating Deckset presentations from Markdown, a plain-text format for structured documents. It explains slide layout, images, videos, presenter notes, themes, and configuration.

In plain words
What is it for?
Use it when writing or editing Deckset .md files, including title and content slides, lists, backgrounds, inline images, hidden notes, and presentation settings.
Why use it?
It prevents formatting mistakes that can make Deckset slides render incorrectly, especially around separators, headings, and images.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the deckset-presentation-expert plugin — 1 skill shipped together

Good fit Use it when writing or editing Deckset .md files, including title and content slides, lists, backgrounds, inline images, hidden notes, and presentation settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/doudou1337/deckset-claude-skill/deckset-presentation-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add doudou1337/deckset-claude-skill --skill deckset-presentation-expert
Clone the repo
git clone --depth 1 https://github.com/doudou1337/deckset-claude-skill

Made for: Claude Code.

Or install deckset-presentation-expert, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deckset-presentation-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/doudou1337/deckset-claude-skill/deckset-presentation-expert/github.svg)](https://agentmods.dev/skills/doudou1337/deckset-claude-skill/deckset-presentation-expert)
Your own site
<a href="https://agentmods.dev/skills/doudou1337/deckset-claude-skill/deckset-presentation-expert"><img src="https://agentmods.dev/badge/skills/doudou1337/deckset-claude-skill/deckset-presentation-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deckset-presentation-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/doudou1337/deckset-claude-skill/deckset-presentation-expert"><img src="https://agentmods.dev/badge/skills/doudou1337/deckset-claude-skill/deckset-presentation-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,618 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.01618
Opus 5 $0.00032 $0.00809
Sonnet 5 $0.00013 $0.00324
Haiku 4.5 $0.00006 $0.00162

Measured 11d ago against content hash b01c2d798217, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

deckset-presentation-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/deckset-presentation-expert/SKILL.md · 272 lines

How it starts

The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deckset Presentation Expert

Expert assistant for creating professional presentations using Deckset's markdown-based format.

What is Deckset?

Deckset transforms Markdown files into beautiful presentations. Write content in plain text, Deckset handles the design.

Quick Start

Basic Structure

# Presentation Title
## Subtitle

---

## First Slide

Content with **bold** and *italic*.

- Bullet one
- Bullet two

---

## Second Slide

More content.

Critical Rules

  1. Slide Separators: --- MUST have blank lines before and after
  2. Headings: # = title slide, ## = slide title, ### = subtitle
  3. Images: ![](bg.jpg) = background, ![inline](pic.png) = inline
  4. Presenter Notes: Start line with ^ (hidden from slides)
  5. Config: Add at top before first slide

Core Syntax

Slide Separators

CRITICAL - Most common mistake:

Content

---

Next slide

Blank lines are REQUIRED above and below ---.

Headings

# Large (title slides)
## Regular (slide titles)
### Small (subtitles)

# [fit] Scale to Fit

See docs/formatting/headings.md

Lists

- Bullet point
  - Sub-point (2 spaces)

1. Numbered item
   1. Sub-item (3 spaces)

See docs/formatting/lists.md

Text Formatting

**bold** *italic* ***bold italic***
`code` ~~strikethrough~~

See docs/formatting/text-styles.md

Images

![](background.jpg)                      # Full-screen background
![inline](logo.png)                      # Inline with text
![inline fill](photo.jpg)                # Fill space
![inline 50%](image.png)                 # Custom size
![inline corner-radius(16)](pic.jpg)     # Rounded

See docs/media/inline-images.md and docs/media/background-images.md

Code Blocks

```python
def hello():
    print("Hello")
```

Read the full file on GitHub · 272 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 272 lines · 65 tokens per session scan A b01c2d798217

Subscribe to this mod's changes

deckset-presentation-expert is a skill published in the GitHub repository doudou1337/deckset-claude-skill (10 stars, last pushed 9mo ago), licensed MIT. It adds 65 tokens to every session and 1,618 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

slidev

Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.

slidevjs/slidev · 51 tokens

2slides-ppt-generator

AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any "make slides", "create a deck", or "slides from this document" request.

sickn33/agentic-awesome-skills · 64 tokens

design_creator

Structured workflow for creating professional designs — slide decks, documents, landing pages, app mockups, and motion storyboards.

siddsachar/row-bot · 27 tokens

alive:demo

Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.

alivecontext/alive · 52 tokens

adv-art

Plan, generate, normalize, validate, and publish visual assets for an ADV.JS game. Use when creating character tachie and expression variants, backgrounds, CG illustrations, thumbnails, or an asset manifest; replacing placeholders with original artwork; preparing immutable CDN/COS object paths; or auditing provenance…

YunYouJun/advjs · 72 tokens

image-gen

Generate images for the user's vault — pick the right provider, gather reference images from notes when relevant, write the result to assets/generated/, and surface the markdown reference. Use this when the user asks for any picture, illustration, mood image, poster, or visual companion to a note.

blueberrycongee/Lumina-Note · 60 tokens