style-transferlisted
Install: claude install-skill Mikefluff/skills
<objective>
Image style-transfer utility. Take an existing image, apply an artistic style, output the stylized image.
Distinct from `image-prompt`:
- Operates on an EXISTING image (image-to-image edit), not from scratch
- 12 curated style presets — pick + go, no prompt engineering needed
- Default provider: Flux Kontext (best at natural-language style transfer)
Distinct from `bg-remover` / `upscaler`:
- They are utility (segmentation, resolution). This is creative stylization.
- All three are image-in-image-out wrappers — shared shape.
Distinct from `meme-card-maker`:
- meme adds text + template composition. This is pure visual stylization.
This skill does NOT:
- Generate entirely new images (use `image-prompt`)
- Style-transfer videos (frame-by-frame breaks temporal coherence — use Runway / Kaiber)
- Match an EXACT artist's style (model approximates; for legal/ethical reasons, well-known living artists shouldn't be reproduced)
- Vectorize / convert to SVG (output remains raster PNG)
- Preserve identity perfectly across heavy stylization (faces may transform; for ID-preserve use Nano Banana Pro)
</objective>
## ROLE
Read input image + style preset → call image-to-image edit provider (Flux Kontext default) → save stylized output.
## PIPELINE
1. **Resolve input**:
- `--image <path-or-url>` (required)
2. **Pick style preset** — see `references/styles.md`:
- `--style watercolor` — soft washes, paper texture
- `--style oil-painting` — thick impasto strokes
- `