hermes-agent/skills/creative
Teknium d40a828a8b
feat(pixel-art): add hardware palettes and video animation (#12725)
Expand the pixel-art skill from 2 presets (arcade, snes) to 14 presets
with hardware-accurate palettes (NES, Game Boy, PICO-8, C64, Apple II,
MS Paint, CRT mono), plus a procedural video overlay pipeline.

Ported from Synero/pixel-art-studio (MIT). Full attribution in
ATTRIBUTION.md.

What's in:
- scripts/palettes.py — 28 named RGB palettes (hardware + artistic)
- scripts/pixel_art.py — 14 presets, named palette support, CLI
- scripts/pixel_art_video.py — 12 animation scenes (stars, rain,
  fireflies, snow, embers, lightning, etc.) → MP4/GIF via ffmpeg
- references/palettes.md — palette catalog
- SKILL.md — clarify-tool workflow (offer style, then optional scene)

What's out (intentional):
- Wu's quantizer (PIL's built-in quantize suffices)
- Sobel edge-aware downsample (scipy dep not worth it)
- Atkinson/Bayer dither (would need numpy reimpl)
- Pollinations text-to-image (Hermes uses image_generate instead)

Video pipeline uses subprocess.run with check=True (replaces os.system)
and tempfile.TemporaryDirectory (replaces manual cleanup).
2026-04-19 16:59:20 -07:00
..
architecture-diagram docs(skills): make descriptions self-contained, not cross-dependent 2026-04-16 20:39:55 -07:00
ascii-art fix: overhaul ascii-art skill with working sources (#662) 2026-03-08 18:09:44 -07:00
ascii-video feat(skills): add creative divergence strategies for experimental output 2026-04-09 21:40:16 -04:00
baoyu-infographic docs: add PORT_NOTES.md for baoyu-infographic 2026-04-18 12:32:16 -07:00
creative-ideation feat(skills): add creative ideation — constraint-driven project generation 2026-04-11 01:44:36 -04:00
excalidraw refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00
manim-video feat(skills): add creative divergence strategies for experimental output 2026-04-09 21:40:16 -04:00
p5js feat(skills): add creative divergence strategies for experimental output 2026-04-09 21:40:16 -04:00
pixel-art feat(pixel-art): add hardware palettes and video animation (#12725) 2026-04-19 16:59:20 -07:00
popular-web-designs feat(skills): add popular-web-designs skill with 54 website design systems (#5194) 2026-04-05 00:42:55 -07:00
songwriting-and-ai-music feat(skills): add songwriting-and-ai-music creative skill (salvage #1901) (#3834) 2026-03-29 17:49:19 -07:00
DESCRIPTION.md refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00