Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
jetbrains avatar

Slides

  • 16 installs
  • 295 repo stars
  • Updated June 29, 2026
  • jetbrains/skills

slides builds PPTX decks with PptxGenJS and validates via render_slides.

About

slides builds PPTX decks with PptxGenJS and validates via render_slides.py, slides_test.py overflow checks, and detect_font.py. Delivers editable .pptx plus authoring .js with explicit 16:9 layout and typography rules.

  • Create and edit presentation slide decks (`.
  • Installation and configuration patterns for slides.
  • When-to-use guidance versus common alternatives.
  • Evidence-backed steps from the upstream SKILL.md guide.

Slides by the numbers

  • 16 all-time installs (skills.sh)
  • +6 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #452 of 688 Office & Documents skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

slides capabilities & compatibility

Capabilities
slides quick start · slides when to use guidance · slides integration patterns
Use cases
presentations
From the docs

What slides says it does

source: https://github.com/openai/skills/tree/e6afb0d74cc75d220df2faf3dd6c635c2dc6a108/skills/.curated/slides
SKILL.md
Keep work in a task-local directory. Only copy final artifacts to the requested destination after rendering and validation pass.
SKILL.md
npx skills add https://github.com/jetbrains/skills --skill slides

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs16
repo stars295
Last updatedJune 29, 2026
Repositoryjetbrains/skills

How do I use slides correctly?

Create and edit presentation slide decks (`.pptx`) with PptxGenJS and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/refer.

Who is it for?

Teams implementing slides workflows from the research catalog.

Skip if: Skip when requirements clearly match a different specialized stack.

When should I use this skill?

User asks about slides, create and edit presentation slide decks (`.pptx`) with pptxgenjs and render/val.

What you get

Working slides setup with validated configuration and next steps.

Files

SKILL.mdMarkdownGitHub ↗

Slides

Overview

Use PptxGenJS for slide authoring. Do not use python-pptx for deck generation unless the task is inspection-only; keep editable output in JavaScript and deliver both the .pptx and the source .js.

Keep work in a task-local directory. Only copy final artifacts to the requested destination after rendering and validation pass.

Bundled Resources

  • scripts/render_slides.py: Rasterize a .pptx or .pdf to per-slide PNGs.
  • scripts/slides_test.py: Detect content that overflows the slide canvas.
  • scripts/create_montage.py: Build a contact-sheet style montage of rendered slides.
  • scripts/detect_font.py: Report missing or substituted fonts as LibreOffice resolves them.

Workflow

1. Inspect the request and determine whether you are creating a new deck, recreating an existing deck, or editing one. 2. Set the slide size up front. Default to 16:9 (LAYOUT_WIDE) unless the source material clearly uses another aspect ratio. 3. Build the deck in JavaScript with PptxGenJS, an explicit theme font, stable spacing, and editable PowerPoint-native elements when practical. 4. Run the bundled scripts from this skill directory or copy the needed ones into the task workspace. Render the result with render_slides.py, review the PNGs, and fix layout issues before delivery. 5. Run slides_test.py for overflow checks when slide edges are tight or the deck is dense. 6. Deliver the .pptx, the authoring .js, and any generated assets that are required to rebuild the deck.

Authoring Rules

  • Set theme fonts explicitly. Do not rely on PowerPoint defaults if typography matters.
  • Size text boxes deliberately and verify by rendering; do not rely on PptxGenJS fit or autoFit for final layout.
  • Use bullet options, not literal characters.
  • Use explicit crop/contain calculations when placing images so aspect ratio and framing are intentional.
  • Prefer native PowerPoint charts for simple bar/line/pie/histogram style visuals so reviewers can edit them later.
  • For charts or diagrams that PptxGenJS cannot express well, render SVG externally and place the SVG in the slide.
  • Fix all unintentional overlap and out-of-bounds issues before delivering. If an overlap is intentional, leave a short code comment near the relevant element.

Recreate Or Edit Existing Slides

  • Render the source deck or reference PDF first so you can compare slide geometry visually.
  • Match the original aspect ratio before rebuilding layout.
  • Preserve editability where possible: text should stay text, and simple charts should stay native charts.

Validation Commands

Examples below assume you copied the needed scripts into the working directory. If not, invoke the same script paths relative to this skill folder.

# Render slides to PNGs for review
python3 scripts/render_slides.py deck.pptx --output_dir rendered

# Build a montage for quick scanning
python3 scripts/create_montage.py --input_dir rendered --output_file montage.png

# Check for overflow beyond the original slide canvas
python3 scripts/slides_test.py deck.pptx

# Detect missing or substituted fonts
python3 scripts/detect_font.py deck.pptx --json

Related skills

FAQ

What does slides do?

slides builds PPTX decks with PptxGenJS and validates via render_slides.

When should I use slides?

User asks about slides, create and edit presentation slide decks (`.pptx`) with pptxgenjs and render/val.

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.