plugin87/design-tokens
Generate, extend, or audit design tokens in DTCG format with the 3-tier architecture (primitive → semantic → component). Use when the user wants a color palette, type scale, spacing/shadow/radius/motion tokens, multi-brand theming, or wants to validate token files. Covers colors, typography, spacing, shadows, borders, breakpoints, motion, gradients, opacity, blur, sizing, states, theming.
npx skills add https://github.com/plugin87/ux-ui-agent-skills --skill design-tokens
Produce and maintain DTCG ($type/$value) tokens following the project's 3-tier system.
CLAUDE.md → "Token System" + "Color/Typography/Spacing Guidelines" for the rules (4px base, Major Third scale, OKLCH palette generation, dark-mode-at-semantic-layer).tokens/ to match structure: colors.json, typography.json, spacing.json, shadows.json, borders.json, breakpoints.json, motion.json, gradients.json, opacity.json, blur.json, sizing.json, states.json, theming.json.a11y-audit skill / scripts/contrast.py.theming.json.python3 scripts/validate_tokens.py (JSON validity + alias resolution).DTCG JSON. Preserve $description on every token. Reference, never hardcode.
Take plugin87/design-tokens from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.