Submission-ready technical surface

Apple HIG lookup and audits for MCP-compatible agents.

HIG Doctor exposes Apple Human Interface Guidelines skills through the Model Context Protocol and ships a CLI that scans native and web UI code for accessibility, layout, color, typography, motion, control, and platform-pattern issues.

MCP tools

hig_list_skills

List every HIG skill with descriptions and reference topics.

hig_lookup

Fetch a HIG skill or a specific topic as Markdown for an agent.

hig_audit

Run a project audit with severity counts, Markdown output, and an optional fail gate.

Install paths

Run the audit CLI
npx hig-doctor . --export
Run the MCP server from source
git clone https://github.com/raintree-technology/hig-doctor.git
cd hig-doctor/packages/hig-doctor/src-mcp
bun install
bun src/index.ts

Audit coverage

SwiftUI
UIKit
React
Next.js
Vue
Svelte
Angular
React Native
Flutter
Jetpack Compose
Android XML
HTML
CSS

HIG Doctor is open source and MIT-licensed for its structure and tooling. Apple HIG reference content remains Apple Inc. property; the project organizes references, exposes lookup paths, and runs detection rules without claiming Apple endorsement.