style-transfer

Solid

Apply an artistic style to an existing image. Default Flux Kontext. 12 presets: watercolor, oil, sketch, line-art, ink-wash, cyberpunk, ghibli, pixar-3d, manga, art-deco, low-poly, vaporwave. Custom via --prompt-mod. Use when: 'style transfer', 'make this look like X', 'стилизуй фото', 'переведи в стиль X', 'переведи в акварель / манга / гибли'.

AI & Automation 17 stars 1 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
42
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<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 - `...

Details

Author
Mikefluff
Repository
Mikefluff/skills
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

style-suggest

Visual style generator — turn a text description and/or reference image into a structured style entry for the prompt-library. Duplicate-detect then emit v2.15.0 schema (background, accents, mood, typography, composition_signature). Use when: 'make a new style', 'add a style based on this image', 'добавь стиль', 'предложи стиль'.

17 Updated 1 weeks ago
Mikefluff
AI & Automation Listed

pixel-art

Generate single-subject pixel art (scenes, characters, buildings, title cards) from a short brief, with a built-in style system (palette, density, lighting, fonts). Modes `hi-fi` (painterly high-density, default) and `lo-fi` (scanlined banner). Generative: produces a raster, runs a deterministic median-cut quantize to true grid-aligned pixel art, and can serialize one sprite to SVG. Repo-agnostic — returns artifacts, writes nothing; with no generator reachable it returns a model-agnostic prompt brief. Triggers on "pixel art", "hi-fi/lo-fi pixel", "VT323 title card", "generated pixel art as SVG" (single sprite), or a hi-density reference plus "this style". Does NOT trigger on — and declines — composed/branded SVG-asset jobs (banner, icon set, multi-asset set, needing exact text, a fixed viewBox, brand tokens, or an editable vector source it doesn't author). Not for vector illustration, logos (`brand-workshop`), photo-real, p5.js (`algorithmic-art`), or charts. Never names living artists.

1 Updated 6 days ago
sorawit-w
AI & Automation Solid

verse-to-prompt

Convert classical Chinese verses into image generation prompts — ink painting (default), stipple, or tech-noir variant. Use when visualizing Yilin, I Ching, Tang poetry, or classical Chinese text; for video motion prompts, see image-to-scene.

3 Updated 1 weeks ago
augchan42