Plugin Claude Code
Plugin marketplace listing 1 plugin: ppt-generator.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ppt-generator.
Plugin Claude Code
Auto-generate presentations in Claude Code. The MCP server owns prompts, output schemas, and deterministic post-processing (validation, layout, lint, HTML/PPTX render); the client generates the slide content via a prepare/ingest handshake — no server-side LLM.
Settings file Claude Code
ppt generation mcp server.
Instructions file CodexOpenCode
AGENTS.md instructions for haandol/ppt-generator, covering ppt generator — agent guide, project overview, repository structure, llm offloading — prepare/ingest (critical) and commands.
Instructions file
Claude Code instructions for haandol/ppt-generator, covering claude.md, quick reference, adr-first 워크플로우 (필수) and html/pptx 렌더 패리티.
Skill Claude CodeCodex
Generate the design spec (per-slide layout/style) for a deck via the ppt-generator MCP server's prepare/ingest handshake, then export and compare HTML/PPTX. Use after an outline exists and the user wants to build/generate the slides. The server returns prompts + JSON schemas; YOU generate each slide's spec JSON.…
Skill Claude CodeCodex
Verify PPTX import fidelity by comparing the original .pptx against the imported ppt-generator project — both visually (side-by-side rendered PNGs) and numerically (shape coordinate/size/font diff). Produces a per-slide match report and tags mismatches by root-cause category so the import code/lint can be improved.…
Skill Claude CodeCodex
Add, update, delete, move, or make narrow single-component edits to slides in an existing ppt-generator project (prepare/ingest handshake for LLM steps; move/delete are pure file ops). Also imports external PPTX for editing. Keywords - "슬라이드 추가/수정/삭제/이동 / 컴포넌트 수정 / PPTX 편집 / import pptx".
Skill Claude CodeCodex
Start a presentation by generating its outline via the ppt-generator MCP server (prepare/ingest handshake). Use when the user wants to create a new slide deck / PPT / presentation, or "발표자료 만들어줘 / PPT 생성 / 프레젠테이션 초안". The server returns the prompt + JSON schema; YOU generate the outline JSON and hand it back.
Skill Claude CodeCodex
Run visual QA on a generated deck — capture slide screenshots (server-side Playwright), then YOU analyze them for visual defects and generate fixes via the ppt-generator prepare/ingest handshake. Opt-in; needs the visual-qa dependency group and Chromium. Keywords - "비주얼 QA / 시각 검사 / 스크린샷 점검 / visual qa / pixel-perfect…
Skill Claude CodeCodex
Guidance for distinctive, intentional presentation (slide deck) design that doesn't read as AI slop. Use when generating or reshaping a slide deck with ppt-generator — to set the deck's visual identity, narrative arc, per-slide information density, and to fill in DESIGN.md. Helps avoid the title+three-bullets…
MCP server Claude CodeCodexCursor +2
MCP server "ppt-generator" as configured in haandol/ppt-generator. Runs locally from the ppt-generator Python package.