Skip to content
Development
Command

/token-audit

Audit your design token architecture

shell
$ npx -y skills add murphytrueman/design-system-ops --agent claude-code

Ships with design-system-ops. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/token-audit

Context preview

What this command does when you run it.

Audit your design token architecture

Command definition

token-audit.md
description: Audit your design token architecture
allowed-tools: Read, Write, Grep, Glob, Bash(cat:*), Bash(find:*), Bash(head:*), Bash(ls:*), Bash(sort:*), Bash(tail:*), Bash(wc:*)

Run the token-audit skill against the user's design system tokens.

Load the token-audit skill from ${CLAUDE_PLUGIN_ROOT}/skills/token-audit/SKILL.md and follow its complete workflow.

If the user provided a file or directory path as an argument, use that as the token source: $ARGUMENTS

If no argument was provided, begin with Step 0 (Token discovery) — search the codebase for CSS custom properties, SCSS variables, JSON/YAML token files, Style Dictionary configs, TypeScript token objects, Tailwind configs, and Tokens Studio exports.

Before starting the audit, read the knowledge notes declared in the skill's frontmatter `references:` field, located in ${CLAUDE_PLUGIN_ROOT}/knowledge-notes/.

Produce the full audit report including: three-tier assessment, naming violations, value-level violations, severity-rated findings, dependency map, and prioritised remediation list.

Read it on GitHub ↗
Ships withdesign-system-ops

Claude Code skills for the work that keeps a design system alive.

Get the whole plugin, auto-invoked
Stats
151
Stars
0
Views
7
Forks
Maintained
Maintenance
HTML
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: murphytrueman/design-system-ops