feat(skills): add optional theme-factory skill

Hermes-native port of Anthropic's theme-factory agent skill
(anthropics/skills, Apache-2.0 — verified; upstream LICENSE.txt
shipped verbatim in references/). Ten professional font+color themes
for styling HTML artifacts (slides, docs, reports, landing pages),
theme definitions byte-faithful, plus a compact gallery table and a
generate-new-theme flow. Credit: Anthropic.
This commit is contained in:
teknium1 2026-07-21 03:21:08 -07:00
parent f4df260f26
commit aecd0cb6f6
No known key found for this signature in database
16 changed files with 715 additions and 0 deletions

View file

@ -64,6 +64,7 @@ hermes skills uninstall <skill-name>
| [**kanban-video-orchestrator**](/docs/user-guide/skills/optional/creative/creative-kanban-video-orchestrator) | Plan, set up, and monitor a multi-agent video production pipeline backed by Hermes Kanban. Use when the user wants to make ANY video — narrative film, product/marketing, music video, explainer, ASCII/terminal art, abstract/generative loo... |
| [**meme-generation**](/docs/user-guide/skills/optional/creative/creative-meme-generation) | Generate real meme images by picking a template and overlaying text with Pillow. Produces actual .png meme files. |
| [**pixel-art**](/docs/user-guide/skills/optional/creative/creative-pixel-art) | Pixel art w/ era palettes (NES, Game Boy, PICO-8). |
| [**theme-factory**](/docs/user-guide/skills/optional/creative/creative-theme-factory) | Professional font and color themes for HTML artifacts. |
## devops