sdamico

Add Slide — Development skill for Claude Code

Development community

Scaffold a new slide and update the YAML manifest.

How to install Add Slide

Installs to ~/.claude/commands/sdamico-pitch-deck-add-slide.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sdamico/pitch-deck/HEAD/.claude/commands/add-slide.md -o ~/.claude/commands/sdamico-pitch-deck-add-slide.md

Restart Claude Code, or start a new session, for it to be picked up.

What Add Slide does


name: add-slide description: "Scaffold a new slide and update the YAML manifest." argument-hint: " [--section ] [--type hero|section|act-divider|cta]" allowed-tools: [Read, Write, Edit, Bash, Glob] model: sonnet

Add Slide

Create a new slide HTML file and register it in the manifest.

Arguments

Parse `$ARGUMENTS` to extract:

  • slide-name: kebab-case slug for the slide file (e.g. market-size)
  • --section : Section to add the slide to (creat

Alternatives in Development

  • Deck — Generate slide deck presentations from briefs or research 2.8k ★
  • Scaffold Review — review 一份已存在的 scaffold,找出它在 14-phase 工作流里漏了哪些环节 1.3k ★
  • Rb Init — Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill) 1.3k ★

Full documentation available on GitHub

View Source Repository