deck-refresh
Installation
SKILL.md
Deck Refresh
Update numbers across the deck. The deck is the source of truth for formatting; you're only changing values.
Preflight: Dependency Check
Before starting (chat environment only), verify the required Python library is installed and install it if missing.
python3 -c "import pptx" 2>/dev/null || python3 -m pip install python-pptx
| Library / Tool | Purpose | Required |
|---|---|---|
python-pptx |
Read the uploaded .pptx, edit text runs / table cells / chart data, and write the refreshed deck back out |
Yes (chat path) |
Important: Do not skip this step — the chat-mode edit workflow will fail without python-pptx. Office JS environment (PowerPoint Add-in) has no Python dependency.