What problem does it solve? Customizing the appearance of Hermes Agent across its CLI, TUI, and desktop GUI normally requires touching each surface separately. This Skill lets you author a single YAML skin file that themes every surface at once and applies it live without restarting. ## Core Features & Use Cases - Unified skin authoring: Write one YAML file in the Hermes skins directory that colors the CLI, TUI, and desktop GUI simultaneously through semantic color keys. - Live activation and tweaking: Apply a theme with hermes config set display.skin <name> or adjust a single color of the active skin with hermes skin set <key> <hex>, with every surface repainting within about a second. - Use Case: A user asks for a synthwave look for their assistant. You copy the provided template, set a deep indigo background with magenta and cyan accents, write it to the skins directory, activate it, and the whole interface repaints immediately. ## Quick Start Ask the assistant to create a new Hermes theme with your preferred colors and activate it across all surfaces.