pptx-agents

Generate PPTX slides from Markdown definitions with YAML frontmatter configuration.

34|4|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/darknetopencv-alt/autodev --skill pptx-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-agents
Source: https://github.com/darknetopencv-alt/autodev/tree/main/src/autodev/skills/pptx-agents
Command: npx skills add https://github.com/darknetopencv-alt/autodev --skill pptx-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of professional PowerPoint (PPTX) slides from textual specifications, significantly reducing manual design work and allowing for quick creation of high-quality presentations.

Core Features & Use Cases

  • Custom Slide Roles: Generates slides based on role definitions such as cover pages, TOCs, content pages, and summary slides.
  • Dynamic Layouts: Uses role files to dynamically generate slides according to the provided content, type, and layout specifications.
  • Consistent Branding: Ensures slides maintain consistency in branding, fonts, and color schemes as specified by the user.

Quick Start

To generate a content slide with the text "Welcome to Our Product" and apply the "Gemini" style, use the command 'autodev pptx-agents --generate --slide "Welcome to Our Product" --style "Gemini" --output "welcome.pptx"'

Frequently Asked Questions about pptx-agents

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

FAQPage Schema
How do I generate PPTX slides from Markdown automatically?

Yes, you can ensure consistent presentation branding by specifying your desired fonts, color schemes, and styles within the YAML frontmatter configuration, which maintains visual uniformity across all dynamically generated slides.

What types of slide layouts can I create using automated presentation generation?

Automated presentation generation supports custom slide roles including cover pages, table of contents (TOC), content pages, and summary slides, dynamically generating layouts according to the provided content and type specifications.

Can I use YAML frontmatter to configure automated PowerPoint creation?

Yes, you can use YAML frontmatter to configure automated PowerPoint creation, allowing you to define slide roles, apply specific styles like "Gemini", and set output file parameters directly from your textual definitions.

What is the best way to convert textual specifications into a professional PowerPoint file?

The best way to convert textual specifications into a professional PowerPoint file is using a command-line generation tool that parses Markdown definitions and applies role files to dynamically build slides with consistent branding.