apple-design

apple-design is a skill for Claude Code, Codex from billythekidz/apple-design-skill. It costs 55 tokens per session (2,729 once invoked), scanned A, a copy of apple-design, MIT.

A set of Apple interface guidelines and design rules for apps and websites styled like Apple products.

In plain words
What is it for?
Use it when designing, building, or reviewing interfaces for iOS, iPadOS, macOS, watchOS, visionOS, or Apple-styled web and mobile apps.
Why use it?
It helps developers make interfaces fit the conventions of Apple platforms and check existing designs for guideline issues.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is # or: node skills/apple-design/scripts/audit-apple-design.mjs [path].

Good fit Use it when designing, building, or reviewing interfaces for iOS, iPadOS, macOS, watchOS, visionOS, or Apple-styled web and mobile apps.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/billythekidz/apple-design-skill
agentmods
npx agentmods add skills/billythekidz/apple-design-skill/apple-design

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for apple-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/billythekidz/apple-design-skill/apple-design/github.svg)](https://agentmods.dev/skills/billythekidz/apple-design-skill/apple-design)
Your own site
<a href="https://agentmods.dev/skills/billythekidz/apple-design-skill/apple-design"><img src="https://agentmods.dev/badge/skills/billythekidz/apple-design-skill/apple-design/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.

agentmods 80×15 button for apple-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/billythekidz/apple-design-skill/apple-design"><img src="https://agentmods.dev/badge/skills/billythekidz/apple-design-skill/apple-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,729 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.02729
Opus 5 $0.00028 $0.01365
Sonnet 5 $0.00011 $0.00546
Haiku 4.5 $0.00006 $0.00273

Measured 9d ago against content hash 0c3c12c931e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

apple-design 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (assets/tailwind.preset.apple.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

91% identical to apple-design — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/apple-design/SKILL.md · 196 lines

How it starts

The opening of the file, as written. The whole thing — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Apple Design System & Human Interface Guidelines (HIG)

This skill equips AI coding agents with the exact principles, visual specifications, component architectures, typography metrics, color tokens, motion curves, and automated compliance auditing defined by Apple's Human Interface Guidelines (HIG) across iOS, iPadOS, macOS, watchOS, visionOS, and modern Apple-grade Web UI.


🎯 Operational Modes

Mode 1 — Design & Build from Scratch

When tasked with creating new screens, apps, or web interfaces in Apple style:

  1. Choose the platform-native navigation paradigm (e.g. Bottom Tab Bar for iOS, Sidebar for macOS/iPad, Ornaments for visionOS).
  2. Establish the 8pt spatial grid and continuous squircle curvature (G2 continuity).
  3. Apply the SF Pro / New York typography scale with optical tracking rules.
  4. Implement semantic Dynamic Colors (Light & OLED Dark mode) and Liquid Frosted Glass materials.
  5. Apply Apple spring physics (cubic-bezier(0.25, 1, 0.5, 1)) and tactile active feedback (scale(0.97)).

Mode 2 — Apple HIG Compliance Audit & Scoring

When reviewing an existing codebase, mockup, or component:

  1. Run the audit tool node skills/apple-design/scripts/audit-apple-design.mjs to perform automated static scanning with a 0–100 Scoring Rubric.
  2. Perform exact mathematical WCAG contrast checks and 44×44pt touch-target validations.
  3. Fill out the Apple HIG Audit Scorecard across the 5 core pillars.
  4. Deliver prioritized findings with Confidence Tagging:
    • 🟢 Tool-verified: Statistically measured via CLI tool (e.g., contrast ratio, button dimension, static CSS rules).
    • 🟡 Needs device test: Requires hardware interaction (e.g., Dynamic Type at 300%, Reduce Transparency toggle, VoiceOver speech hierarchy).
    • 🔴 Assumed: Contextual design trade-off or subjective aesthetic evaluation.

🛠️ The Apple HIG Compliance CLI Engine

The built-in audit engine (skills/apple-design/scripts/audit-apple-design.mjs) provides four subcommands:

Read the full file on GitHub · 196 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 9d ago First seen · 196 lines · 55 tokens per session scan A 0c3c12c931e3

Subscribe to this mod's changes

apple-design is a skill published in the GitHub repository billythekidz/apple-design-skill (4 stars, last pushed 22d ago), licensed MIT. It adds 55 tokens to every session and 2,729 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to apple-design, differing in 14 lines, and is treated as a copy.

Related

Other skills, from other repositories

apple-hig-check

Audit code or design against Apple Human Interface Guidelines.

lyupro/skillforge-mcp · 15 tokens

swift-expert

Expert-level Swift development for iOS, macOS with SwiftUI, Combine, and modern Swift 5.9+. Use when the user mentions iOS, macOS, SwiftUI, Combine, async await, or Apple platforms, or when the task involves Modern Swift Features, Basics and Optionals, Functions and Closures, or Structs and Classes.

personamanagmentlayer/pcl · 76 tokens

swift-focusengine-pro

Reviews, writes, and fixes focus management code for all Apple platforms (tvOS, iOS/iPadOS, watchOS, visionOS, macOS), covering SwiftUI, UIKit, AppKit, and RealityKit. Use when reading, writing, or reviewing apps that handle focus, hover, key view loops, or Digital Crown navigation.

mhaviv/Swift-FocusEngine-Agent-Skill · 74 tokens

ios-hig-pro-max

Apple ecosystem experience architect skill for SwiftUI development. Invoke this skill whenever the user wants to build, design, review, or polish ANY iOS/iPadOS/macOS interface using SwiftUI — even if they just say "make a screen", "write a SwiftUI view", "help with my app UI", "build an iOS feature", or name any app…

EnzoChen0618/ios-design-swiftui · 193 tokens

apple-human-interface-guidelines

Use for any design, UI, or UX work on Apple-platform products, including visual design, interaction design, layout, navigation, accessibility, design review, and implementation decisions that should align with Apple Human Interface Guidelines.

Ksanbal/apple-hig-codex-skill · 49 tokens

iOS SwiftUI Accessibility

Enforces WCAG 2.2 accessible coding patterns when writing SwiftUI — labels, traits, Dynamic Type, contrast, touch targets, focus management, orientation, and more. Based on the ios-swiftui-accessibility-techniques project with 41 static analysis rules across 23 WCAG criteria.

cvs-health/ios-swiftui-accessibility-techniques · 67 tokens