design-system-governance

Detect design token drift between Figma and code implementations.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/samjhecht/wrangler --skill design-system-governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system-governance
Source: https://github.com/samjhecht/wrangler/tree/main/skills/design__design-system-governance
Command: npx skills add https://github.com/samjhecht/wrangler --skill design-system-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detect design token drift between Figma design systems and code implementations, reporting inconsistencies and creating wrangler issues for resolution (no auto-fix).

Core Features & Use Cases

  • Drift detection: Compares token values across sources (Figma vs code).
  • Reporting: Generates drift reports and creates issues for remediation.
  • Baseline verification: Periodic checks before releases or migrations.

Quick Start

Run a governance check to surface token drift and generate issues for resolution.

Frequently Asked Questions about design-system-governance

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

FAQPage Schema
How do I detect design token drift between Figma and code?

Design token drift detection compares token values across Figma design systems and code implementations (CSS variables, Tailwind config, design tokens JSON) to surface inconsistencies. Extract tokens from Figma via MCP, parse code token sources, normalize names, and compare sets to identify mismatches requiring remediation.

When should I run design token governance checks?

Run governance checks periodically before releases, after Figma updates, during design system migrations, when onboarding new projects, pre-implementation, and post-implementation. These audits verify token consistency across your design system and code baseline.

Can I automate design token reporting and issue creation?

Yes. Governance checks generate drift reports and automatically create Wrangler issues categorized by drift type with recommendations for reconciliation, eliminating manual tracking and enabling systematic token remediation across your codebase.

What code token formats does this support?

The Skill parses design tokens from CSS variables, Tailwind configuration files, and design tokens JSON formats, normalizing token names across sources to enable accurate drift comparison and detection of inconsistencies.

Does design token drift detection fix inconsistencies automatically?

No. The Skill detects drift, classifies severity, generates reports, and creates issues with reconciliation recommendations, but requires manual resolution. This governance-first approach ensures intentional token alignment decisions.