dragoon0x/optik

score

Run a full 0-100 OPTIK design quality analysis on the current interface or component. Produces category scores for Typography, Color, Layout, Motion, and Accessibility with specific issue callouts and fix suggestions.

First seen May 9, 2026

Installation

$ npx skills add dragoon0x/optik --skill score

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 1,640 B
  • docs SUMMARY.md 230 B

History

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

SKILL.md

/score — Design Quality Score

Run the full OPTIK scoring engine against the current codebase or specified component.

Output Format

OPTIK Score: 78/100 [■■■■■■■■░░] Strong

Typography   82  [■■■■■■■■░░]  Scale ratio: 1.25, hierarchy depth: 5
Color        75  [■■■■■■■░░░]  Palette: 8 colors, contrast: AA pass
Layout       84  [■■■■■■■■░░]  Grid-aligned: 94%, responsive: 3 breakpoints
Motion       60  [■■■■■■░░░░]  3 transitions, no reduced-motion fallback
Accessibility 72  [■■■■■■■░░░]  Focus styles: yes, semantic HTML: partial

Issues (5):
  ⚠ No prefers-reduced-motion query [-10 motion]
  ⚠ 2 spacing values off 4px grid [-6 layout]
  ⚠ Missing max-width on .content [-10 layout]
  ✓ Type scale consistent (ratio 1.25)
  ✓ All colors use CSS custom properties

Scoring Weights

Typography: 25% | Color: 25% | Layout: 25% | Motion: 10% | Accessibility: 15%

Thresholds

  • 90-100: Exceptional — ship with confidence
  • 80-89: Strong — minor refinements only
  • 65-79: Needs work — address issues before shipping
  • 40-64: AI slop detected — significant rework required
  • 0-39: Design emergency — start over with intentional decisions

Run /score after every major change. Track improvement with /trend.