A comprehensive typography linter that checks web projects against 89 rules across ten categories, from critical issues like straight quotes and faux italics to polish like OpenType feature activation and typeface pairing. It audits progressively by loading only relevant rule categories, prioritizes critical punctuation and font setup problems over medium priority polish, and reports findings with file locations and concrete fixes. Works well when reviewing CSS typography systems, configuring font stacks, or catching common web type errors before they ship. The gotchas section is honest about scope: this audits existing work against best practices, it doesn't redesign your typography or suggest new scales. If you've ever shipped curly quotes rendered as straight or accidentally used font-weight to fake a bold, this catches that.
npx skills add https://github.com/mblode/agent-skills --skill typography-audit