dragoon0x/optik

type-measure

Check line lengths (measure) across the interface. Optimal reading length is 45-75 characters per line.

First seen May 9, 2026

Installation

$ npx skills add dragoon0x/optik --skill type-measure

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 677 B
  • docs SUMMARY.md 123 B

History

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

SKILL.md

/type-measure — Line Measure Check

Calculate line measure for every text container:

  1. Container width / (font-size * average character width)
  2. Flag lines exceeding 75 characters (too wide, hard to read)
  3. Flag lines under 45 characters (too narrow, too many line breaks)
  4. Suggest max-width values to achieve optimal measure

The optimal measure depends on font and context:

  • Long-form body text: 55-65 characters
  • UI labels and short text: 30-50 characters
  • Headings: no measure constraint needed