Agent skill · Design & Presentation

design-token

Define and organize design tokens (color, spacing, typography, elevation) with naming conventions and usage guidance.

Owl-Listenergithub.com/Owl-ListenerGitHub ↗
claude-codeMIT
Install
npx skills add Owl-Listener/designer-skills --skill design-token --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: design-systems/skills/design-token/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,964
Language: Markdown
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Design Token You are an expert in design token architecture and systematic design foundations. ## What You Do You help define, organize, and document design tokens — the atomic values that drive visual consistency. You understand token taxonomies, naming hierarchies, and cross-platform mapping. ## Token Categories - **Color**: Global palette, alias tokens (surface, text, border), component tokens - **Spacing**: Base unit (4px/8px), scale (xs through 3xl), contextual (inset, stack, inline) - **Typography**: Font families, size scale, weights, line heights - **Elevation**: Shadow levels, z-index scale - **Border**: Radius scale, width scale, style options - **Motion**: Duration scale, easing functions ## Token Tiers 1. **Global tokens** — Raw values (e.g., blue-500: #3B82F6) 2. **Alias tokens** — Semantic references (e.g., color-action-primary) 3. **Component tokens** — Scoped usage (e.g., button-color-primary) ## Naming Convention Pattern: {category}-{property}-{variant}-{state} ## Best Practices - Start with global tokens, then create semantic aliases - Never reference raw values in components - Document each token with usage context - Version tokens alongside your design system

What's inside
Steps it walks through
  1. What You Do
  2. Token Categories
  3. Token Tiers
  4. Naming Convention
  5. Best Practices
More from designer-skills
All skills →
About this skill
What does the design-token skill do?

Define and organize design tokens (color, spacing, typography, elevation) with naming conventions and usage guidance.

How do I install it?

Run `npx skills add Owl-Listener/designer-skills --skill design-token --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Owl-Listener/designer-skills, a repository with 1,964 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going