From diagrammer
Plan and render a multi-slide presentation with diagrams for each slide
How this skill is triggered — by the user, by Claude, or both
Slash command
/diagrammer:create-slide-deckThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks you to create a slide deck, presentation walkthrough, or multi-slide visual explanation of a system, talk, or concept.
When the user asks you to create a slide deck, presentation walkthrough, or multi-slide visual explanation of a system, talk, or concept.
Before building slides:
Each slide needs:
Common slide patterns:
Follow the /create-diagram skill for each individual diagram. Key considerations for presentations:
Structure as a single markdown file with:
--- separatorsfetch_xkcd tool)# Talk Title
### Subtitle
---
## Slide 1: The Problem

- Key point 1
- Key point 2
---
## Slide 2: Architecture

| Component | Purpose |
|-----------|---------|
| ... | ... |
For each diagram:
review_diagram(auto_fix: true) — fix issuesexport_diagram(format: "png") — render to PNGnpx claudepluginhub zacharysbrown/omni-toolsGenerates Excalidraw diagram JSON files that argue visually, not just display information. Use for workflows, architectures, or concepts.
Generates hand-drawn Excalidraw diagrams for concepts, architectures, mind maps, flows, and comparisons. Enforces accessibility and cognitive limits; auto-renders JSON to SVG.
Generates Excalidraw diagram JSON files (.excalidraw) that argue visually for workflows, architectures, or concepts. Ideal for teaching relationships, flows, and technical integrations with evidence artifacts.