This audits your design token adoption by scanning code and design files to find hard-coded values, inconsistent usage, and gaps in your token system. It inventories all visual properties, maps them to existing tokens, and flags mismatches like when spacing is hard-coded or the wrong token tier is used. The output is a prioritized report with token adoption percentages, recommended new tokens, and a migration plan. Most useful when you suspect token coverage is spotty or you're inheriting a codebase with inconsistent styling. The focus on automation through lint rules and tracking adoption over time makes this more operational than a one-off review.
npx skills add https://github.com/owl-listener/designer-skills --skill design-token-audit