infographic-powerpoint-designer

Convert research handoffs into storyboarded, prompt-generated infographic slide decks and images-only PPTX files.

2|1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/AutoByteus/autobyteus-agents --skill infographic-powerpoint-designer-autobyteus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: infographic-powerpoint-designer
Source: https://github.com/AutoByteus/autobyteus-agents/tree/main/agent-teams/research-to-deck-team/agents/infographic-powerpoint-designer/skills/infographic-powerpoint-designer
Command: npx skills add https://github.com/AutoByteus/autobyteus-agents --skill infographic-powerpoint-designer-autobyteus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, and includes scripts (resource) and references (resource) components.

What problem does it solve? Turning an evidence-backed research package into a polished, visually consistent slide deck requires coordinating storyboarding, style selection, prompt writing, image generation, review, and PowerPoint assembly, which is slow and error-prone when done manually. ## Core Features & Use Cases - Storyboard-first workflow: Builds a user-approved deck_storyboard.md from the research article, resource index, and claim evidence ledger before any slide images are generated. - Modular style-pack system: Selects one reusable style pack (cinematic-dark, editorial-light, neo-tech, and more) and composes its prompt blocks so every slide in the deck stays visually consistent. - Controlled image generation: Creates all slide images exclusively through generate_image or edit_image with serial calls, cooldowns, self-checks, and a full generation log, then assembles reviewed images into deck_images_only.pptx. - Use Case: After a deep-research agent delivers an article and evidence ledger on a market trend, use this Skill to produce an approved slide plan, generate 16:9 infographic slides grounded in the cited sources, and deliver a ready-to-present PowerPoint deck. ## Quick Start Use the infographic-powerpoint-designer skill to turn the research package in this project folder into an approved storyboard and a final images-only PowerPoint deck.

Frequently Asked Questions about infographic-powerpoint-designer

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

FAQPage Schema
How do I turn a research report into a PowerPoint slide deck?▼

Provide the research package containing article.md, research-resource-index.md, and claim_evidence_ledger.md. The skill builds a deck storyboard for your approval, then generates each 16:9 slide image with generate_image or edit_image and assembles the reviewed images into deck_images_only.pptx.

How do I keep AI-generated slides visually consistent across a deck?▼

The skill uses a modular style-pack system where one pack such as editorial-light or cinematic-dark is selected for the whole deck. Its composed style, motif, and consistency blocks are pasted into every slide prompt so layout, lighting, and typography stay uniform.

Can I use scripts to add text or annotations to generated slide images?▼

No. All slide image creation and modification, including text placement, callouts, overlays, crops, and cleanup, must go through generate_image or edit_image. The included Python scripts only compose style-pack prompt blocks and assemble finished images into the PPTX file.

What happens if the research handoff is too weak for slide production?▼

The skill checks the upstream package first and routes a Research Gap back to the deep_researcher when claims, evidence, or source assets are missing. It only proceeds to storyboarding and image generation once the handoff is strong enough.

Why does the skill wait between image generation calls?▼

Image calls are serial-only with a 60-second sleep after every call, whether it succeeded, failed, or was rejected. This cooldown, combined with per-call inspection and logging in slide-generation-log.md, keeps output quality controlled and auditable.