orbit-designer-tokens

Analyze design tokens in WordPress plugin CSS for consistency.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-designer-tokens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-designer-tokens
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-designer-tokens
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-designer-tokens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of auditing design tokens for consistency in WordPress plugin admin UIs and frontend outputs, reducing the manual effort and risk of inconsistencies.

Core Features & Use Cases

  • Color Palette Audit: Detects and suggests consolidation of color usage.
  • Typography Scale Audit: Ensures consistent font sizing and scale adherence.
  • Spacing System Check: Validates the use of a consistent spacing scale.
  • Border-radius and Shadow Tokens: Consistent use of limited border-radius and shadow tokens.
  • WP Admin Token Reference: Utilizes WP admin CSS custom properties for consistency.
  • Use Case: Before any visual refresh, to catch hardcoded magic numbers, inconsistent type ramps, and palette drift.

Quick Start

Use the orbit-designer-tokens skill to audit the design tokens in the CSS of ~/plugins/my-plugin for consistency.

Frequently Asked Questions about orbit-designer-tokens

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

FAQPage Schema
How do I audit design tokens in WordPress plugin CSS for consistency?

To audit design tokens in WordPress plugin CSS, analyze your stylesheets to detect hardcoded magic numbers and consolidate color palettes, typography scales, and spacing systems. This process catches palette drift before any visual refresh.

What does a design token consistency check look for in a CSS file?

A design token consistency check looks for hardcoded magic numbers and inconsistent type ramps in CSS files. It validates the consistent use of limited color palettes, typography scales, spacing systems, border-radius, and shadow tokens across the codebase.

Can I use WordPress admin CSS custom properties to standardize my plugin's UI tokens?

Yes, you can reference WordPress admin CSS custom properties to standardize your plugin UI tokens. Utilizing these existing WP admin tokens ensures your plugin admin interface maintains visual consistency with the broader WordPress dashboard environment.

How do I consolidate inconsistent color usage and typography scales in my plugin?

To consolidate inconsistent color usage and typography scales in your plugin, run a CSS audit to detect palette drift and suggest token consolidation. This identifies where hardcoded values should be replaced with standardized design tokens.

Do I need external dependencies to check spacing systems and shadow tokens in my plugin CSS?

No external dependencies are required to check spacing systems and shadow tokens in your plugin CSS. The audit operates directly on your CSS files using built-in scripts and references to validate consistent token usage.