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