一键导入
deck-delete-slide
Guide for removing a slide from a deck project. Use this when asked to delete, remove, or drop a slide.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide for removing a slide from a deck project. Use this when asked to delete, remove, or drop a slide.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide for adding progressive disclosure (step-by-step / click-to-reveal builds) to a slide. Use this when asked to make a slide reveal content one step at a time, add build steps, or fix a disclosure slide that exports blank.
Guide for adding a new slide to a deck project. Use this when asked to create, add, or build a new slide component.
Find recoverable disk space in a deck project (unused media, stale exports, generated caches) without ever silently deleting user work. Use this when asked to optimize, slim down, clean up, free space, prune, or shrink a deck.
Validate and audit a deck project for correctness. Use this when asked to validate, audit, polish, review, check, or verify slides.
Capture a screenshot of the deck app to visually inspect slides. Use this when asked to look at, see, view, inspect, check visually, or preview a slide. Works in VS Code, Copilot CLI, deck-launcher, and containers.
Port a PowerPoint, PPTX, PDF export, or slide-image deck into native DECKIO slides. Use this when asked to convert, map, rebuild, port, digitize, or translate presentation slides into DeckIO. Includes source extraction, slide classification, amplification-first redesign, data extraction, native slide rebuilding, and validation.
| name | deck-delete-slide |
| description | Guide for removing a slide from a deck project. Use this when asked to delete, remove, or drop a slide. |
Open deck.config.js and review the slides array to see all slides and their order. If the user didn't specify which slide to remove, list them so the user can choose.
slides array.No index management is needed — the generic App.jsx assigns indexes by array position automatically.
Delete from src/slides/:
<SlideName>Slide.jsx<SlideName>Slide.module.cssDo not delete shared slides from @deckio/deck-engine (like GenericThankYouSlide) — only remove the import.
Search src/slides/ for any remaining references to the deleted slide:
The dev server hot-reloads automatically. Navigate through all slides and confirm:
deck.config.jsslides array.jsx and .module.css files