Генерация PPTX-презентаций из JSON

★ 6.5 · content

pptx-generator is a Claude Code skill that converts JSON presentation data into a standard, editable .pptx file using the python-pptx library. The skill ships with three scripts: json_validator.py to verify input structure, pptx_builder.py to assemble the file, and pptx_validator.py to confirm the output is intact and editable. Supported content types include text, bullet points, images (PNG, JPG, GIF), tables, and charts (bar, line, pie), with styles selectable via --style (modern, minimal, business). It runs standalone against any spec-compliant JSON or as part of a pipeline with ppt-generator, nanobanana-ppt-visualizer, and other skills; a --input-dir flag enables batch processing of multiple files in one pass. Required dependencies: python-pptx ≥ 1.0.2, pillow ≥ 9.0.0, openpyxl ≥ 3.1.0.