Agent skill for color science expertise. Many references covering color spaces, accessibility (APCA, WCAG), palette generation, pigment mixing, and historical color theory. Works with Claude Code, Codex, Cursor, Copilot & others.
npx skills add https://github.com/meodai/skill.color-expert --skill color-expertInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
An agent skill that turns your coding agent into a color science expert. Built from resources I keep looking up, returning to, and sharing with others.
This started as a simple skill file with some color theory notes. Over time it grew into a comprehensive knowledge base as I kept pasting videos, articles, tools, and papers that I find myself referencing again and again — both for my own work building color tools and for explaining color concepts to others.
The skill has three layers:
SKILL.md (~200 lines) — The "greatest hits" that your agent loads immediately. Key facts, corrections, tool recommendations, and guidelines that answer most color questions without needing to dig deeper.
references/INDEX.md (~220 lines) — A structured lookup table your agent can scan to find the right reference file for a specific topic.
references/ (144 markdown files, ~286K words) — Deep reference material: full video transcripts, article summaries, library documentation, scraped websites, and research notes.
There is also a lightweight evals/ folder for realistic trigger and task prompts so the skill can be reviewed against actual usage instead of only edited by intuition.
The collection process is simple: when I come across a color resource worth keeping — a YouTube video, a GitHub repo, a research paper, an article — I paste the URL and the skill's workflow captures it:
yt-dlp, summarized, and key concepts extractedmarkitdown by MicrosoftEverything goes into one of three folders and gets indexed.
SKILL.md # The skill definition (loaded on activation)
CLAUDE.md # Claude Code repo instructions
references/
INDEX.md # Master lookup table
historical/ # Pre-digital color science
*.md # Ostwald, Helmholtz, Bezold, Ridgway, ISCC-NBS,
# Moses Harris, Amy Sawyer, Lewis/Ladd-Franklin,
# Caravaggio's pigments, Itten critique...
pdfs/ # Source books from Archive.org (gitignored, ~236MB)
contemporary/ # Modern color science & theory
*.md # OKLAB articles, Briggs lectures, CSA webinars,
# Pixar Color Science, bird tetrachromacy, OLO,
# Acerola, Juxtopposed, Computerphile, GenColor paper...
huevaluechroma/ # Full scrape of David Briggs's site (11 chapters)
colorandcontrast/ # colorandcontrast.com extracted content
pdfs/ # Research papers (gitignored)
techniques/ # Tools, libraries, methods, practical application
*.md # Spectral.js, Culori, Color.js, RampenSau, Poline,
# RYBitten, PickyPalette, Color Buddy lint rules,
# APCA/Myndex, IQ cosine formula, Cubehelix,
# Tyler Hobbs generative color, Fontana approach,
# pixel art palettes, Book of Shaders, LYGIA,
# paint mixing lecture, color harmony lecture...
evals/
trigger-evals.json # Realistic should-trigger / should-not-trigger prompts
task-prompts.md # Realistic color tasks for qualitative review
MAINTENANCE.md # What belongs where, source quality bar, review rubric
ROADMAP.md # Planned scripts and future extensions
The repo now includes a minimal review loop rather than a heavy benchmarking framework:
evals/trigger-evals.json to sanity-check whether the frontmatter description is likely to trigger in the right situations.evals/task-prompts.md to test whether the skill answers realistic color questions at the right level.MAINTENANCE.md when deciding whether something belongs in SKILL.md, references/, or not in the repo at all.ROADMAP.md to track planned color-specific scripts and larger repo improvements.| Count | |
|---|---|
| Markdown reference files | 144 |
| Total words | ~286,000 |
| Source PDFs (local, gitignored) | 14 |
| Online tools catalogued | 48 |
| Video sources transcribed | 54+ |
The resources I keep returning to when explaining where color theory came from and where it went wrong:
The theory and science I reference when building tools or explaining why things work the way they do:
The practical resources — the tools I've built, use, or recommend:
Palette generation (actual algorithms, not pre-made swatches):
RampenSau, Poline, pro-color-harmonies, dittoTones, FarbVelo, IQ cosine formula, CSS-native generation with color-mix()
Color libraries:
Culori (30 spaces, 10 distance metrics), Color.js (CSS spec editors, 154M downloads), @texel/color (5-125x faster), Spectral.js (Kubelka-Munk), RYBitten (26 historical cubes)
Analysis & linting:
Color Buddy (38 lint rules), Censor (CAM16UCS, 20+ viz widgets), Color Palette Shader (WebGL2 Voronoi), colorsort-js (perceptual sorting)
Accessibility:
APCA/Myndex (the WCAG 3 algorithm), apcach (contrast-first color composition), Bridge-PCA
Naming:
color-name-lists (18 systems), color-description (emotional adjectives), Ridgway digitized JSON, colornerd (29,875 manufacturer swatches)
Generative art approaches:
Tyler Hobbs (probability-weighted palettes), Harvey Rayner / Fontana (fully generative color), Piter Pasma (tweaked rainbow formula), mattdesl workshop, Book of Shaders, LYGIA shader library
Practical design:
Pixel art palette construction, Goethe edge colors as a design hack, Cubehelix, color harmony lecture ("hue-first is a weak standalone heuristic; character-first often works better"), Aladdin color analysis, screen-to-print workflow
These aren't just preferences — they're supported by the research in the collection:
npx skills add meodai/skill.color-expert
Automatically detects your installed agents and places the skill
in the correct directory. Works with Claude Code, Codex, Cursor,
Copilot, OpenCode, and others.
Clone and symlink into your agent's skills directory:
git clone https://github.com/meodai/skill.color-expert ~/Sites/color-expert
| Agent | Symlink target |
|---|---|
| Claude Code | ~/.claude/skills/color-expert |
| Codex | ~/.codex/skills/color-expert |
| OpenCode | ~/.agents/skills/color-expert |
| Project-level (any) | .agents/skills/color-expert |
ln -s ~/Sites/color-expert ~/.claude/skills/color-expert
npx skills update
Or manually: cd ~/Sites/color-expert && git pull
The skill activates when your agent detects work involving:
Original project materials in this repository, including README.md, SKILL.md, and references/INDEX.md, are licensed under CC BY 4.0. Third-party source materials and source-derived reference content remain subject to their original authorship and licenses. See LICENSE and THIRD_PARTY_NOTICES.md.
The skill itself was vibe-coded, but the underlying knowledge base came from a collection of color resources I curated over time. Original sources remain attributed to their authors.
Compiled by @meodai — one URL at a time.