plugin87/token-build
Set up or run the token build pipeline — transform the DTCG tokens/*.json (source of truth) into platform artifacts (CSS variables, Tailwind @theme, JS/TS, iOS Asset Catalog, Android, Compose) with Style Dictionary / Tokens Studio / W3C DTCG export. Use when the user wants to generate platform theme files from tokens, wire token CI, or multi-platform token output.
npx skills add https://github.com/plugin87/ux-ui-agent-skills --skill token-build
Turn the DTCG token source of truth into platform-ready outputs. Tokens are authored once; every platform output is generated.
workflows/token-build.md (architecture, tool options, resolution rules, output targets, CI).figma-integration), W3C DTCG export, or a small custom script (model on scripts/validate_tokens.py).tokens/theming.json) as deltas only; format by $type.:root vars, Tailwind v4 @theme, typed JS/TS, iOS Asset Catalog + Color.DS/Spacing, Android colors.xml/Compose theme.tokens/*.json change, run scripts/validate_tokens.py, regenerate, fail if committed artifacts are stale; gate colors with scripts/contrast.py.python3 scripts/validate_tokens.py passes (no unresolved aliases).Take plugin87/token-build 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.