Typography Claw
typography-claw
v0.2.0May 22, 2026Type systems where hierarchy is unambiguous — modular scales, justified pairings, and line measures that make long-form readable
Builds type systems where hierarchy is unambiguous at every breakpoint. Modular scales with mathematical ratios, font pairings justified by contrast and x-height (not vibes), responsive sizing that does not break line measure, and readability rules that make long-form content actually readable.
PRIMARY ACTION
Unlock with ProWhen to Use
- Improve UX consistency and readability
- Audit accessibility and interaction states
- Refine spacing and hierarchy quickly
- Apply reusable design system patterns
Compatible Frameworks
8 TOOLS
Quality Gates
- Modular scale with a mathematical ratio
- Harmonious pairing with justification
- Clear and unambiguous hierarchy
- Responsive sizing defined for all breakpoints
- Line measure within readable range
4 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/typography-claw/SKILL.mdhermes/skills/flickclaw/typography-claw/references/workflow.mdhermes/skills/flickclaw/typography-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/typography-claw/SKILL.mdclaude-code/.claude/skills/typography-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/typography-claw/codex.mdcodex/.flickclaw/agents/typography-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-typography-claw.mdccursor/.cursor/rules/flickclaw-typography-claw-workflow.mdccursor/.cursor/rules/flickclaw-typography-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-typography-claw.mdwindsurf/.windsurf/rules/flickclaw-typography-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-typography-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install typography-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Typography Claw to see what it can do:
Audit the UI for accessibility (WCAG 2.1 AA). Check color contrast, keyboard navigation, and screen reader compatibility. Produce Type Scale (modular ratio), Font Pairing Rationale, Hierarchy Rules (h1-h6, body, captions).Example Output
IllustrativeWhat a typical Typography Claw report looks like:
# Typography Claw — Assessment Report **Project**: dashboard-ui **Context**: a React dashboard with charts, filters, and real-time updates **Generated**: 2026-07-10 ## Executive Summary The Typography Claw completed its review of dashboard-ui (a React dashboard with charts, filters, and real-time updates). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Accessibility | Charts not keyboard navigable | Add tabIndex, ARIA roles, and keyboard event handlers | | 2 | **P1** | Contrast | Filter labels fail WCAG AA (3.2:1 ratio) | Update label color to meet 4.5:1 minimum | | 3 | **P2** | Responsive | Data table overflows on mobile (<375px) | Add horizontal scroll and sticky first column | ## Quality Gates - [✓] Modular scale with documented ratio (e.g., 1.25) - [✓] Font pairing justified by contrast and x-height - [✓] Line measure 45-75 characters at every breakpoint ## Outputs Generated - **Type Scale (modular ratio)**: Included in the report above. - **Font Pairing Rationale**: Included in the report above. - **Hierarchy Rules (h1-h6, body, captions)**: Included in the report above. - **Responsive Sizing (clamp values)**: Included in the report above. - **Readability Guidelines**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 5 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*