slides for show
Find a file
2026-05-20 23:14:12 +02:00
claudia feat: add claudia slide deck 2026-05-20 23:14:12 +02:00
README.md feat: add claudia slide deck 2026-05-20 23:14:12 +02:00

slides

A collection of slide decks, presented with show.

Each subdirectory is one deck. The deck file is always slides.md; optional notes.md holds speaker notes, sources, and per-slide talking points.

slides/
  <topic>/
    slides.md     # the deck
    notes.md      # optional — speaker notes, sources

Present

From the repo root:

show <topic>           # e.g. show claudia

Or from inside a deck directory:

cd <topic> && show

Keys: h/j previous, k/l next, gg/G first/last, :N jump, q quit.

Add a new deck

show add <topic>       # scaffolds <topic>/slides.md from the template

Then edit <topic>/slides.md. Useful directives:

  • <!-- cover --> — render the title as figlet on a cover slide
  • <!-- raw --> — skip markdown rendering for the slide
  • <!-- say:<mood>: text --> — speech bubble with a mood character (happy, sad, angry, meh, dead, moose)
  • <!-- moosay: text --> — shorthand for the moose

Slides are separated by --- on its own line.

Decks

  • claudia/claudia, a sandbox for Claude Code