This skill should be used when creating, editing, or improving terminal slide presentations in the deck CLI format. It applies when a user says "create a presentation", "make me a slide deck", "write a deck about X", "add progressive reveal to my slides", "add speaker notes", "fix my deck", "make slides", "column layout", or asks about deck frontmatter or comment directives. Provides the complete deck .md format specification, all comment directives (pause, column layout, speaker notes), frontmatter options, presentation structure guidance, and an opinionated workflow for drafting slides from brief to finished file.
deck is a terminal slide presenter. Slides are written in Markdown, separated by ---, and rendered in the terminal via deck slides.md. Install with go install github.com/jedwards1230/deck@latest.
For presenter navigation keys and runtime behavior, see references/presenter-reference.md.
A deck file is a Markdown file. Slides are separated by --- on its own line. An optional YAML frontmatter block at the top of the file sets document-level metadata.
---