Theming banner
KyaniteLabs KyaniteLabs

Theming

Development community

Description

--- description: Build coherent theme mappings from one semantic token system argument-hint: "[site/app, optional]" --- Load and apply the **theming** skill (`~/.agents/skills/theming/SKILL.md`). Define semantic roles once, then map only the modes the product requires. Test real foreground/background pairs, user preference, first paint, browser controls, and forced colors as distinct concerns. Report missing roles instead of hard-coding exceptions. Return one evidence row per supported mappin

Installation

Installs to ~/.claude/skills/kyanitelabs-tastecheck-theming/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kyanitelabs-tastecheck-theming && curl -fsSL https://raw.githubusercontent.com/KyaniteLabs/tastecheck/HEAD/commands/theming.md -o ~/.claude/skills/kyanitelabs-tastecheck-theming/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository