Use a preset in your next deck.
Pick a preset name and pass it to deck-builder. The skill applies the full palette, typography pair, and character profile to every slide.
Claude Code prompt
brief.md field
Raw CSS tokens
# In Claude Code, with the deck-builder skill installed
Build me a 12-slide seed pitch deck for Switchboard,
an observability platform for LLM workloads.
Use the tech-crisp style preset.
# Or, if you want the skill to recommend:
Pick a style preset that fits the sector and show me
a first-slide preview in 3 candidates.
# brief.md (top of file)
project: switchboard-seed-deck
type: pitch
slides: 12
# Style preset, one of:
# founder-default | quiet-confident | studio-bold
# editorial-serif | tech-crisp | warm-brand
style_preset: tech-crisp
/* tech-crisp preset, copy into your shell.css */
:root {
--brand-primary: #0F0F0F;
--brand-accent: #00B3FF;
--brand-text: #0F0F0F;
--brand-muted: #5C5C5C;
--brand-bg: #FFFFFF;
--brand-surface: #F6F8FB;
--brand-border: #E1E6EE;
--font-display: 'Space Grotesk', 'Inter', sans-serif;
--font-body: 'Inter', system-ui, sans-serif;
--font-mono: 'JetBrains Mono', monospace;
}