typeset

Improves typography by fixing font choices, hierarchy, sizing, weight, and readability in web interfaces.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/AkaraChen/proxy-up --skill typeset-akarachen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: typeset
Source: https://github.com/AkaraChen/proxy-up/tree/main/.agents/skills/typeset
Command: npx skills add https://github.com/AkaraChen/proxy-up --skill typeset-akarachen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Web interfaces often ship with generic, inconsistent typography — default fonts like Inter or Roboto, muddy heading hierarchies, arbitrary sizes, and poor readability. This Skill systematically assesses and fixes those issues so text feels intentional and readable. ## Core Features & Use Cases - Typography Audit: Evaluates font choices, hierarchy, type scale, readability, and consistency against concrete criteria like line length (45-75 characters) and minimum body size (16px). - Systematic Improvement Plan: Establishes modular type scales, weight roles, font pairing strategies, and spacing rules tailored to app UIs (fixed rem scales) or marketing pages (fluid clamp() sizing). - Use Case: A landing page uses three similar font sizes and a default sans-serif, making headings indistinguishable from body text. The Skill restructures the scale with a 1.333 ratio, assigns clear weight roles, and pairs contrasting typefaces. ## Quick Start Ask the assistant to improve the typography of the current page or component, optionally naming a specific target file or section.

Frequently Asked Questions about typeset

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why should font sizes use rem instead of px?▼

Rem units respect user browser settings and support accessibility, allowing text to scale when users adjust their default font size. Using px overrides those preferences, and disabling zoom violates accessibility guidelines.