creating-slides

Installation
SKILL.md

Overview

Slides are built with open-slide, a slide framework made for agents. It scaffolds a workspace that ships its own agent skills (/create-slide, /slide-authoring) and a hot-reload dev server. Your job is to get that workspace running and rely on those skills — not to write the slides from scratch.

Workflow

  1. Scaffold the open-slide workspace:

    npx @open-slide/cli init -h
    npx @open-slide/cli init <deck-name> [OPTIONS]
    
  2. Ask the user where to save the slides before initializing anything.

Installs
1
First Seen
Aug 20, 2026
creating-slides — quick-brown-foxxx/myai