What problem does it solve? Choosing the wrong image-edit model wastes iterations and credits. This Skill classifies the user's editing intent and routes it to the right model in the RunComfy catalog, with each model's documented prompting patterns bundled in. ## Core Features & Use Cases - Intent-based model routing: Matches requests to Nano Banana Edit (batch up to 20 images, identity preservation), GPT Image 2 Edit (multilingual in-image text, multi-reference composition), Flux Kontext Pro (single-shot local edits), or Z-Image Turbo Inpaint (mask-driven region edits). - Bundled prompting patterns: Each route includes schema tables, preservation-first prompting tips, and strength/size guidance so edits succeed with fewer retries. - CLI execution: Invokes runcomfy run <vendor>/<model>/edit through the local RunComfy CLI with JSON input bodies and an output directory. - Use Case: A user asks to swap the background on 15 product photos while keeping the products identical. The Skill routes to Nano Banana Edit, locks aspect ratio and resolution for batch consistency, and runs one CLI call. ## Quick Start Ask the agent to edit an image, for example: "Remove the watermark from these three product photos and keep everything else unchanged."