Skip to content

Frontend · Global library

Color Contrast Enforcer

Ensures WCAG 2.2 AA compliance for all color combinations using automated tools and manual verification for accessible text and UI elements

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Color Contrast Enforcer when you need to ensures WCAG 2.2 AA compliance for all color combinations using automated tools and manual verification for accessible text and UI elements, especially when the work is driven by contrast and WCAG.

Trigger signals

contrastWCAGcolor contrastaccessibilitya11ycontrast ratio

Validation hooks

contrast-ratio-checkdark-mode-checkautomation-check

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show color-contrast-enforcer

Use

orchestrator-mcp skills export color-contrast-enforcer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/color-contrast-enforcer ./your-agent-skills/color-contrast-enforcer
# or open skills/color-contrast-enforcer/SKILL.md in a markdown-first client

File patterns

*.css*.scss*.tsxtheme.*

Model preferences

gpt-4oclaude-sonnet-4claude-haiku

Related skills

Adjacent packs to compose next.

FrontendGlobal library

ARIA Pattern Implementer

Open pack

Implements complete ARIA patterns for complex components ensuring full screen reader support and keyboard navigation compliance

CodexClaude Code
FrontendGlobal library

@property Animator

Open pack

Creates smooth, performant animations of CSS custom properties using @property to enable transitions on gradients, transforms, and complex values

CodexClaude Code