imagegen

Generate or edit bitmap images using built-in tools or CLI fallback.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jbarlek3-web/claudecommandcenter --skill imagegen-jbarlek3-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagegen
Source: https://github.com/jbarlek3-web/claudecommandcenter/tree/main/skills/.system/imagegen
Command: npx skills add https://github.com/jbarlek3-web/claudecommandcenter --skill imagegen-jbarlek3-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Image Gen Skill simplifies and speeds up the creation and editing of raster images for projects by enabling AI-powered generation and manipulation.

Core Features & Use Cases

  • Built-in image generation and editing workflow using a default image_gen tool; CLI fallback for explicit mode with scripts/image_gen.py.
  • Supports prompts augmentation, multi-output batches, size/quality options, background handling, and optional downscaling; ideal for assets like website banners, game sprites, UI illustrations, and marketing visuals.
  • Use cases include generating brand-new visuals, editing existing images (background changes, object edits), and producing multiple variants from references.

Quick Start

Ask to generate a new product hero image using the built-in image_gen tool by default.

Frequently Asked Questions about imagegen

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

FAQPage Schema
How do I generate bitmap images for UI assets or marketing visuals in batches?

To generate bitmap images in batches, you can use the built-in image generation tool to produce multiple variants from a single prompt or reference image. This workflow supports prompt augmentation and output formatting options for UI assets.

Can I edit existing images and change backgrounds using AI?

Yes, you can edit existing images and change backgrounds using the built-in image editing tools. The process supports optional masks and background handling to modify specific objects or generate variations from reference images.

What's the best way to generate product concept art with specific size and quality settings?

The best way to generate product concept art is by specifying your desired size, quality, background, and output format directly in the prompt. The tool applies prompt augmentation and input validation to safely produce the requested visuals.

Does this image generation approach work with Python and OpenAI for advanced cases?

Yes, this image generation approach works with Python and OpenAI dependencies. For advanced cases, you can use the explicit CLI fallback with the provided Python scripts instead of the default built-in tool.

Are there limitations when downscaling AI-generated images for website banners?

Limitations when downscaling AI-generated images include potential resolution constraints based on the selected output size and quality settings. The tool applies safe output handling and input validation to manage these downscaling parameters.