powerpoint-toolkit
PowerPoint Toolkit
Setup (First Use)
python3 scripts/setup_deps.py
Installs: python-pptx, Pillow, pyyaml. Skip if already installed.
Workflow Decision Tree
- Inspect structure → Run
scripts/inspect_pptx.py - Extract text → Run
scripts/extract_text.py - Analyze & get improvement suggestions → Run
scripts/analyze_pptx.py - Generate visual thumbnails → Run
scripts/thumbnails.py - Create new presentation → Use python-pptx (see
references/design-and-creation.md) - Edit existing presentation → Use python-pptx or OOXML (see
references/ooxml-editing.md)
Quick-Start Scripts
More from sentry01/copilot-cli-skills
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
8excel-toolkit
Read, edit, analyze, and create Microsoft Excel files (.xlsx, .xls, .xlsm, .csv, .tsv). Use when a user asks to: (1) Open/read/inspect an Excel file, (2) Edit or modify spreadsheet data, formulas, or formatting, (3) Analyze spreadsheet data and provide insights, statistics, or trends, (4) Create new Excel files with data, formulas, charts, or formatting, (5) Convert between CSV/TSV and Excel formats, (6) Build financial models or dashboards in Excel.
8writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
8brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
7building-frontend-components
Builds accessible, production-ready frontend components. Use when building UI components, forms, modals, or any React/Vue/Svelte frontend work — before writing component code.
6