imagegen

Generate or edit raster images using the built-in image_gen tool.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/adminlove520/Claude-Code-Universe --skill imagegen-adminlove520
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagegen
Source: https://github.com/adminlove520/Claude-Code-Universe/tree/main/codex/codex-rs/skills/src/assets/samples/imagegen
Command: npx skills add https://github.com/adminlove520/Claude-Code-Universe --skill imagegen-adminlove520

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating high-quality bitmap images and editing existing visuals can be time-consuming and require specialized design tools. This skill provides an AI-assisted workflow to produce raster assets (photos, illustrations, textures, sprites, mockups) and to apply edits without leaving the project context.

Core Features & Use Cases

  • AI-driven generation of bitmap assets for websites, games, and product visuals.
  • Image editing capabilities such as inpainting, background adjustment, and style transfer to reuse existing imagery.
  • Use Case: quickly produce multiple visual variants from references or prompts for branding, UI mockups, or marketing assets.

Quick Start

Provide a prompt describing the image you want, and the built-in image_gen tool will generate or edit the bitmap for your project.

Frequently Asked Questions about imagegen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate raster images from prompts for website assets?

To generate raster images, provide a text prompt describing the desired bitmap and the built-in image_gen tool will produce the visual assets for your project.

Can I edit existing bitmap images and apply style transfer without specialized design tools?

Yes, you can edit existing bitmaps by applying AI-driven workflows for inpainting, background adjustments, and style transfer directly within your project context.

What is the best way to create multiple visual variants from reference images?

Creating visual variants involves using AI image generation workflows to derive multiple bitmap assets from a single reference prompt for branding or UI mockups.

Does the image generation workflow require OpenAI access to run?

The default built-in image_gen tool requires no external access, but using the optional CLI fallback through scripts/image_gen.py requires OpenAI access and dependency checks.

When should I use AI image generation instead of vector graphics for my project?

Use AI image generation when your project requires raster bitmap outputs like photos, illustrations, textures, or sprites, rather than scalable vector code or graphics.

Why is prompt augmentation needed for AI image generation?

Prompt augmentation enhances your initial text inputs when using the CLI fallback path, ensuring the AI-driven workflow generates higher quality and more accurate bitmap assets.