Agent skill · Frontend

typography

UI typography on Apple platforms — text styles and Dynamic Type, the San Francisco family (Pro/Rounded/Compact/Mono/New York + width axis), optical sizes, tracking vs kerning, leading adjustments, and custom-font scaling. Use when choosing fonts, building type hierarchy, fixing truncation/legibility, or making custom fonts respect Dynamic Type.

rshankrasgithub.com/rshankrasGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill 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: 6 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrep
Path: skills/design/typography/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

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

From the SKILL.md

# Typography Type is most of your UI. The system does the hard parts — optical sizes, tracking tables, Dynamic Type — *if* you use its APIs. This skill covers when to trust the system, how to build hierarchy deliberately, and what custom fonts owe you back. ## When This Skill Activates - Choosing fonts or building a type hierarchy for a screen or app - Text truncating, cramping, or breaking under larger Dynamic Type sizes - Adopting a custom/brand font (and keeping accessibility) - Display typesetting: hero numbers, stats, editorial headlines ## Rule 1: text styles first Predefined styles (Large Title → Caption 2) are weight + size + leading combos with Dynamic Type support built in — and different styles scale *differently* (body grows more than footnote), which manual font sizes can't replicate. - Build hierarchy from 2–3 text styles + emphasized variants (bold trait — the actual weight varies per style: some go medium→semibold, others bold→heavy) before reaching for new fonts. - Semantic colors + text styles together give dark mode, contrast, and Dynamic Type for free. - macOS supports text styles (without Dynamic Type); design Mac type at 100% — no iOS-style scaling assumptions

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Rule 1: text styles first
  3. Rule 2: let optical sizes and tracking work
  4. The Dynamic Type ladder (WWDC24 10074)
  5. The San Francisco family — pick by job
  6. Custom fonts: what you owe back
  7. Output Format
  8. References
More from claude-code-apple-skills
All skills →
About this skill
What does the typography skill do?

UI typography on Apple platforms — text styles and Dynamic Type, the San Francisco family (Pro/Rounded/Compact/Mono/New York + width axis), optical sizes, tracking vs kerning, leading adjustments, and custom-font scaling. Use when choosing fonts, building type hierarchy, fixing truncation/legibility, or making custom fonts respect Dynamic Type.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill 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 rshankras/claude-code-apple-skills, a repository with 589 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