Apple's UI design system. Use when building interfaces inspired by Apple's aesthetic - light mode, Inter font, 4px grid.
75
68%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/apple/SKILL.mdOpinionated constraints for building Apple-style interfaces with AI agents.
Reference these guidelines when:
#FFFFFF as page background (surface-base)#155BD0 for primary actions and focus states (accent)| Token | HEX | RGB | Usage |
|---|---|---|---|
surface-base | #FFFFFF | rgb(255,255,255) | Page background |
surface-raised | #0858DC | rgb(8,88,220) | Cards, modals, raised surfaces |
text-primary | #808080 | rgb(128,128,128) | Headings, body text |
text-secondary | #6D89B5 | rgb(109,137,181) | Secondary, muted text |
text-tertiary | #90C5F1 | rgb(144,197,241) | Additional text |
border-default | #B5C7D8 | rgb(181,199,216) | Subtle borders, dividers |
accent | #155BD0 | rgb(21,91,208) | Primary actions, links, focus |
Inter as primary font family51px / 700 for primary headings27px / 500 for body texttext-balance for headings and text-pretty for body texttabular-nums for numeric data| Style | Font | Size | Weight | Color | Count |
|---|---|---|---|---|---|
heading-1 | Inter | 51px | 700 | #2D2B30 | 1 |
text-43px | Inter | 43px | 700 | #272729 | 1 |
body | Inter | 27px | 500 | #454547 | 1 |
body-secondary | Inter | 26px | 500 | #3D3C41 | 1 |
text-16px | Inter | 16px | 400 | #6D89B5 | 1 |
text-15px | Inter | 15px | 400 | #8EC7F2 | 1 |
text-14px | Inter | 14px | 400 | #90C5F1 | 1 |
text-12px | Inter | 12px | 300 | #808080 | 1 |
caption | Inter | 11px | 300 | #707070 | 1 |
label | Inter | 10px | 400 | #7E7E7E | 1 |
Font Families:
Inter (used 18x)Font Sizes: 9px, 10px, 11px, 12px, 14px, 15px, 16px, 26px, 27px, 43px, 51px
Scale: 21px
h-screen, use h-dvh for full viewport heightsafe-area-inset for fixed elementssize-* for square elements instead of w-* + h-*| Variant | Background | Text | Border | Height | Radius |
|---|---|---|---|---|---|
| Ghost | transparent | #6D89B5 | none | - | - |
2px outline with accent color (#155BD0)2px outline-offset#0858DC background#0858DC backgroundopacity: 0.5cursor: not-allowedAlertDialog for destructive or irreversible actionsinput or textarea elementsaria-label to icon-only buttonstransform, opacity)width, height, top, left, margin, padding)ease-out on entrance animations200ms for interaction feedbackprefers-reduced-motionblur() or backdrop-filter surfaceswill-change outside an active animationuseEffect for anything that can be expressed as render logic126714e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.