ppt-generation
Generate PPTX presentations from slide plan + content.
npx skills add HezaoHezao/poirot --skill ppt-generation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PPT Generation ## Overview Generate professional PowerPoint presentations. Plan the structure with a consistent visual style, generate slide content, and compose into a PPTX file. > **Poirot note:** The original deer-flow skill uses AI image-generation per slide. Poirot may not have image-generation available. This version generates text-based slides with `python-pptx`. Install: `pip install python-pptx`. ## When to Use - User requests to generate, create, or make presentations (PPT/PPTX) - User wants slides for a topic with structured content - User needs a visual presentation from research findings ## Presentation Styles | Style | Description | Best For | |-------|-------------|----------| | **dark-premium** | Black bg, luminous accents, luxury aesthetic | Executive presentations | | **gradient-modern** | Bold mesh gradients, contemporary typography | Startups, brand launches | | **minimal-swiss** | Grid-based, bold negative space, timeless | Consulting, architecture | | **keynote** | Apple-inspired, bold typography, dramatic imagery | Keynotes, product reveals | | **editorial** | Magazine-quality layouts, sophisticated typography | Annual reports, thought leadership | ## Workf
- Overview
- When to Use
- Presentation Styles
- Workflow
- Step 1: Understand Requirements
- Step 2: Research (if needed)
- Step 3: Create Presentation Plan
- Step 4: Generate PPTX
- Step 5: Present
- Slide Types
- Pitfalls
python3 -c " from pptx import Presentation from pptx.util import Inches, Pt, Emu from pptx.dml.color import RGBColor from pptx.enum.text import PP_ALIGN prs = Presentation() prs.slide_width = Inches(13.333) # 16:9 prs.slide_height = Inches(7.5) BG_COLOR = RGBColor(0x0A, 0x0A, 0x0A) TEXT_COLOR = RGBColor(0xFF, 0xFF, 0xFF)
What does the ppt-generation skill do?
Generate PPTX presentations from slide plan + content.
How do I install it?
Run `npx skills add HezaoHezao/poirot --skill ppt-generation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From HezaoHezao/poirot, a repository with 139 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
