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 agents a governed workflow for generating and editing raster images with clear mode selection and output handling. ## 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 (generate, edit, generate-batch subcommands) for explicit API/model control via gpt-image-2 or gpt-image-1.5. - Transparent background workflow: Generates subjects on flat chroma-key backgrounds and removes them locally with remove_chroma_key.py, escalating to true native transparency via gpt-image-1.5 only after user confirmation. - Structured prompt engineering: Classifies requests into a use-case taxonomy (product-mockup, ui-mockup, photorealistic-natural, etc.) and normalizes prompts into a labeled spec with constraints and invariants. - Use Case: A developer needs a hero image for a landing page; the agent generates a product-mockup image with the built-in tool, validates it, and copies the final PNG into the project workspace. ## Quick Start Ask the agent to generate a hero image of your product for the landing page and save it into the project workspace.