imagegen

Generate or edit raster images into PNG/WebP bitmap assets.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/neilsanghrajka/drip --skill imagegen-neilsanghrajka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagegen
Source: https://github.com/neilsanghrajka/drip/tree/main/agent/codex-agent/.codex/skills/.system/imagegen
Command: npx skills add https://github.com/neilsanghrajka/drip --skill imagegen-neilsanghrajka

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Raster image creation and editing often require manual, time-consuming steps; AI-assisted generation speeds up asset creation while ensuring outputs are bitmap assets suitable for web and product visuals.

Core Features & Use Cases

  • Built-in image generation and editing via a probabilistic AI model to produce bitmap assets (PNG/WebP) for websites, apps, marketing, and product visuals.
  • Deterministic workflows with a built-in image_gen tool and a CLI fallback (scripts/image_gen.py) for advanced control and transparency requests.
  • Supports references, prompts, and optional scripts to derive variants from existing assets or references.

Quick Start

Provide a concise prompt and let the built-in image_gen tool produce a bitmap asset 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?

You generate raster images by providing a concise prompt to the built-in image generation tool, which outputs bitmap assets like PNG or WebP suitable for website visuals. The skill enforces prompt structure and validates output formats and sizes.

Can I edit existing bitmap images using AI?

Yes, you can edit existing bitmap images using AI. The skill supports deriving variants from existing assets or references, allowing you to modify current raster images for product mockups and UI assets.

What is the best way to control AI image generation deterministically?

The best way to control AI image generation deterministically is using the built-in image_gen tool or the CLI fallback script. This ensures transparent, advanced control over the bitmap creation process while enforcing prompt structure.

Does this skill support using reference images to create variants?

Yes, this skill supports using reference images to create variants. You can provide optional references and scripts to derive new bitmap assets from existing images, ensuring outputs match your project requirements.

What output formats are supported when generating raster images?

The supported output formats for generating raster images are PNG and WebP. The skill validates input and output formats, sizes, and safety constraints to produce bitmap assets for web, app, and marketing visuals.

Are there limitations when using AI to edit raster images for UI assets?

Limitations include safety constraints and format validations enforced during generation. The skill is scoped to producing bitmap outputs like PNG and WebP, and relies on a probabilistic AI model with a CLI fallback for advanced controls.