Генерация PPTX-презентаций из данных Excel

★ 7.1 · general

pptx-author is a Claude Code skill that produces .pptx files on disk using the python-pptx library, with no PowerPoint session required. It loads a branded template from ./templates/firm-template.pptx when present, builds slides with tables and embedded charts, and binds numbers directly to named ranges or specific cells in an Excel workbook via openpyxl — so deck figures never drift from the source model. For charts, the skill favors PNG images rendered from the workbook over native pptx charts, which tend to be fragile and may not match firm styling. The output is written to ./out/<name>.pptx; the skill never emails or uploads — delivery is handled by the orchestration layer. It is best suited for pitch decks, IC memos, and earnings notes where every figure must trace back to a source spreadsheet.