Agent skill
slide-gen-images
AI image generation for presentation slides using Gemini Pro. Supports batch generation, style consistency, and visual validation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/slide-gen-images
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?