Agent skill
Generate complete slide decks with original layouts, typography, color palettes, and content structure in a single file.
No template library. Each deck gets its own palette, type, and visual signature — invented for the subject in front of it.
Full-bleed photography, video, a chart, or a product shot — they go straight into any slide. Still one self-contained file, no asset folder.
Matching elements glide between slides — position, size, and style tween automatically. No frame-by-frame work.
function buildDeck(topic) {
let theme = proposeTheme(topic);
while (!userApproves(theme)) {
theme = proposeTheme(topic); // redirect → recreate
}
return render(theme, topic);
}
Two commands — then just ask it to make slides.