Apple Human Interface Guidelines structured as skills for AI agents.
The project organizes the full set of Apple Human Interface Guidelines into discrete skills that AI coding agents can query and apply. It adds an MCP server exposing list, lookup and audit functions plus a universal scanner that emits severity-bucketed reports.
Agents or developers run the audit against any supported codebase to surface critical, serious or moderate violations. Positive patterns such as semantic colors and Dynamic Type support are also counted and reported.
Primary users are AI coding agents working inside Claude Code, Cursor or Windsurf, though human developers can invoke the same tools via CLI or MCP configuration.
Point the audit CLI at a project directory to receive a markdown or JSON report that flags accessibility, typography and layout issues before code review.
Use the hig_lookup tool to retrieve reference markdown for any skill or topic so the agent can apply the correct pattern while generating SwiftUI or React components.
Configure the --fail-on flag in automated builds so merges are blocked when serious or critical violations are detected across any of the twelve supported frameworks.
/plugin marketplace add raintree-technology/hig-doctor# From a git clone of this repo
bun packages/hig-doctor/src-mcp/src/index.tsIt scans SwiftUI, UIKit, React, Vue, Svelte, Angular, Jetpack Compose, Android XML, React Native, Flutter, CSS and HTML.
Verified reviews from the community shape this listing's rating.
Loading reviews…