.cursor/skills/forge-measure/SKILL.md
--- name: forge-measure description: Check line lengths across the interface. Optimal: 45-75 characters per line. Flags containers that are too wide or too narrow for their font size. user-invokable: true --- # /forge-measure — Line Measure Check Calculate line measure for text containers: container-width / (font-size × 0.5) ≈ characters per line Flag: - Over 75 chars: add max-width constraint - Under 45 chars: container may be too narrow Suggest max-width values to achieve optimal measure.
npx skillsauth add Dragoon0x/forge .cursor/skills/forge-measureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Calculate line measure for text containers: container-width / (font-size × 0.5) ≈ characters per line
Flag:
Suggest max-width values to achieve optimal measure.
content-media
Regenerate the entire design system from a new brand color while preserving the project type. Updates .forge.json and shows what changed.
development
Regenerate the type scale from your .forge.json ratio and base size. Outputs 8 steps with px values and CSS custom properties.
tools
Snap all font sizes to the nearest step in your type scale. Replaces arbitrary values with var(--type-step) references.
development
Find every font-size in the codebase that doesn't match your type scale. Lists violations with suggested scale values.