color-expert

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

color-expert

color-expert

Catalogue stub — full skill: meodai/skill.color-expert
目录占位符 — 完整技能:meodai/skill.color-expert

Decision tree

决策树

  1. Is the full skill already installed? Check whether the skill at this location still has a
    das:
    block:
    • Global:
      grep -q "^das:" ~/.agents/skills/color-expert/SKILL.md 2>/dev/null && echo "pointer" || echo "installed"
    • Project:
      grep -q "^das:" .agents/skills/color-expert/SKILL.md 2>/dev/null && echo "pointer" || echo "installed"
    • No
      das:
      block → full skill installed, invoke it and proceed
    • das:
      block present → go to step 2
  2. Detect scope, then install:
    To detect scope:
    bash
    [ -e ~/.agents/skills/color-expert ] && echo "global" || echo "project"
    Global (installed with
    -g
    ):
    bash
    npx skills add meodai/skill.color-expert --skill color-expert -g -y
    Project (installed without
    -g
    ):
    bash
    npx skills add meodai/skill.color-expert --skill color-expert -y
    Claude Code: send either command as a chat message starting with
    !
    to run it without leaving the conversation.
  1. 完整技能是否已安装? 检查该位置的技能是否仍包含
    das:
    块:
    • 全局:
      grep -q "^das:" ~/.agents/skills/color-expert/SKILL.md 2>/dev/null && echo "pointer" || echo "installed"
    • 项目:
      grep -q "^das:" .agents/skills/color-expert/SKILL.md 2>/dev/null && echo "pointer" || echo "installed"
    • das:
      块 → 完整技能已安装,调用后继续操作
    • 存在
      das:
      块 → 进入步骤2
  2. 检测范围,然后安装:
    检测范围:
    bash
    [ -e ~/.agents/skills/color-expert ] && echo "global" || echo "project"
    全局(使用
    -g
    安装):
    bash
    npx skills add meodai/skill.color-expert --skill color-expert -g -y
    项目(不使用
    -g
    安装):
    bash
    npx skills add meodai/skill.color-expert --skill color-expert -y
    Claude Code提示: 发送以
    !
    开头的任一命令作为聊天消息,即可无需离开对话直接运行。

Invoke after install

安装后调用

  • Skill name:
    color-expert
  • Trigger phrases: "color expert", "OKLCH", "color palette", "color science", "contrast ratio"
  • 技能名称:
    color-expert
  • 触发短语:"color expert"、"OKLCH"、"color palette"、"color science"、"contrast ratio"

What it does

功能介绍

Brings 286K words of color science into design decisions. Covers perceptually uniform color spaces (OKLCH, OKLAB), palette generation algorithms, WCAG accessibility contrast, color naming conventions, pigment mixing theory, and the history of color in art and design. Ideal for building color systems, choosing palettes with correct contrast, or understanding why certain color combinations feel wrong.
将28万字的色彩科学融入设计决策。涵盖感知均匀色彩空间(OKLCH、OKLAB)、调色板生成算法、WCAG无障碍对比度、色彩命名规范、颜料混合理论,以及色彩在艺术与设计中的历史。非常适合构建色彩系统、选择具备正确对比度的调色板,或是理解为何某些色彩组合看起来不协调。