accessible-color-review

accessible-color-review is a skill for Claude Code, Codex from Stijnman/grok-custom-skills. It costs 41 tokens per session (373 once invoked), scanned A, original, MIT.

A review guide for checking interface colors for readable contrast, consistent meaning, and people with color-vision differences.

In plain words
What is it for?
Use it to audit palettes, screenshots, and implemented interfaces, verify visible color pairs, assess interaction states and charts, and suggest small palette changes.
Why use it?
It finds cases where text is hard to read or status, errors, links, or chart values rely on color alone.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to audit palettes, screenshots, and implemented interfaces, verify visible color pairs, assess interaction states and charts, and suggest small palette changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stijnman/grok-custom-skills/accessible-color-review
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 Stijnman/grok-custom-skills --skill accessible-color-review
Clone the repo
git clone --depth 1 https://github.com/Stijnman/grok-custom-skills

Made for: Claude Code, Codex.

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 accessible-color-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/stijnman/grok-custom-skills/accessible-color-review/github.svg)](https://agentmods.dev/skills/stijnman/grok-custom-skills/accessible-color-review)
Your own site
<a href="https://agentmods.dev/skills/stijnman/grok-custom-skills/accessible-color-review"><img src="https://agentmods.dev/badge/skills/stijnman/grok-custom-skills/accessible-color-review/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 accessible-color-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/stijnman/grok-custom-skills/accessible-color-review"><img src="https://agentmods.dev/badge/skills/stijnman/grok-custom-skills/accessible-color-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 373 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.00041 $0.00373
Opus 5 $0.00020 $0.00187
Sonnet 5 $0.00008 $0.00075
Haiku 4.5 $0.00004 $0.00037

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

Security

Grade A, and why

accessible-color-review 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.

.grok/skills/accessible-color-review/SKILL.md · 39 lines

What it actually says

Accessible Color Review

Purpose

Review a palette, design, screenshot, or interface implementation for readability and robust semantic color use. Treat automated checks as evidence to review, not as a substitute for visual or user testing.

Workflow

  1. Identify foreground-background pairs, interactive states, data visualizations, and color-only signals.
  2. Calculate or verify contrast for text and essential UI elements using the applicable accessibility target.
  3. Check whether color communicates meaning consistently and whether another cue supports status, errors, and links.
  4. Review color-vision risks, especially charts and success/error pairings.
  5. Propose the smallest changes that improve readability while preserving the visual system.
  6. Return findings with observed evidence, confidence, severity, and suggested replacements.

Quality boundaries

Do not claim compliance from a palette alone. Contrast depends on rendered size, weight, background, opacity, and state. Flag uncertainty when an image or code sample cannot establish those conditions.

Error handling

Situation Response
Screenshot is incomplete Limit findings to visible evidence and request the missing state.
Pair cannot be measured Explain the required colors and rendering context.
Brand color fails contrast Offer accessible pairings or non-color cues instead of changing it without context.
Chart uses similar categories Recommend labels, patterns, markers, or direct annotation.
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 · 39 lines · 41 tokens per session scan A bb77c5e379cc

Subscribe to this mod's changes

accessible-color-review is a skill published in the GitHub repository Stijnman/grok-custom-skills (9 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 373 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

plan

Use when a request needs shaping before any code is written — a rough or vague prompt to sharpen, an ambiguous idea to design, or a clear-enough task to decompose. One chain-starter that amplifies the prompt, designs the approach, and decomposes it into a batched task file, skipping whichever phases the request…

jeremylongshore/tons-of-skills-marketplace · 144 tokens

ai-ui-generation

AI-assisted UI generation patterns for json-render, v0.app, Google Stitch, Bolt Cloud, and Cursor workflows. Covers prompt engineering for component and full-stack app generation, review checklists for AI-generated code, design token injection, refactoring for design system conformance, and CI gates for quality…

yonatangross/orchestkit · 95 tokens

prototype

A disposable code prototype for answering a specific design question, such as whether a logic model works or which user interface feels right. It is meant to be tried briefly and then removed or kept only as a record of the decision.

devcxl/mattpocock-skills-zh · 39 tokens

mermaid

Create, validate, and repair Mermaid.js diagrams. Use when generating flowcharts, sequence, class, ER, state, or Gantt diagrams, or any visualization.

rp1-run/rp1 · 36 tokens

slideshow

Author a HyperFrames slideshow composition — a presentation, pitch deck, or interactive deck with discrete slides, fragment reveals, branching sequences, and hotspot navigation. Use as an intent check when the user asks for a presentation, pitch deck, slide deck, interactive deck, or page-to-deck conversion that might…

J-StaR-Films-Studios/VibeCode-Protocol-Suite · 86 tokens

stitch

Google Stitch design platform skill bundle. Covers design system extraction, prompt enhancement, iterative site building, React component conversion, Remotion walkthrough videos, and shadcn/ui component integration. Activate when user mentions Stitch, design-to-code, DESIGN.md, shadcn/ui, or iterative site generation.

J-StaR-Films-Studios/VibeCode-Protocol-Suite · 62 tokens