Leon color_skill

Guidance

install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/color_skill" ~/.claude/skills/leon-ai-leon-color-skill && rm -rf "$T"
manifest: skills/color_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • The owner asks about Leons favorite color or asks for a colors hexadecimal code.

Resolve With Context

  • For hexadecimal lookups, require a concrete color name.
  • Normalize simple color-name variants, but do not guess a color that was not provided.

Avoid

  • Do not use this skill for general color theory or design advice.
  • If the requested color is unknown to the skill color map, fail clearly instead of fabricating a code.