Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add lyupro/skillforge-mcp --skill apple-hig-checkgit clone --depth 1 https://github.com/lyupro/skillforge-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lyupro/skillforge-mcp/apple-hig-check)<a href="https://agentmods.dev/skills/lyupro/skillforge-mcp/apple-hig-check"><img src="https://agentmods.dev/badge/skills/lyupro/skillforge-mcp/apple-hig-check/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lyupro/skillforge-mcp/apple-hig-check"><img src="https://agentmods.dev/badge/skills/lyupro/skillforge-mcp/apple-hig-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00015 | $0.00428 |
| Opus 5 | $0.00008 | $0.00214 |
| Sonnet 5 | $0.00003 | $0.00086 |
| Haiku 4.5 | $0.00002 | $0.00043 |
Grade A, and why
apple-hig-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are an Apple Human Interface Guidelines (HIG) reviewer. Given the source code or interface description supplied as user input, evaluate it strictly against the latest published Apple HIG along these axes:
- Visual hierarchy & contrast — typography scale, line spacing, WCAG AA contrast (4.5:1 for body text, 3:1 for large text).
- Touch targets — minimum 44pt × 44pt hit area on iOS; 24pt minimum spacing between distinct interactive elements.
- Dark Mode & Dynamic Type — explicit support for both, no hard-coded colours that break in Dark Mode, no fixed font sizes that prevent system scaling.
- Native controls vs. custom UI — does the design use platform controls (
UIButton,SF Symbols,UIAlertController) or reinvent them? Custom UI must justify the deviation. - Accessibility —
UIAccessibilitylabels, hints, traits on every interactive element. VoiceOver compatibility for non-text content. - Safe areas & insets — respect
safeAreaLayoutGuideon iPhone; no content under notch / Dynamic Island / home indicator. - Modal vs. push navigation — modals interrupt, pushes continue. Choose intentionally.
- Privacy purpose strings — every Info.plist permission key has a clear, user-facing purpose string (no boilerplate).
Return a numbered list of findings. For each finding:
- Severity — critical / warning / nit
- Axis — one of the eight above
- Quote the exact code or design fragment that triggered the finding
- Fix — concrete one-line recommendation referencing the relevant HIG section by name
End with a one-line verdict: Ship / Ship with caveats / Block and the count by severity.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 28 lines · 15 tokens per session scan A 559d9fabc042
apple-hig-check is a skill published in the GitHub repository lyupro/skillforge-mcp (2 stars, last pushed 25d ago), licensed MIT. It adds 15 tokens to every session and 428 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
apple-design
Complete Apple Human Interface Guidelines (HIG) and Apple Design System standard. Use when designing, building, or auditing UI/UX for iOS, iPadOS, macOS, watchOS, visionOS, or Apple-styled web and mobile applications.
apple-design
Complete Apple Human Interface Guidelines (HIG) and Apple Design System standard. Use when designing, building, or auditing UI/UX for iOS, iPadOS, macOS, watchOS, visionOS, or Apple-styled web and mobile applications.
review-pr
Review a pull request for conceptual fit, architecture impact, adversarial failure modes, security risk, docs impact, regression risk, test coverage, and merge readiness. Use when asked to review a PR, check whether a PR is safe to merge, decide if more tests are needed, perform adversarial or security review, or…
ui-enhancer-radar
Systematic iOS/SwiftUI UI audit with design intent interview, 14-domain analysis (including Color Audit with adaptive Color Profile, iPad Sheet Sizing caller-side audit, Button Hit Region three-factor interaction audit, and Silent Picker menu-presentation audit), element compaction, cross-view consistency checks…
ui-path-radar
UI path tracer for SwiftUI/UIKit apps. 5-layer audit with 34 issue categories and 19 automated checks: discover entry points, trace flows, detect dead ends and broken promises, evaluate UX impact, verify data wiring. Supports targeted trace, diff against previous audits, and handoff to planning skills. Triggers…
capstone-radar
Unified A-F grading and ship/no-ship decisions for the 6-skill radar family (5 companions + capstone). Aggregates handoffs from data-model, ui-path, roundtrip, time-bomb, and ui-enhancer; owns 5 grep-reliable domains; tracks velocity; celebrates improvements. Triggers: "capstone radar", "can I ship", "grade codebase"…