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 gives the agent a governed workflow for generating and editing images with the right tool, model, and output path. ## Core Features & Use Cases - Dual-mode generation and editing: Uses the built-in image_gen tool by default, with a guarded 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, escalating to gpt-image-1.5 --background transparent only after explicit user confirmation. - Structured prompt engineering: Classifies requests into a use-case taxonomy (product-mockup, ui-mockup, photorealistic-natural, precise-object-edit, etc.) and normalizes prompts into a labeled production spec. - Use Case: A user asks for a landing-page hero image of a ceramic mug; the Skill classifies it as product-mockup, builds a structured prompt, generates it with the built-in tool, and copies the final asset into the project workspace. ## Quick Start Ask the agent to generate a product photo of your item on a clean background and save it into your project's assets folder.