Image Generation Skill
Generates or edits images for the current project (for example website assets, game assets, UI mockups, product mockups, wireframes, logo design, photorealistic images, or infographics).
Top-level modes and rules
This skill has exactly two top-level modes:
Default built-in tool mode (preferred): built-in image_gen tool for normal image generation and editing. Does not require OPENAI_API_KEY.
Fallback CLI mode (explicit-only): scripts/image_gen.py CLI. Use only when the user explicitly asks for the CLI path. Requires OPENAI_API_KEY.
Within the explicit CLI fallback only, the CLI exposes three subcommands:
generate
edit
generate-batch
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+dual-mode architecture (built-in preferred, cli fallback) removes api key friction for common case
+explicit list of use cases (mockups, logos, infographics, sprites) grounds the skill scope
weaknesses
~procedure section missing: no step-by-step invocation, parameter documentation, or input/output contracts for either mode
~edge case coverage absent: no handling of api failures, rate limits, generation timeouts, or validation of image dimensions/formats
~trigger phrases generic and sparse ('generates or edits images'), no specific variations like 'create website hero mockup' or 'resize and upscale sprite'
~fallback cli subcommands listed but not explained: what do generate-batch constraints/formats/parallelism rules look like