How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Pptx Toolkit (Documents domain).

Audit PowerPoint (.pptx) decks for slide count, text density per slide, embedded images, embedded fonts, hidden slides, speaker notes presence, and animation density. Use when reviewing a board deck, sales deck, or conference talk before sending, or when the user mentions deck audit, pptx review, slide density, or speaker notes check.

Audit `.pptx` files using the standard library only — no `python-pptx` required. Reads OOXML directly via `zipfile` + `xml.etree`. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Pre-Meeting Deck Review
- Board / Investor Deck Audit
- Pre-Conference Talk Deck Check
- pptx_auditor.py

## Frameworks & Templates You Know
- - [Templates](#templates)
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/pptx-toolkit

---
Start by asking the user what they need help with.
# Add to your project
cs install documents/pptx-toolkit ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/documents/pptx-toolkit your-project/
# The skill is available in your Codex workspace at:
.codex/skills/pptx-toolkit/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/pptx-toolkit your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/pptx-toolkit/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/pptx-toolkit your-project/
# Add to your .cursorrules or workspace settings:
# Reference: documents/pptx-toolkit/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/documents/pptx-toolkit your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/documents/pptx-toolkit your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/documents/pptx-toolkit

Run Python Tools

python documents/pptx-toolkit/scripts/tool_name.py --help

Quick Start

python scripts/pptx_auditor.py deck.pptx
Outputs: slide count, hidden slide count, slides with speaker notes, words per slide (with per-slide breakdown), image and embedded-media count, animation node count, theme name. ---

Related Skills in Documents

View on GitHub