What problem does it solve? Applying a new artistic style to an existing image in ComfyUI requires hand-editing a workflow graph with the right denoise, prompts, and image inputs. This Skill automates that by patching a proven low-denoise img2img template with the caller's style prompt and parameters, producing a ready-to-execute ComfyUI prompt JSON. ## Core Features & Use Cases - Template+patch compilation: Reads a Visual Intent Object (VIO) from stdin and patches a hand-authored SDXL img2img template with the style prompt, negative prompt, source image, and sampler settings. - Face-preservation awareness: Automatically lowers denoise to 0.45 when a preserve:["face"] constraint is present, while still honoring explicit denoise overrides. - Deterministic CLI contract: Emits the compiled ComfyUI prompt JSON on stdout and structured error codes on failure, with an eval suite covering basic, face-preserve, and override cases. - Use Case: A planner emits a step with goal=transfer_style and prompt "van gogh" for image a.png; the Skill outputs a complete ComfyUI graph with the style prompt injected and denoise tuned to preserve composition. ## Quick Start Ask the agent to transfer the style of an existing image, for example: apply a film noir style to my photo while keeping the composition unchanged.