audit-typography
Reviews typography consistency against project design tokens and readability standards.
Install
mkdir -p .claude/skills/audit-typography && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13139" && unzip -o skill.zip -d .claude/skills/audit-typography && rm skill.zipInstalls to .claude/skills/audit-typography
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Review typography consistency and usability. Use to ensure readable, consistent text styling.Key capabilities
- →Check for hardcoded font values
- →Validate adherence to foundation design systems
- →Identify hierarchy issues in typography
- →Generate reports with specific file-line citations
- →Ensure consistent use of font size and weight tokens
- →Verify readable line heights
How it works
The skill first checks project rules for typography constraints in specified design system and token files, then focuses on font sizes, weights, line height, hierarchy, and number sets, flagging violations.
Inputs & outputs
When to use audit-typography
- →Check typography consistency
- →Verify font token usage
- →Audit visual hierarchy
- →Ensure design system adherence
About audit-typography
Checks code for hardcoded font values and validates adherence to foundation design systems. It identifies hierarchy issues and generates reports with specific file-line citations.
Review typography consistency and usability. Use to ensure readable, consistent text styling.
When not to use it
- →When the user is not concerned with typography consistency
- →When the user does not need to check readability
- →When the user is not ensuring token adherence
Limitations
- →The skill requires `.agent/rules/foundation-design-system.md` and `.agent/rules/foundation-design-tokens.md` for typography constraints.
- →The output is a findings report with file:line citations.
- →The skill flags violations of documented invariants as Critical priority.
How it compares
This skill systematically audits typography against documented project invariants and design tokens, providing specific file-line citations for inconsistencies, unlike a manual visual inspection.
Compared to similar skills
audit-typography side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| audit-typography (this skill) | 0 | 4mo | No flags | Intermediate |
| state-machine | 1 | 7mo | No flags | Beginner |
| designer | 0 | 5mo | No flags | Intermediate |
| design-review | 0 | 4mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
state-machine
WellApp-ai
Document UI component states (current vs expected) with transitions
designer
jmartenstein
Expert in User-Centered Design (UCD), user journey mapping, and design reviews. Use when executing design reviews, writing user journey documents, and providing design guidance for developers.
design-review
jerrywu001
|
critique
get-convex
Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a
ui-review
hoyvoh
UI/UX audit skill for reviewing existing interfaces. Invoke when user asks to review UI, audit the frontend, check design quality, or review UX. Analyzes code structure, accessibility, visual consistency, responsiveness, and UX patterns. Outputs structured findings with severity and fix suggestions.
ui-review
JeongDowny
ui-review — an agent skill by JeongDowny.