imagegen

Generate and edit bitmap visuals with AI prompts and CLI fallback.

Updated Jul 10, 2023
One-click install
npx skills add https://github.com/iamtatsuki05/dotfiles --skill imagegen-iamtatsuki05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagegen
Source: https://github.com/iamtatsuki05/dotfiles/tree/main/dotfiles/.agent/skills/.system/imagegen
Command: npx skills add https://github.com/iamtatsuki05/dotfiles --skill imagegen-iamtatsuki05

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Generators and editors of bitmap assets are often manual, time-consuming, and brittle; this Skill provides an AI-assisted workflow to create, transform, and polish raster images quickly for a project.

Core Features & Use Cases

  • Built-in image_gen tool for standard generation and editing without external API keys.
  • CLI fallback at scripts/image_gen.py for explicit model/size/quality controls or true-transparent-output workflows.
  • Supports multiple outputs, optional downscaling, and prompt augmentation to improve prompt quality and consistency.
  • Ideal for website assets, app visuals, marketing graphics, game art, and batch prompts.

Quick Start

Provide a concise prompt and run the built-in image_gen flow to generate an initial asset.

Frequently Asked Questions about imagegen

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

FAQPage Schema
How do I generate transparent images for website assets using AI?

Generate transparent images by specifying optional background controls in your prompt. The built-in image_gen tool or CLI fallback handles true-transparent-output workflows, validates outputs, and saves them directly to your project workspace.

Can I batch generate multiple image variants from a single prompt?

Yes, you can batch generate multiple image variants from a single prompt. The tool supports multiple outputs, optional downscaling, and prompt augmentation to improve consistency across website and app visuals.

Do I need an external API key to edit bitmap visuals with this AI tool?

No external API key is required to edit bitmap visuals. The built-in image_gen tool handles generation and editing internally, while the CLI fallback provides explicit model, size, and quality controls.

What's the best way to control image size and quality during AI generation?

Control image size and quality during AI generation by passing optional parameters like model, size, and quality to the built-in tool. Use the CLI fallback at scripts/image_gen.py for explicit model, size, and quality controls.

How does prompt augmentation improve AI image generation?

Prompt augmentation improves AI image generation by refining prompt quality and consistency. This process enhances the built-in image_gen tool's output, ensuring better results for marketing graphics, game art, and batch prompts.