when-creating-presentations-use-pptx-generation

Solid

Enterprise-grade PowerPoint deck generation using evidence-based prompting, workflow enforcement, constraint-based design

Data & Documents 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# PPTX Generation - Enterprise Presentation Creator ## Overview Enterprise-grade PowerPoint deck generation system using evidence-based prompting techniques, workflow enforcement, and constraint-based design for professional presentations (board decks, reports, analyses). Supports 30+ slide decks with consistent visual quality and accessibility compliance. ## When to Use - Creating board-level presentations - Quarterly business reviews - Technical documentation slides - Data-heavy reports - Executive summaries - Client proposals - Training materials ## Phase 1: Research Content (8 min) ### Objective Gather and structure presentation information ### Agent: Researcher **Step 1.1: Content Gathering** ```javascript const contentStructure = { metadata: { title: 'Presentation Title', subtitle: 'Subtitle', author: 'Author Name', date: new Date(), audience: 'executive|technical|general', purpose: 'inform|persuade|instruct' }, outline: [ { section: 'Introduction', slides: ['Title', 'Agenda', 'Executive Summary'] }, { section: 'Main Content', slides: ['Key Points', 'Data Analysis', 'Recommendations'] }, { section: 'Conclusion', slides: ['Summary', 'Next Steps', 'Q&A'] } ], dataPoints: extractDataPoints(), visualizations: identifyVisualizations() }; await memory.store('pptx/content-structure', contentStructure); ``` **Step 1.2: Data Analysis** ```javascript async function analyzeDat...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

pptx-generation

Enterprise-grade PowerPoint deck generation system using evidence-based prompting techniques, workflow enforcement, and constraint-based design. Use when creating professional presentations (board decks, reports, analyses) requiring consistent visual quality, accessibility compliance, and integration of complex data from multiple sources. Implements html2pptx workflow with spatial layout optimization, validation gates, and multi-chat architecture for 30+ slide decks.

335 Updated today
aiskillstore
Data & Documents Solid

pptx-generator

Generate, edit, and read PowerPoint presentations. Create from scratch with PptxGenJS (cover, TOC, content, section divider, summary slides), edit existing PPTX via XML workflows, or extract text with markitdown. Triggers: PPT, PPTX, PowerPoint, presentation, slide, deck, slides.

396 Updated yesterday
mxyhi
Data & Documents Solid

pptx-generator

Generate, edit, and read PowerPoint presentations. Create from scratch with PptxGenJS (cover, TOC, content, section divider, summary slides), edit existing PPTX via XML workflows, or extract text with markitdown. Triggers: PPT, PPTX, PowerPoint, presentation, slide, deck, slides.

496 Updated 1 months ago
vibeeval
Code & Development Solid

slides

Create and edit presentation slide decks (`.pptx`) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding charts/diagrams/visuals, or diagnosing layout issues such as overflow, overlaps, and font substitution.

713 Updated 3 days ago
fcakyon
AI & Automation Listed

pptx

Create and edit `.pptx` presentations safely, export thumbnails for QA, and build polished decks with pptxgenjs plus OOXML editing.

109 Updated today
HybridAIOne