type-measure
Installation
SKILL.md
/type-measure — Line Measure Check
Calculate line measure for every text container:
- Container width / (font-size * average character width)
- Flag lines exceeding 75 characters (too wide, hard to read)
- Flag lines under 45 characters (too narrow, too many line breaks)
- 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