orchard-hig

sophiacave/orchard-hig
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Apple Human Interface Guidelines compliance checker for SwiftUI. MCP server for Claude Code. Part of the Orchard suite.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "orchard-hig": {
      "command": "uvx",
      "args": [
        "orchard-hig"
      ]
    }
  }
}

Or install with pip: pip install orchard-hig

README Excerpt

**Apple HIG compliance checker for Claude Code.** Checks SwiftUI code against 22 Human Interface Guidelines rules. Zero competitors. Every AI coding tool generates SwiftUI that violates Apple's design standards. orchard-hig catches violations before your users do. Add to `~/.claude/mcp.json`: ```json

Tools (4)

hig_check_codehig_check_filehig_ruleshig_suggest