Design Tokens
Primitive -> semantic -> component OKLCH token system with working CSS/Tailwind templates; 4 of its own cited deep-dive docs don't exist in the repo.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 5e47adc
The core deliverable is real and non-templated -- a 60+ variable OKLCH three-layer token set with dark-mode overrides beats a flat hand-rolled palette outright -- but the SKILL.md points to four companion reference docs for the OKLCH/typography/spacing/elevation rationale, and none of the four exist in the repo; `ls` on the skill folder shows only SKILL.md and templates/.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 2/5
What Design Tokens does
Generates a three-layer (primitive/semantic/component) design-token architecture in OKLCH with per-archetype starter presets (premium SaaS, editorial luxury, brutalist, etc.) and ships working tokens.css, tailwind.config.ts, globals-v4.css, and tokens.json templates. The SKILL.md cites four companion reference files (references/color-systems.md, typography-scales.md, spacing-rhythm.md, elevation-depth.md) for deeper rationale on OKLCH math, type scales, spacing, and elevation -- none of the four exist anywhere in the repo, so treat those citations as aspirational, not real.
How to install Design Tokens
git clone https://github.com/begenrousdigital-dotcom/Ultimate-vibe-design
cd Ultimate-vibe-design
mkdir -p ~/.claude/skills
cp -r skills/design-tokens ~/.claude/skills/design-tokens
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Design Tokens
-
/design-tokensPrimitive -> semantic -> component OKLCH token system with working CSS/Tailwind templates; 4 of its own cited deep-dive docs don't exist in the repo.
It also activates on plain-language prompts like these:
-
Build a layered design token system for our component library -
Create CSS variables for our primitive and semantic tokens -
Architect component-level tokens from our color primitives
Frequently asked questions
- Is the Design Tokens skill free?
- Yes. The skill itself is free from begenrousdigital-dotcom/Ultimate-vibe-design. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Design Tokens work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. The core deliverable is real and non-templated -- a 60+ variable OKLCH three-layer token set with dark-mode overrides beats a flat hand-rolled palette outright -- but the SKILL.md points to four companion reference docs for the OKLCH/typography/spacing/elevation rationale, and none of the four exist in the repo; `ls` on the skill folder shows only SKILL.md and templates/.
- What is the Design Tokens SkillProof Score?
- 7.6/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 2/5.
- How do I install Design Tokens?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Design Tokens with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.