deck-generator

Generate slide images from a content spec using the Imagen 4.0 API.

15|3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/LazyIsEfficient/agentic-os --skill deck-generator-lazyisefficient
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deck-generator
Source: https://github.com/LazyIsEfficient/agentic-os/tree/main/.claude/skills/deck-generator
Command: npx skills add https://github.com/LazyIsEfficient/agentic-os --skill deck-generator-lazyisefficient

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Deck generation automates the creation of professional slide decks from a content spec, turning ideas into ready-to-present visuals with minimal manual design.

Core Features & Use Cases

  • Automated deck creation from a content spec and per-slide prompts for consistent visuals.
  • Style presets: whiteboard, corporate, minimalist, dark-tech, playful, editorial, with output to local PNGs.
  • Google Slides integration planned (not yet implemented); outputs are local images suitable for quick presentation assembly.

Quick Start

Provide a content spec and run the deck-generator script with a chosen style to generate the deck images.

Frequently Asked Questions about deck-generator

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

FAQPage Schema
How do I generate AI presentation slides from a content spec?

To generate AI presentation slides, you provide a structured content spec like a slides.json file and per-slide prompts. The deck-generator processes this input using the Imagen 4.0 API to produce ready-to-present slide images stored as local PNGs.

What do I need to automate deck creation with AI image generation?

Automating deck creation requires a GEMINI_API_KEY environment variable, a structured content spec file such as slides.json or markdown-derived input, and an output directory. These components enable the script to generate and store slide PNGs.

Can I apply different visual style presets to AI-generated slide decks?

Yes, you can apply visual style presets to AI-generated slide decks. Available styles include whiteboard, corporate, minimalist, dark-tech, playful, and editorial, ensuring consistent visual themes across all generated slide images.

Does the deck generator export directly to Google Slides?

No, the deck generator does not export directly to Google Slides; Google Slides integration is planned but not yet implemented. Currently, it outputs local PNG images and a summary suitable for quick presentation assembly.

What is the best way to structure content for automated presentation generation?

The best way to structure content for automated presentation generation is using a structured content spec file like slides.json or markdown-derived formats. This structure allows the tool to apply per-slide prompts and style presets accurately during image generation.