Ui-ux-suite type-audit
Typography-only audit covering font selection, type scale, readability, hierarchy, performance
install
source · Clone the upstream repo
git clone https://github.com/Aboudjem/ui-ux-suite
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Aboudjem/ui-ux-suite "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/type-audit" ~/.claude/skills/aboudjem-ui-ux-suite-type-audit && rm -rf "$T"
manifest:
skills/type-audit/SKILL.mdsource content
/type-audit: Typography System Audit
Focused audit of the project's typography system.
Flow
- Extract typography values with
uiux_extract_typography - Detect type scale (mathematical ratio or random)
- Evaluate font choice, pairing, readability, hierarchy
- Check performance (font loading, number of weights)
- Generate improved type system with
uiux_generate_type_scale - Output complete type token system
Output
- Current type inventory (fonts, sizes, weights, line heights)
- Scale detection result
- Readability score
- Recommended type system (font, scale, hierarchy)
- Fluid typography values (clamp())
- Performance recommendations