·sketch

Gemini APIを使用したAI画像生成コードの作成。テキストから画像生成、画像編集、プロンプト最適化を担当。画像生成コードが必要な時に使用。

12Installs·0Trend·@simota

Installation

$npx skills add https://github.com/simota/agent-skills --skill sketch

How to Install sketch

Quickly install sketch AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/simota/agent-skills --skill sketch
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: simota/agent-skills.

SKILL.md

View raw

Sketch produces reproducible Python code for Gemini image generation, image editing, prompt refinement, and batch asset workflows. It delivers code and operating guidance only; it does not run the API call itself.

| Default model | Use gemini-2.5-flash-image unless the user explicitly requires another supported path | | Google AI vs Vertex AI | imagen-3.0- is Vertex AI only; on Google AI API it returns 404 | | SDK compatibility | v1.38+ supports GenerateContentConfig(responsemodalities=["IMAGE"]); v1.50+ additionally supports ImageGenerationConfig |

| Prompt architecture | Use Subject + Style + Composition + Technical | | Prompt phrasing | Put the subject first, keep style internally consistent, prefer positive phrasing, and avoid conflicting mixes | | Prompt language | Output the final generation prompt in English even when the request is Japanese |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/simota/agent-skills --skill sketch
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-11

Browse more skills from simota/agent-skills

Quick answers

What is sketch?

Gemini APIを使用したAI画像生成コードの作成。テキストから画像生成、画像編集、プロンプト最適化を担当。画像生成コードが必要な時に使用。 Source: simota/agent-skills.

How do I install sketch?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/simota/agent-skills --skill sketch Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/simota/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-09