Leaderboard/Design/skill.color-expert
Last commit on September 18, 2026·Created on March 22, 2026

meodai/skill.color-expert

A technical reference for color theory, accessibility standards, and design token implementation.
Combined rank
#483
across all skills
In Design
#44
category rank
Stars
579
+1.1% in last 7d
Forks
37
0.0% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides specialized knowledge for UI/UX designers and frontend engineers building accessible color systems. It bridges the gap between aesthetic palette generation and technical implementation, ensuring text-to-background pairs meet APCA or WCAG standards.

From defining Tailwind-style ramps to managing CSS color syntax, the skill assists in creating structured token graphs that maintain perceptual consistency across light and dark modes.

WHO IT'S FOR
UI/UX Designers
creating accessible color palettes and themes
Frontend Engineers
implementing CSS color syntax and design tokens
Brand Designers
defining brand colors for print and screen
Data Visualization Specialists
building perceptually uniform sequential or diverging ramps
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Automatic installation for supported agents

Installs: Complete color-expert skill bundle, including its immediate SKILL.md guidance and deeper references knowledge base. · Claude Code, Codex, Cursor, Copilot, OpenCode

  1. Run this terminal command. It automatically detects installed supported agents and places the skill in their appropriate directories.

    npx skills add meodai/skill.color-expert
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create an accessible accent-color scale

Uses color-expert

  • Existing brand color, replacing `[COLOR_VALUE]`
  • Light-mode text color, replacing `[LIGHT_TEXT]`
  • Light-mode background color, replacing `[LIGHT_BACKGROUND]`
  • Dark-mode text color, replacing `[DARK_TEXT]`
  • Dark-mode background color, replacing `[DARK_BACKGROUND]`
  • Desired brand or interface mood, replacing `[MOOD]`
  • Preferred accessibility method, replacing `[APCA_OR_WCAG]` with APCA or WCAG
Use the color-expert skill to propose a 9-step accent scale for my screen-based design system. Inputs: existing brand color `[COLOR_VALUE]`, light-mode text/background pair `[LIGHT_TEXT]` on `[LIGHT_BACKGROUND]`, dark-mode text/background pair `[DARK_TEXT]` on `[DARK_BACKGROUND]`, desired mood `[MOOD]`, and accessibility method `[APCA_OR_WCAG]`. Build the scale in OKLCH, map it into reference and semantic tokens, and verify the two supplied text/background pairs using the selected accessibility method.
SKILL.md · Checked Sep 18, 2026