tinted-ui-tokens-skills(品牌色 UI 设计 Token skills) is agent-agnostic: the engine
(scripts/generate_tokens.py) is plain Python, and the instructions live in
INSTRUCTIONS.md (paste-ready for any agent). This folder
holds the per-agent wiring — where to put the rule and how to invoke the engine.
tinted-ui-tokens-skills(品牌色 UI 设计 Token skills) 与具体 agent 无关:引擎
(scripts/generate_tokens.py)是纯 Python,指令在
INSTRUCTIONS.md(可直接粘贴进任意 agent)。本目录给出
各 agent 的接入方式——规则文件放哪、引擎怎么调用。
Each agent below ships a ready-to-use rule file in its folder — copy it in, no hand-assembly needed.
| Agent | Rule / Command format | Install location | Ready-made file | Doc |
|---|---|---|---|---|
| Claude Code | SKILL.md (skills) |
~/.claude/skills/tinted-ui-tokens-skills/ |
SKILL.md (repo root) |
claude-code |
| Cursor | .mdc rule |
.cursor/rules/ or ~/.cursor/rules/ |
tinted-ui-tokens-skills.mdc |
cursor |
| OpenAI Codex | AGENTS.md / codex.md |
repo root or ~ |
AGENTS.md |
codex |
| Cline | .clinerules / .cline/rules/*.md |
project or ~/.cline/rules/ |
.clinerules |
cline |
| Aider | CONVENTIONS.md (--read) |
repo root | CONVENTIONS.md |
aider |
| WindSurf | .windsurfrules |
repo root or ~ |
.windsurfrules |
windsurf |
| GitHub Copilot | copilot-instructions.md |
.github/ |
copilot-instructions.md |
copilot |
| Gemini CLI | GEMINI.md |
repo root or ~ |
GEMINI.md |
gemini-cli |
| Kiro | steering .md |
.kiro/steering/ |
tinted-ui-tokens.md |
kiro |
| RooCode | .roo/rules/*.md |
.roo/rules/ |
tinted-ui-tokens.md |
roocode |
| Kilo Code | .roo/rules/*.md |
.roo/rules/ |
tinted-ui-tokens.md |
kilocode |
| Trae | .trae/rules/*.md |
.trae/rules/ |
tinted-ui-tokens.md |
trae |
| CodeBuddy | .codebuddy/rules/*.md |
.codebuddy/rules/ |
tinted-ui-tokens.md |
codebuddy |
| Augment | .augment/rules/*.md |
.augment/rules/ |
tinted-ui-tokens.md |
augment |
The engine requires Python 3.10+ and has no external dependencies. 引擎需 Python 3.10+,无外部依赖。
Kiro steering files use
--- inclusion: always ---frontmatter; Trae uses--- alwaysApply: true ---; CodeBuddy uses--- description / alwaysApply ---; Augment uses--- type: always_apply ---. All other rule files are plain Markdown loaded by their directory convention. Kiro 引导文件用--- inclusion: always ---;Trae 用--- alwaysApply: true ---; CodeBuddy 用--- description / alwaysApply ---;Augment 用--- type: always_apply ---。 其余规则文件为纯 Markdown,按各自目录约定加载。