OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add igorwarzocha/opencode-workflows --skill powerpoint
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
npx skills add igorwarzocha/opencode-workflows --skill powerpoint
<high_fidelity_creation> The preferred method for precise layout positioning:
<p>, <h1>-<h6>, or <ul>.references/html2pptx.md.html2pptx.js to generate the presentation.
</high_fidelity_creation><template_structure> For deck editing or template mapping:
scripts/thumbnail.py) to analyze layout.scripts/rearrange.py to duplicate and reorder slides.scripts/replace.py with the JSON inventory to populate content.
</template_structure><design_quality>
# prefix in PptxGenJS hex codes (causes corruption).--cols 4 to inspect for text cutoff or overlap issues.
</design_quality></powerpoint_professional_suite>