sketch とは?
Gemini API を使用して AI 画像生成コードを作成します。テキストから画像への生成、画像編集、プロンプトの最適化を担当します。画像生成コードが必要な場合に使用します。 ソース: simota/agent-skills。
Gemini API を使用して AI 画像生成コードを作成します。テキストから画像への生成、画像編集、プロンプトの最適化を担当します。画像生成コードが必要な場合に使用します。
コマンドラインで sketch AI スキルを開発環境にすばやくインストール
ソース: simota/agent-skills。
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 |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/simota/agent-skills --skill sketchGemini API を使用して AI 画像生成コードを作成します。テキストから画像への生成、画像編集、プロンプトの最適化を担当します。画像生成コードが必要な場合に使用します。 ソース: simota/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/simota/agent-skills --skill sketch インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/simota/agent-skills