What problem does it solve? Generating game sprites, emblems, and UI ornaments with genuine alpha transparency is error-prone: images often come back with painted backgrounds, fake checkerboards, or unverified formats. This Skill provides a disciplined workflow for producing transparent PNG assets with the built-in Codex image-generation tool and verifying the results before integration. ## Core Features & Use Cases - Structured prompt construction: Defines an asset contract covering purpose, materials, silhouette, padding, and transparent openings, with proven compositions for corner ornaments and centered crests. - Alpha verification: Ships a read-only Python helper that reports format, dimensions, SHA-256, alpha range, and transparent/opaque pixel percentages, rejecting fully opaque or invisible PNGs. - Provenance and integration: Preserves original files byte-for-byte, saves final prompts, and guides responsive UI integration with aspect-ratio-safe sizing. - Use Case: A game developer needs an ornate golden corner frame and matching crest for a health-bar UI. The Skill generates each as an isolated transparent PNG, verifies real alpha coverage, and integrates them with mirrored corners sharing one texture. ## Quick Start Use the codex-gpt-image-2-5-flare skill to generate a transparent PNG corner ornament for my game UI and verify its alpha channel.