Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

AI image generation for presentation slides using Gemini Pro. Supports batch generation, style consistency, and visual validation.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name slide-gen-images
description AI image generation for presentation slides using Gemini Pro. Supports batch generation, style consistency, and visual validation.
version 2.0.0
author davistroy

Image Generation Skill

Generates slide images using Google Gemini Pro with style consistency.

Capabilities

  • Batch Generation: Generate all slide images in one run
  • Style Consistency: Maintain visual coherence across slides
  • Resolution Options: Low (fast), Medium (balanced), High (quality)
  • Visual Validation: Optional AI-based quality check (experimental)

Usage

python -m plugin.cli generate-images content.md --resolution high

Input Requirements

Content file must include graphics descriptions in each slide:

## Graphics Description
A professional business chart showing quarterly growth with blue and green color scheme...

Resolution Options

Resolution Size Use Case Generation Time
low 512x512 Draft/preview ~5 sec/image
medium 1024x1024 Standard presentations ~10 sec/image
high 1536x1536 High-quality output ~20 sec/image

Dependencies

  • Google Gemini Pro API
  • GOOGLE_API_KEY environment variable
  • Pillow for image processing