# Type Measure

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

- Skill: `dragoon0x/type-measure` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/type-measure`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/type-measure/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/type-measure

---


# /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

