css-tokens

Installation
SKILL.md

CSS Design Tokens

Token Structure

/* tokens.css */
:root {
  /* Colors - Semantic */
  --color-primary: #2563eb;
  --color-primary-hover: #1d4ed8;
  --color-secondary: #64748b;
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-error: #ef4444;
Installs
8
GitHub Stars
2
First Seen
Jan 25, 2026
css-tokens — ibutters/claudecodeplugins