powerpoint
Original:🇺🇸 English
Translated
13 scripts
Handle PowerPoint (.pptx) creation, design, and analysis. Use for pitch decks, status updates, and visual storytelling. Use proactively when precise layout positioning and design principles are needed. Examples: - user: "Create a 10-slide deck for the board meeting" -> use design principles + html2pptx - user: "Convert this report into a presentation" -> extract text and map to template - user: "Audit this deck for layout issues" -> generate thumbnail grid for inspection
8installs
Added on
NPX Install
npx skill4agent add igorwarzocha/opencode-workflows powerpointTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →<instructions>
<powerpoint_professional_suite>
<high_fidelity_creation>
The preferred method for precise layout positioning:
- HTML: Create slides (720pt x 405pt). Text MUST be in ,
<p>-<h1>, or<h6>.<ul> - Visuals: You MUST rasterize gradients/icons as PNGs using Sharp FIRST. Reference: .
references/html2pptx.md - Execution: Run to generate the presentation. </high_fidelity_creation>
html2pptx.js
<template_structure>
For deck editing or template mapping:
- Audit: Generate thumbnail grid () to analyze layout.
scripts/thumbnail.py - Duplication: Use to duplicate and reorder slides.
scripts/rearrange.py - Text Injection: Use with the JSON inventory to populate content. </template_structure>
scripts/replace.py
<design_quality>
- Fonts: You MUST use web-safe fonts ONLY (Arial, Helvetica, Georgia).
- Colors: You MUST NOT use the prefix in PptxGenJS hex codes (causes corruption).
# - Layout: You SHOULD prefer two-column or full-slide layouts. You MUST NOT stack charts below text.
- Verification: You MUST generate a final thumbnail grid with to inspect for text cutoff or overlap issues. </design_quality>
--cols 4
</powerpoint_professional_suite>
</instructions>