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 generates and edits raster images directly in the project workflow with a built-in image tool and a guarded CLI fallback. ## Core Features & Use Cases - Built-in generation and editing: Create new images or edit existing ones with the built-in image_gen tool, including multi-asset batches via repeated calls. - Transparent-background workflow: Generate subjects on a flat chroma-key background and remove it locally with remove_chroma_key.py to produce alpha PNG/WebP cutouts. - CLI fallback mode: Use scripts/image_gen.py with generate, edit, and generate-batch subcommands for explicit model, quality, size, mask, and output-path control via the OpenAI Image API. - Use Case: A developer needs a landing-page hero image and a transparent product cutout; the Skill generates the hero with the built-in tool, then produces the cutout via chroma-key generation and local alpha extraction, saving both into the 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.