presentation-design

Generate presentation slide decks with python-pptx, including charts and layout templates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DegrassiAaron/influencerai-monorepo --skill presentation-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: presentation-design
Source: https://github.com/DegrassiAaron/influencerai-monorepo/tree/main/.claude/skills/presentation-design
Command: npx skills add https://github.com/DegrassiAaron/influencerai-monorepo --skill presentation-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A guide for crafting presentations and generating slide decks programmatically.

Core Features & Use Cases

  • Storytelling & Design: structure narratives and visual hierarchy.
  • Slides with python-pptx: create slides and charts.
  • Tips & Resources: design best practices.

Quick Start

Install python-pptx and run a script that creates a 1-slide deck named "presentation.pptx".

Frequently Asked Questions about presentation-design

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

FAQPage Schema
How do I automate slide deck creation with Python?

Automate slide deck creation using python-pptx library to programmatically generate PPTX files. Write Python scripts that add slides, text, charts, and apply consistent layouts and formatting, then export the completed presentation as a professional deck.

Can I generate charts and data visualizations in presentation slides?

Yes. python-pptx supports adding charts and data visualizations directly into slides. You can embed charts, control visual hierarchy, and ensure design consistency across your presentation deck programmatically.

What's the best way to structure a narrative in slides?

Structure narratives using storyboarding principles: establish visual hierarchy, apply whitespace effectively, and follow design best practices. This ensures readability and guides viewers through your presentation logically.

Do I need design experience to create professional presentations programmatically?

No. python-pptx handles programmatic slide generation with layout templates and design consistency rules built in. The Skill provides design best practices and executable code snippets to assemble slides without manual design work.

How do I export multiple presentation formats from generated slides?

python-pptx generates and exports PPTX files directly. Create slides programmatically with Python, apply formatting and charts, then export the assembled presentation as a standard PowerPoint file.