dragoon0x/optik

type-audit

Audit all font-family, font-size, font-weight, line-height, and letter-spacing declarations across the codebase. Find inconsistencies, banned fonts, and missing hierarchy.

First seen May 9, 2026

Installation

$ npx skills add dragoon0x/optik --skill type-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 793 B
  • docs SUMMARY.md 189 B

History

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

SKILL.md

/type-audit — Typography Audit

Scan every typography-related CSS declaration and report:

  1. Font families in use — list all, flag any on the banlist
  2. Font sizes — list all unique sizes, check for mathematical ratio consistency
  3. Font weights — verify 2-4 weights are used for hierarchy
  4. Line heights — check against recommended ranges
  5. Letter spacing — verify all-caps text has positive tracking
  6. Hierarchy depth — count distinct heading levels in use

Present as a structured report with pass/fail per check.