Skip to content

Instantly share code, notes, and snippets.

@imhalawa
Created June 5, 2026 16:25
Show Gist options
  • Select an option

  • Save imhalawa/1ee351fdf9e6bd3fdf42e5f7353ce8de to your computer and use it in GitHub Desktop.

Select an option

Save imhalawa/1ee351fdf9e6bd3fdf42e5f7353ce8de to your computer and use it in GitHub Desktop.
Hermes Agent — Claude skin
name: claude
description: "Claude Code inspired — warm terracotta, clean minimal, dark"
# ── Colors ──────────────────────────────────────────────
# Claude brand palette: Crail #C15F3C, Peach #DE7356, Cloudy #B1ADA1, Pampas #F4F3EE
# All temperatures tuned to the warm terracotta ethos.
colors:
banner_border: "#2A2A2A"
banner_title: "#E4E4E4"
banner_accent: "#DE7356"
banner_dim: "#6B6B6B"
banner_text: "#C4C4C4"
ui_accent: "#DE7356"
ui_label: "#E4E4E4"
ui_ok: "#6BCF7F"
ui_error: "#EF5350"
ui_warn: "#FFA726"
prompt: "#E4E4E4"
input_rule: "#2A2A2A"
response_border: "#DE7356"
status_bar_bg: "#0D0D0D"
status_bar_text: "#9C9C9C"
status_bar_strong: "#E4E4E4"
status_bar_dim: "#3D3D3D"
status_bar_good: "#6BCF7F"
status_bar_warn: "#DE7356"
status_bar_bad: "#E06040"
status_bar_critical: "#EF5350"
session_label: "#DE7356"
session_border: "#3D3D3D"
voice_status_bg: "#0D0D0D"
selection_bg: "#3A2A22"
completion_menu_bg: "#111111"
completion_menu_current_bg: "#2A1F1A"
completion_menu_meta_bg: "#0D0D0D"
completion_menu_meta_current_bg: "#1A1512"
# ── Spinner ─────────────────────────────────────────────
# Claude Code's actual spinner uses these exact Unicode glyphs:
# · (U+00B7 middle dot)
# ✢ (U+2722 four teardrop-spoked asterisk)
# ✳ (U+2733 eight-spoked asterisk)
# ✶ (U+2736 six-pointed black star)
# ✻ (U+273B teardrop-spoked asterisk)
# ✽ (U+273D heavy teardrop-spoked asterisk)
# Source: reverse-engineered from Claude Code binary, verified by multiple researchers
spinner:
waiting_faces:
- "·"
- "✢"
- "✳"
- "✶"
- "✻"
- "✽"
thinking_faces:
- "✢"
- "✳"
- "✶"
- "✻"
- "✽"
- "·"
thinking_verbs:
# ── Reasoning & analysis ──
- "reasoning"
- "analyzing"
- "cogitating"
- "deliberating"
- "contemplating"
- "pondering"
- "ruminating"
- "musing"
- "mulling"
- "cerebrating"
- "considering"
- "philosophising"
# ── Construction & creation ──
- "architecting"
- "composing"
- "crafting"
- "forging"
- "generating"
- "synthesizing"
- "manifesting"
- "actualizing"
- "constructing"
# ── Transformation & refinement ──
- "refining"
- "tempering"
- "crystallizing"
- "transmuting"
- "metamorphosing"
- "coalescing"
- "sublimating"
# ── Exploration & discovery ──
- "exploring"
- "deciphering"
- "unravelling"
- "spelunking"
- "perusing"
- "elucidating"
- "gleaning"
# ── Processing & computation ──
- "processing"
- "computing"
- "calculating"
- "crunching"
- "hashing"
- "inferring"
- "determining"
# ── Orchestration & coordination ──
- "orchestrating"
- "choreographing"
- "coalescing"
- "synthesizing"
# ── Cultivation & growth ──
- "cultivating"
- "germinating"
- "incubating"
- "brewing"
- "fermenting"
- "simmering"
- "percolating"
- "marinating"
- "leavening"
- "seasoning"
- "nurturing"
# ── Precision & detail ──
- "inspecting"
- "tracing"
- "verifying"
- "validating"
- "scrutinizing"
- "dissecting"
# ── Claude's whimsical signature verbs ──
- "clauding"
- "flibbertigibbeting"
- "discombobulating"
- "razzle-dazzling"
- "razzmatazzing"
- "hullaballooing"
- "shenaniganing"
- "fiddle-faddling"
- "tomfoolering"
- "topsy-turvying"
- "whatchamacalliting"
- "jitterbugging"
- "boondoggling"
- "prestidigitating"
- "quantumizing"
- "beboppin'"
# ── Classic staples ──
- "thinking"
- "working"
- "tinkering"
- "sketching"
- "noodling"
- "doodling"
- "envisioning"
wings:
- ["⟪", "⟫"]
- ["⟪·", "·⟫"]
- ["⟪✢", "✢⟫"]
- ["⟪✳", "✳⟫"]
- ["⟪✶", "✶⟫"]
- ["⟪✻", "✻⟫"]
- ["⟪✽", "✽⟫"]
- ["◖·", "·◗"]
- ["◖✢", "✢◗"]
- ["◖✶", "✶◗"]
# ── Branding ─────────────────────────────────────────────
branding:
agent_name: "hermes"
welcome: "hermes — /help for commands"
goodbye: "done"
response_label: " hermes "
prompt_symbol: "›"
help_header: "commands"
# ── Tool prefix ─────────────────────────────────────────
tool_prefix: "╎"
# ── Tool indicators ────────────────────────────────────
# Clean arrow-based indicators — no emoji.
tool_emojis:
terminal: "▸"
web_search: "▸"
web_extract: "▸"
read_file: "▸"
write_file: "▸"
patch: "▸"
search_files: "▸"
delegate_task: "▸"
vision_analyze: "▸"
browser_navigate: "▸"
memory: "▸"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment