# Forge Type Fix

> Snap all font sizes to the nearest step in your type scale. Replaces arbitrary values with var(--type-step) references.

- Skill: `dragoon0x/forge-type-fix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/forge-type-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/forge-type-fix/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/forge-type-fix

---


# /forge-type-fix — Type Auto-Fix

For each off-scale font-size:
1. Find nearest type scale step
2. Replace with var(--type-[step]) reference
3. Show before/after

Also fixes line-height to match the scale's recommended values.

