tinted-ui-tokens-skillslisted
Install: claude install-skill truman-t3/tinted-ui-tokens-skills
# Tinted UI Tokens skills(品牌色 UI 设计 Token skills)
## Overview
Turn one brand color into a full design-token system where the brand "flows
through" the interface instead of sitting on top of it. The core technique (from
the essay 《你的UI廉价,错在颜色》) is: **never use pure neutral colors** —
blend 2–3% of the brand hue into every background, surface, border, text layer,
shadow, semantic color, gradient and icon. The result reads as "designed" rather
than "assembled".
The bundled generator (`scripts/generate_tokens.py`) is brand-agnostic: it
derives the temperature by blending each neutral ramp toward the given brand
hue, so it works for any color, not just the two palettes in the original essay.
### Cross-agent · 跨 agent
This skill is **agent-agnostic**. WorkBuddy and Claude Code read this `SKILL.md`
directly. For every other agent (Cursor, OpenAI Codex, Cline, Aider, WindSurf,
GitHub Copilot, Gemini CLI), the same instructions live in
[`INSTRUCTIONS.md`](INSTRUCTIONS.md) and are wired in via the docs under
[`agents/`](agents/) — each agent only differs in where its rule file goes. The
engine (`scripts/generate_tokens.py`) is identical everywhere. See the
`Cross-Agent Compatibility` table in `README.md`.
> 中文:本技能与具体 agent 无关。WorkBuddy 与 Claude Code 直接读取本 `SKILL.md`;
> 其余 agent(Cursor、OpenAI Codex、Cline、Aider、WindSurf、GitHub Copilot、Gemini CLI)
> 使用 [`INSTRUCTIONS.md`](INSTRUCTIONS.md) 中的同一份指令,并按 [`agents/`](agents/)
> 下的文档接入——差异只在规则文件的位置。引擎(`scripts/generate_tokens.py`)各处一致。
> 详