podo/design-agent-skills

hig-doctor

Diagnose Apple HIG compliance issues with targeted guidance and fixes. 14 specialized skills covering HIG component categories — identifies non-compliant patterns and provides specific remediation steps.

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill hig-doctor

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,207 B
  • docs SUMMARY.md 223 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 89 installs

SKILL.md

hig-doctor

Catalogue stub — full package: raintree-technology/hig-doctor

Decision tree

Run this to diagnose and fix Apple HIG violations:

  1. Is the HIG Doctor skill already installed?

Check: ~/.design-agent-skills/skills/hig-foundations/SKILL.md exists. - Yes → invoke the relevant hig-doctor skill and proceed - No → go to step 2

  1. Do you have shell access?

- Yes → run the install command below, then invoke the skill - No → show the install command; in Claude Code, send it as a chat message starting with ! — add -g for global install or omit for project-only

Install command

npx skills add raintree-technology/hig-doctor

Website: apple.raintree.technology

Invoke after install

Skills diagnose by component category — invoke the one matching your problem area:

  • hig-components-controls — button, toggle, slider violations
  • hig-components-layout — navigation bar, tab bar violations
  • hig-components-menus — context menu, picker violations
  • hig-components-dialogs — alert, sheet violations
  • hig-inputs — text field, form violations
  • hig-foundations — color, typography, spacing violations

Trigger phrases: "HIG compliance", "Apple HIG audit", "diagnose HIG"

What it does

HIG Doctor is a multi-skill diagnostic tool for Apple HIG compliance. Each skill covers a category of HIG components, identifies violations in your UI code or design, explains the specific guideline being broken, and provides targeted fixes. Companion to apple-hig-skills (which teaches guidelines) — this diagnoses and repairs.