dragoon0x/optik

system-audit

Check for design system drift. Finds tokens that are defined but unused, used values that aren't in tokens, and inconsistencies between token definition and usage.

First seen May 9, 2026

Installation

$ npx skills add dragoon0x/optik --skill system-audit

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/optik · top by installs.

npx skills add dragoon0x/optik

Browse all from dragoon0x/optik

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 656 B
  • docs SUMMARY.md 183 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

/system-audit — Design System Drift Audit

Audit the health of the design system:

  1. Tokens defined but never referenced (dead tokens)
  2. Values used in code that should be tokens but aren't
  3. Tokens referenced but not defined (broken references)
  4. Inconsistent token naming conventions
  5. Token categories with gaps (e.g., shadow-sm and shadow-xl but no shadow-md)

Present as a system health report with actionable fixes.