pptx-format

Apply design source layout rules to content sources and generate PPTX files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill pptx-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-format
Source: https://github.com/so-ota-biz/ai-agent-orchestration-settings/tree/main/.agent/skills/pptx_format
Command: npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill pptx-format

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables applying a design_source's tonal style to a content_source to generate a polished PPTX final output, bridging design and content for consistent presentations.

Core Features & Use Cases

  • Apply a design_source's background, color, and layout rules to a content_source while preserving the content text formatting from the content_source.
  • Use python-pptx to rearrange slides, enforce layout mappings, and verify final visuals in an offline environment using pre-bundled wheels.
  • Use Case: Standardize slides across a deck by applying a single design_source to a variety of content_source inputs.

Quick Start

Run the pptx-format skill with design_source, content_source, and an output directory to produce a formatted PPTX.

Frequently Asked Questions about pptx-format

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

FAQPage Schema
How do I apply a consistent design template to existing PPTX slides?

To apply a consistent design template to PPTX slides, this skill uses python-pptx to map a design_source's background and colors onto a content_source. It enforces layout rules and rearranges slides while preserving original content text formatting.

Can I automate PPTX layout generation offline without internet access?

Yes, you can automate PPTX layout generation offline using this skill's prebuilt wheels. It operates completely locally to transform and validate slide layouts end-to-end without requiring external internet connectivity.

What is the best way to standardize slide aesthetics across multiple decks?

The best way to standardize slide aesthetics across multiple decks is applying a single design_source to various content_source inputs. This skill bridges design and content tonal style to generate polished, presentation-ready PPTX outputs with consistent visual rules.

Does python-pptx support enforcing strict layout mappings for presentations?

Yes, python-pptx supports enforcing strict layout mappings for presentations. This skill leverages python-pptx to rearrange slides, apply design tone rules, and verify final visuals to validate the PPTX layouts end-to-end.

What do I need to install before formatting PPTX layouts with prebuilt wheels?

Before formatting PPTX layouts, you need python-pptx and a local wheel-based installation. This offline environment setup allows the skill to process design and content sources to produce formatted presentation files.

Why does my PPTX design transfer lose original content text formatting?

If your PPTX design transfer loses original content text formatting, ensure both content_source and design_source are properly mapped. This skill specifically preserves content text formatting while applying background and color rules from the design_source.