color-expert
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesecolor-expert
color-expert
Catalogue stub — full skill: meodai/skill.color-expert
目录占位符 — 完整技能:meodai/skill.color-expert
Decision tree
决策树
-
Is the full skill already installed? Check whether the skill at this location still has ablock:
das:- 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 block → full skill installed, invoke it and proceed
das: - block present → go to step 2
das:
- Global:
-
Detect scope, then install:To detect scope:bash
[ -e ~/.agents/skills/color-expert ] && echo "global" || echo "project"Global (installed with):-gbashnpx skills add meodai/skill.color-expert --skill color-expert -g -yProject (installed without):-gbashnpx skills add meodai/skill.color-expert --skill color-expert -yClaude Code: send either command as a chat message starting withto run it without leaving the conversation.!
-
完整技能是否已安装? 检查该位置的技能是否仍包含块:
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: - 存在块 → 进入步骤2
das:
- 全局:
-
检测范围,然后安装:检测范围:bash
[ -e ~/.agents/skills/color-expert ] && echo "global" || echo "project"全局(使用安装):-gbashnpx skills add meodai/skill.color-expert --skill color-expert -g -y项目(不使用安装):-gbashnpx skills add meodai/skill.color-expert --skill color-expert -yClaude 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无障碍对比度、色彩命名规范、颜料混合理论,以及色彩在艺术与设计中的历史。非常适合构建色彩系统、选择具备正确对比度的调色板,或是理解为何某些色彩组合看起来不协调。