design-color-palette

design-color-palette is a skill for Claude Code from jeffreytse/grimoire-core. It costs 26 tokens per session (1,100 once invoked), scanned A, original, MIT.

A method for choosing a coherent set of colors for a brand, illustration, user interface, or fine-art project.

In plain words
What is it for?
Use it when defining or reviewing a color palette before creating visual designs across a project.
Why use it?
It helps ensure that colors work together and fit the project's intended mood, function, and technical needs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the grimoire-art plugin — 18 skills shipped together

Good fit Use it when defining or reviewing a color palette before creating visual designs across a project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeffreytse/grimoire-core/design-color-palette
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jeffreytse/grimoire-core --skill design-color-palette
Clone the repo
git clone --depth 1 https://github.com/jeffreytse/grimoire-core

Made for: Claude Code.

Or install grimoire-art, the plugin that ships this one along with the rest of its 18 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for design-color-palette

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeffreytse/grimoire-core/design-color-palette/github.svg)](https://agentmods.dev/skills/jeffreytse/grimoire-core/design-color-palette)
Your own site
<a href="https://agentmods.dev/skills/jeffreytse/grimoire-core/design-color-palette"><img src="https://agentmods.dev/badge/skills/jeffreytse/grimoire-core/design-color-palette/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design-color-palette

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeffreytse/grimoire-core/design-color-palette"><img src="https://agentmods.dev/badge/skills/jeffreytse/grimoire-core/design-color-palette.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,100 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.01100
Opus 5 $0.00013 $0.00550
Sonnet 5 $0.00005 $0.00220
Haiku 4.5 $0.00003 $0.00110

Measured 12d ago against content hash b3f73da2bc8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

design-color-palette scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/art/color-theory/skills/design-color-palette/SKILL.md · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Design Color Palette

Build a purposeful, coherent color palette that serves the project's emotional, functional, and technical requirements.

Why This Is Best Practice

Adopted by: Pantone Color Institute (industry standard for print and fashion), Adobe Color (used by over 10 million designers globally), brand identity programs at Wolff Olins, Pentagram, and Landor — all major design firms establish formal palette methodologies before production Impact: Brands with formally designed color palettes achieve 80% higher recognition than those without (Pantone Institute studies); consistent palette application reduces production QA cycles by an average of 35% in multi-channel campaigns Why best: A designed palette is a system, not a list of colors — it encodes relationships between hues, values, and saturations that remain coherent when any subset is used, allowing individual designers to make independent decisions that still feel unified

Sources: Johannes Itten "The Art of Color" (1961); Pantone Color Institute "Color and Consumer Choice" (2018); Adobe Color methodology documentation

Steps

  1. Define the palette's purpose and mood — list three to five emotional adjectives the palette must evoke (e.g., "trustworthy, modern, approachable") and the primary contexts where it will appear (print, screen, fabric, signage).
  2. Research color associations in context — verify that hue choices align with cultural and industry expectations for the target audience; red reads as danger in safety contexts and luck in Chinese consumer contexts.
  3. Select a primary hue — this is the most immediately recognizable color of the identity; choose it for its emotional resonance and distinctiveness from direct competitors.
  4. Build the harmonic structure — use one of Itten's harmonic relationships (complementary, analogous, split-complementary, triadic) to derive secondary and accent hues from the primary, ensuring built-in relationship.
  5. Define the neutral foundation — add at least one warm neutral and one cool neutral (off-whites, grays, or muted earth tones) to provide backgrounds, text fields, and breathing space without competing with the chromatic colors.
  6. Assign the 60-30-10 role to each color — designate each palette member as dominant (background), secondary (UI panels, supporting elements), or accent (CTAs, highlights); document these roles explicitly.
  7. Specify exact technical values — record each color in all required formats: Pantone (PMS) for print, CMYK for offset, RGB and HEX for screen, HSL for CSS; verify gamut compatibility between formats.
  8. Test for accessibility — check every foreground-background combination against WCAG AA (4.5:1 contrast ratio for body text, 3:1 for large text) using a tool like the WebAIM Contrast Checker.
  9. Simulate printing and environmental conditions — print on coated and uncoated stock to verify color shift; test on screen at different brightness levels and under warm and cool light.
  10. Create a palette swatch file — deliver a standardized swatch file (ASE, ACO, or PDF) with labeled swatches, all technical values, and usage-role notes for each color.

Read the full file on GitHub · 54 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 54 lines · 26 tokens per session scan A b3f73da2bc8a

Subscribe to this mod's changes

design-color-palette is a skill published in the GitHub repository jeffreytse/grimoire-core (4 stars, last pushed 24d ago), licensed MIT. It adds 26 tokens to every session and 1,100 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.