What problem does it solve? Creating bitmap assets like photos, illustrations, sprites, mockups, and transparent cutouts normally requires design tools or manual API scripting; this Skill routes image generation and editing requests through a built-in image tool or a fallback CLI with structured prompting. ## Core Features & Use Cases - Dual-mode generation and editing: Uses the built-in image_gen tool by default, with a scripts/image_gen.py CLI fallback supporting generate, edit, and generate-batch subcommands against GPT Image models. - Transparent background workflow: Generates subjects on a flat chroma-key background and removes it locally with remove_chroma_key.py, with an opt-in gpt-image-1.5 true-transparency fallback. - Structured prompt augmentation: Classifies requests into a use-case taxonomy and normalizes prompts into a labeled spec covering scene, subject, style, composition, and constraints. - Use Case: A developer needs a landing-page hero image of a product; the Skill builds a product-mockup prompt spec, generates the image, and copies the final asset into the project workspace. ## Quick Start Ask the agent to generate a hero image of a ceramic coffee mug for the landing page and save it into the project workspace.