Ronnier Skill
Description
色彩科學/色度學完整中文學習筆記,包裝成 Claude Code skill,也支援 Codex。涵蓋 CIE 色度學、CIEDE2000、CIECAM02、色適應與演色性。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🎨 Ronnier Skill
色彩科學完整中文筆記 · 給 Claude Code 用的一個「隨身教授」
A Complete Colour Science Knowledge Base as a Claude Code Skill
**[中文](#中文) | [English](#english)**
你以為的「中灰」,其實只反射了 **18%** 的光。
CIELAB 裡 `a*` 乘 500、`b*` 乘 200 —— 那個 **2.5 : 1** 的比例是 **1944 年**定下來的,八十年沒人動過。
1976 年 CIE 一口氣推出**兩個**色空間,不是因為需要兩個,是因為兩派人馬誰也說服不了誰。
色彩科學裡這種事很多。**這份筆記就是在講這些。**
中文
這是什麼
一份**色彩科學/色度學的完整中文學習筆記**,包成 [Claude Code](https://claude.com/claude-code) 的 skill。
裝上之後,你可以直接用中文問:
「亮度跟明度到底差在哪?」
「CIEDE2000 為什麼要有一個旋轉項?」
「L* = 50 的灰,Y 是多少?」
「幫我複習色序系統,我明天考試」
「我要幫賣場選燈,該看什麼指標?」
它會**先講這東西在解什麼問題**,再給定義和公式 —— 而不是丟一堆式子給你背。
**不用 Claude Code 也能用**:`references/` 底下全部是純 Markdown,直接當一本筆記讀就好。 從 [`references/README_索引.md`](references/README_索引.md) 開始。
一鍵安裝
支援 **Claude Code**、**Codex**,以及任何讀 `AGENTS.md` 的工具(Cursor / Windsurf / Cline)。
**不確定自己在用哪一個?** [`INSTALL.md`](INSTALL.md) 開頭有一張對照表, 以及**每一步的預期畫面**與**疑難排解**(Windows 執行原則、skill 沒觸發、中文亂碼⋯⋯)。
🟣 Claude Code
| 平台 | 指令 |
|---|---|
| 🍎 macOS / 🐧 Linux | curl -fsSL https://raw.githubusercontent.com/Ayueh0102/Ronnier-skill/main/install.sh | bash |
| 🪟 Windows(PowerShell) | irm https://raw.githubusercontent.com/Ayueh0102/Ronnier-skill/main/install.ps1 | iex |
裝好之後開一個**新的** session,問任何色彩學問題就會自動載入, 也可以打 `/luo-ming-color-science` 手動叫它。
🟢 Codex
同一支腳本加 `--codex`,會把知識庫放到 `~/.colour-science` 並寫進 `~/.codex/AGENTS.md`:
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/Ayueh0102/Ronnier-skill/main/install.sh | bash -s -- --codex
# Windows:先下載再帶參數執行
irm https://raw.githubusercontent.com/Ayueh0102/Ronnier-skill/main/install.ps1 -OutFile i.ps1 ; .\i.ps1 -Codex
🔵 Cursor / Windsurf / Cline
clone 進你的專案,然後在規則檔裡指過去:
git clone --depth 1 https://github.com/Ayueh0102/Ronnier-skill.git .colour-science
📖 只想讀筆記
不用裝任何東西 —— `references/` 全部是純 Markdown, 從 [`references/README_索引.md`](reference
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11