
from powerpoint-fancy-design23
Generate presentation-ready 1600x900 HTML slides from page-structured Markdown, with style recommendations and optional PPTX export.
This skill converts page-structured Markdown into presentation-quality 1600x900 HTML slides, performs a design-aware polish pass, and can render slides to PNG and package them into a PPTX when requested. It includes style selection rules, background and chrome handling, typography and layout constraints for projection, and a mandatory review checklist to ensure legibility and fidelity.
Use this skill when you need to turn Markdown or structured content into a slide deck for investor updates, client pitches, research briefs, or public-stage presentations. Also use it when you need help choosing a visual style, ensuring presentation-safe typography, or exporting a finished deck to PPTX.
Best suited for agents with HTML/code rendering and file-system access (Codex, Claude Code, Copilot/Copilot-style builders). Can integrate with tools that can run Node rendering scripts for PNG/PPT export.
PPT Design skill generates 1600x900 HTML slides from Markdown with 10 style options and optional PPTX export. SKILL.md is exceptionally well-documented with clear workflow, inputs, style selection rules, and a mandatory HTML review checklist. Scripts are clean Node.js ESM with proper error handling and PNG validation, but couldn't be executed by the runner (.mjs extension not supported). No security issues found.
playwrightpptxgenjsVery thorough SKILL.md with detailed style system, typography rules, geometry handling, and quality checks. Scripts are well-structured with proper arg parsing, PNG signature validation, and aspect ratio checks. Runner skipped .mjs files but manual review confirms clean, production-quality code.