pptx-author

Generate PowerPoint decks from model data and templates.

Updated May 11, 2026
One-click install
npx skills add https://github.com/jason660519/Project-Manager --skill pptx-author-jason660519
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/jason660519/Project-Manager/tree/main/hermes-agent/optional-skills/finance/pptx-author
Command: npx skills add https://github.com/jason660519/Project-Manager --skill pptx-author-jason660519

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate PowerPoint decks from model data and templates.

Core Features & Use Cases

  • Template-driven deck generation: produce .pptx files from financial models or data sources.
  • Model-backed content: bind slide text and charts to source workbooks for traceability.
  • Use Case: create investor decks or IC memos with consistent branding and data provenance.

Quick Start

Create a pptx from your data and a template with a single command.

Frequently Asked Questions about pptx-author

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a PowerPoint presentation from financial model data?

Generating a PowerPoint presentation from model data requires binding slide text and charts to source workbooks. This Skill produces .pptx files from your data and a template, ensuring traceability for investor decks and IC memos.

What is template-driven PowerPoint deck generation and how does it work?

Template-driven deck generation produces branded .pptx files by applying your data to a predefined layout. It requires an optional template at ./templates/firm-template.pptx and outputs the final named deck to the ./out directory.

Do I need python-pptx to create PowerPoint files from source data?

Yes, you need python-pptx installed to create PowerPoint files from source data. This Skill uses python-pptx as its core dependency to embed charts and images into the slides while avoiding external data transmission.

Can I use a custom firm template for my investor deck and IC memos?

Yes, you can use a custom firm template for your investor deck and IC memos. Place your template file at ./templates/firm-template.pptx to ensure consistent branding across all generated quarterly updates and presentations.

What's the best way to bind charts and figures to source workbooks in a pptx?

The best way to bind charts and figures to source workbooks in a pptx is using model-backed content generation. This approach embeds charts and images directly into the output file at ./out, maintaining data provenance without external data transmission.

Are there limitations when generating PowerPoint files via code without external data transmission?

A limitation of generating PowerPoint files via code without external data transmission is that all model data and templates must be local. You must ensure source workbooks are properly formatted and accessible before running the deck generation process.