Diagnose Tokens banner
syncupsuite syncupsuite

Diagnose Tokens

Development community

Description

# diagnose-tokens — Token Installation Diagnostic > Standalone command · No frame dependency > Read-only — does not modify any files --- ## What this command does Runs a 9-step diagnostic on an existing design token installation to detect silent failures. Outputs `[PASS]`, `[FAIL]`, or `[WARN]` per check with specific fix instructions. Use this when tokens appear installed but styling is broken, dark mode doesn't work, or Tailwind utilities don't resolve to theme values. --- ## Prerequisi

Installation

Installs to ~/.claude/skills/syncupsuite-webplatform4sync-diagnose-tokens/SKILL.md

Terminal
mkdir -p ~/.claude/skills/syncupsuite-webplatform4sync-diagnose-tokens && curl -fsSL https://raw.githubusercontent.com/syncupsuite/webplatform4sync/HEAD/commands/diagnose-tokens.md -o ~/.claude/skills/syncupsuite-webplatform4sync-diagnose-tokens/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository