agentsclimarketplace

Web typography system

Skill swd3k/skills/agent-skills/web-design/web-typography-system

Portable agent skills for desktop apps, programming, UI, and web design - Codex, Claude, Cursor, Grok. English SKILL.md playbooks (Photino, Inno, CI, landings).

Install
npx -y skills add swd3k/skills --skill web-typography-system

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Set modular type scales, readable measure, and pairing for marketing and product web UI. Use when text looks uneven, cramped, or unstyled.

SKILL.md

0.9 KB, 275 tokens by cl100k_base, as published. Nobody here has run it

Web Typography System

Defaults

  • Body 16–18px marketing, 14–16px product
  • Measure ~60–75ch for long reading
  • Modular scale (e.g. 1.25)
  • Line-height: ~1.5 body, ~1.15 display
  • Limit to 2 families (display + body) + optional mono

Hierarchy

H1 page goal · H2 section · H3 sub · body · meta/label

CSS sketch

:root {
  --step-0: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
  --step-1: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
  --step-2: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
  --step-3: clamp(2rem, 1.4rem + 2vw, 3rem);
}

Pitfalls

  • All-caps long sentences
  • Gray body on gray bg
  • Decorative fonts for forms

Acceptance

  • H1 not wrapping awkwardly at mobile
  • Legal/footer text still readable

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.