design-token-naming

Enforce UDTS design token naming conventions across projects.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/thrillmade/agent-skills --skill design-token-naming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-token-naming
Source: https://github.com/thrillmade/agent-skills/tree/main/skills/design-token-naming
Command: npx skills add https://github.com/thrillmade/agent-skills --skill design-token-naming

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf2, and includes scripts (resource) components.

What problem does it solve?

This Skill helps maintain consistent naming conventions for design tokens in a project, making them more easily discoverable and manageable by automated tools and team members.

Core Features & Use Cases

  • Token Naming Conventions: Ensures that tokens follow the Universal Design Toolkit (UDTS) naming convention, enhancing the consistency of your project.
  • Audit & Auditing: Enables the auditing of existing tokens to detect and resolve naming drifts and mismatches.
  • Code Review Integration: Can be used during code review to flag inconsistencies or suggest changes that match established patterns.

Quick Start

To review design tokens in a component, run 'design-token-naming' on the affected component.

Frequently Asked Questions about design-token-naming

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce consistent design token naming conventions in my project?

You can enforce design token naming conventions by running an audit script that checks your tokens against the UDTS naming convention. This ensures your color, spacing, and typography tokens are standardized and machine-readable across your design system.

What is the best way to audit existing design tokens for naming drift?

To audit existing design tokens for naming drift, run an automated check against the UDTS naming convention. This process detects mismatches in your color, spacing, and typography tokens to resolve inconsistencies and enable automated tools.

Can I use design token naming checks during code review to flag UI inconsistencies?

Yes, you can use design token naming checks during code review to flag UI inconsistencies. Running the audit on affected components suggests changes that match established UDTS patterns, ensuring token naming standardization.

Do I need a Python scripting environment to run design token audits?

Yes, you need a Python scripting environment to run design token audits. The auditing process relies on Python scripts and the pypdf2 dependency to enforce UDTS naming conventions across your project.

When should I standardize UI token management using a naming convention?

You should standardize UI token management using a naming convention when your project requires automated tools to parse color, spacing, and typography tokens. This ensures tokens are machine-readable and discoverable by team members.