image-generation

Generate custom images and diagrams via the Gemini image generation API.

56|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nyosegawa/skills --skill image-generation-nyosegawa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-generation
Source: https://github.com/nyosegawa/skills/tree/main/skills/image-generation
Command: npx skills add https://github.com/nyosegawa/skills --skill image-generation-nyosegawa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, Pillow, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of visual assets like diagrams, illustrations, and charts for blog posts and documentation, saving time and ensuring visual consistency.

Core Features & Use Cases

  • AI-powered Image Generation: Uses Gemini's image generation API to create custom visuals from text prompts.
  • Style Consistency: Provides guidelines and templates to maintain a uniform visual style across multiple images within a single document.
  • Use Case: Generate a technical diagram explaining a system architecture for a blog post, ensuring it matches the article's overall aesthetic.

Quick Start

Use the image-generation skill to create a diagram of a speech recognition system with the prompt "A clean, minimal technical diagram showing the architecture of a speech recognition system."

Frequently Asked Questions about image-generation

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

FAQPage Schema
How do I generate diagrams for blog posts using Gemini image generation?

You can generate diagrams for blog posts by providing text prompts to the Gemini image generation API, which creates custom technical diagrams, conceptual illustrations, and comparative visuals tailored to your documentation.

Can I render Japanese text in AI-generated illustrations for documentation?

Yes, this image generation approach includes specific best practices for Japanese text rendering, ensuring that AI-generated illustrations and diagrams display Japanese characters correctly within your visual assets.

What's the best way to maintain visual style consistency across multiple blog images?

To maintain visual style consistency across multiple blog images, this skill provides specific guidelines and templates that enforce a uniform aesthetic, ensuring all technical diagrams and conceptual illustrations match your article's design.

Do I need Python and Pillow to create custom visuals from text prompts?

Yes, you need Python 3.10+ along with the google-genai and Pillow libraries, as Pillow handles image manipulation and google-genai interfaces with the API to create custom visuals from your text prompts.

What are the limitations of using AI image generation for technical architecture diagrams?

While AI image generation excels at conceptual visuals and style consistency, complex technical architecture diagrams may require precise prompt engineering to ensure accurate component representation and layout fidelity.