Apple HIG audit CLI + 14 agent skills for AI coding assistants — score any project for HIG compliance across 12 frameworks
# Apple HIG Skills Apple Human Interface Guidelines as agent skills for Claude Code, Cursor, and other AI coding agents. 14 skills covering the complete Apple HIG — foundations, components, patterns, inputs, platforms, and technologies. Source: [Apple Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/) (February 2025). ## Install ```bash npx skills add raintree-technology/apple-hig-skills ``` Or install via Claude Code plugin: ``` /plugin marketplace add raintree-technology/apple-hig-skills ``` ## HIG Audit Audit any project for Apple HIG compliance. Works with SwiftUI, UIKit, React, Next.js, Vue, Nuxt, Svelte, SvelteKit, Angular, React Native, Flutter, Jetpack Compose, Android XML, and plain HTML/CSS. Detects 349 patterns across accessibility, color systems, typography, responsive layout, dark mode, motion, i18n, and more. Requires [Bun](https://bun.sh). ```bash cd packages/hig-doctor/src-termcast bun install bun run audit <directory> ``` Example output: ``` HIG Audit: website 100/100 nextjs · 751 detections · 56 files ──────────────────────────────────────────────────────────────────── Foundations 610 ███████████████████░ 593 good Interaction Patterns 34 ███████████████████░ 32 good Layout & Navigation 42 █████░░░░░░░░░░░░░░░ 11 good Controls 25 ░░░░░░░░░░░░░░░░░░░░ Input Methods 17 ████████████████░░░░ 14 good ──────────────────────────────────────────────────────────────────── Totals 751 650 good 101 patterns Excellent — Strong HIG compliance across the board. ``` ### Options | Flag | Description | |------|-------------| | `--export` | Write a full audit report to `<directory>/hig-audit.md` | | `--stdout` | Print raw audit markdown to stdout (pipe to an AI for evaluation) | | `--json` | Print structured results as JSON (for CI/scripts) | | `--help` | Show help | ### What it detects The aud
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.