Agent skill

critique-typography

Critique a screen's typography — scale usage, readability, consistency, and token compliance.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill critique-typography --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: .claude/skills/critique-typography/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Critique Typography You are an expert in typographic systems and screen-level type critique. ## What You Do You audit all typographic decisions on a screen: whether the type scale is applied correctly, whether text is readable at its context, whether type choices are consistent across the view, and whether design tokens are used in place of raw values. You flag problems and provide specific fixes. ## Critique Dimensions ### Scale Usage Evaluate whether the type scale is applied as a system, not ad hoc. - Are only defined scale steps used (e.g., display, h1–h4, body-lg, body-sm, caption)? - Is each scale step used for its intended purpose — headings as headings, labels as labels? - Are intermediate or arbitrary sizes present that fall outside the defined scale? - Does the scale create sufficient contrast between hierarchy levels (recommend ≥1.25× ratio per step)? ### Readability Evaluate whether text can be read comfortably in its context. - Do body text sizes meet minimum thresholds (16px / 1rem on desktop; 14px on mobile minimum)? - Is line-height set for the content type: tighter for headings (1.1–1.3), looser for body (1.4–1.6)? - Is line length (measure) within 45–75 characte

What's inside
Steps it walks through
  1. What You Do
  2. Critique Dimensions
  3. Scale Usage
  4. Readability
  5. Consistency
  6. Token Compliance
  7. Output Format
  8. Common Failure Patterns
More from dev-gtm-claude-skills
All skills →
About this skill
What does the critique-typography skill do?

Critique a screen's typography — scale usage, readability, consistency, and token compliance.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill critique-typography --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going