← Back to list

pptx
by mshafei721
Multi-agent AI coding platform powered by Vercel Sandbox and AI Gateway - Phase 3: Skills & MCP Integration Complete
⭐ 0🍴 0📅 Jan 15, 2026
SKILL.md
name: pptx description: "Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks"
PPTX Presentation Skill
Core Capabilities
Reading & Analysis: Extract presentation text via markdown conversion or access raw XML for detailed content like speaker notes, comments, and design elements.
Creating Presentations: Two approaches:
- Building from scratch using HTML-to-PowerPoint conversion
- Using existing templates by duplicating, reordering, and replacing content
Editing Existing Files: Modify by unpacking OOXML structure, editing XML, validating, and repacking.
Key Workflows
Text Extraction
pandoc presentation.pptx -o output.md
Creating from HTML
- Design slides in HTML with proper dimensions
- Convert to PowerPoint format
- Apply design principles and color palettes
Template-Based Development
- Analyze existing template inventory
- Duplicate and rearrange slides
- Replace content while preserving formatting
Editing Existing Files
- Unpack:
python unpack.py presentation.pptx output_dir/ - Edit XML files in
ppt/slides/ - Validate:
python validate.py output_dir/ - Pack:
python pack.py output_dir/ new_presentation.pptx
Color Palettes
Example palettes available:
- Classic Blue
- Teal & Coral
- Bold Red
- Modern Minimalist
- Earth Tones
- And 13 more...
Technical Tools
unpack.py- Decompress PPTXvalidate.py- Check XML validitypack.py- Recompress to PPTXthumbnail.py- Generate visual gridsrearrange.py- Slide orderinginventory.py- Text extractionreplace.py- Content updates
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon