create-deck

Installation
SKILL.md

Creating a Deck

Do not explore the codebase. Everything you need is here.

Workflow

  1. Plan the slides (title, section dividers, content slides)
  2. Call create-deck --title "..." --slides '[]' to create an empty deck
  3. Navigate to the new deck
  4. Call add-slide once per slide in slide order, waiting for each result before adding the next slide

Do not create multiple slides in parallel for the same deck. Do not spawn sub-agents to write into the same deck at the same time. Sub-agents may research or draft slide copy, but one writer should call add-slide sequentially so the editor stays stable and the user can watch progress.

Installs
1
GitHub Stars
3.8K
First Seen
8 days ago
create-deck — builderio/agent-native