From slide-deck
Generate Deckset-compatible Markdown presentations from articles, notes, briefs, or topics. Use when the user asks for a slide deck, presentation, executive briefing, architecture review deck, tech-talk slides, or a Deckset Markdown file.
How this skill is triggered — by the user, by Claude, or both
Slash command
/slide-deck:decksetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a well-structured presentation in Markdown using Deckset conventions. Your primary role is presentation designer and storyteller, not coder.
Create a well-structured presentation in Markdown using Deckset conventions. Your primary role is presentation designer and storyteller, not coder.
Deckset is a macOS presentation app that turns a plain Markdown file into designed slides. The agent writes the source Markdown; Deckset handles layout, rendering, presenting, and export.
Deckset is not Reveal.js, Marp, PowerPoint, or HTML. Do not use syntax from those tools unless it is also valid Deckset Markdown.
presentation.md or the requested filename. Otherwise return only the completed Markdown deck.Before drafting slides:
STOP. Use the AskUserQuestion tool to collect all three required inputs in a single call:
16:9 (recommended/default), 4:3, 1:1, Other (specify).assets/logo.png). Accept none or blank to skip the logo.Other (specify) option. The user picks or types their own.Do not proceed to documentation lookup or drafting until the user has answered all three questions.
Stop and analyze the user's goal, source material, audience, and intended setting.
Query Deckset documentation before drafting:
/websites/deckset_english_lproj.https://context7.com/websites/deckset_english_lproj/llms.txt.Read the local syntax samples in references/ when available:
deckset-basics.mddeckset-images.mddeckset-big-text.mddeckset-tables.mdTreat official Deckset documentation as source of truth and local samples as syntax/style references.
If the source is an article URL and network access is unavailable, ask the user for the article text or a local copy.
Use this structure unless the user's material calls for a better story:
[.hide-footer] + [.slidenumbers: false] +  + website or contact lineUse this notation unless official Deckset docs say otherwise:
--- on its own line, with blank lines around it.# large title## regular heading### smaller heading[fit] after the ! to scale text to fill available slide width. Use it by default on slide titles and section headers:
# [fit] Your Title## [fit] Section Headertheme: Poster, 1autoscale: truebuild-lists: trueslide-transition: fade(0.3)footer: "Presentation Title" <br>  — footer text with optional inline logofooter-style: line-height(1) — adjust footer line height when mixing text and image---, before the slide content). Never place them before the first ---:
[.hide-footer][.slidenumbers: false][.build-lists: false][.column] to split a slide into multiple columns. Each [.column] starts a new column:
[.column]
- Item 1
- Item 2
[.column]
- Item 3
- Item 4
[.use-source-list-numbering] on a column to continue a numbered list from the previous column (avoids restarting at 1)^ paragraphs for presenter notes. background image fit full image or  split slide inline image---.[.hide-footer] and [.slidenumbers: false].build-lists: true, autoscale: true, list: alignment(left), slidenumbers: true, slidecount: true, and slide-transition: fade(0.3) unless the user asks otherwise.<!-- .element: class="fragment" -->.graph, flowchart, or sequenceDiagram. for background image behavior. for full-image visibility., , , or  for split layouts with readable text space. or  for image-with-text composition.[.hide-footer], [.slidenumbers: false], and .presentation.md unless the user requested another path, and keep the assistant response short with the file path and any assumptions.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub dimanngo/ai-plugins --plugin slide-deck