apple-hig-designer
Design Apple-style iOS/macOS interfaces following Human Interface Guidelines. Creates HIG-compliant components with SF Symbols, San Francisco typography, and proper accessibility. Supports optional modern effects. Use when designing Apple-style UI, iOS/macOS interfaces, HIG-compliant components, or implementing design system specifications.
pinned to #ff17b91updated last month
Ask your AI client: “install skills/apple-hig-designer”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/apple-hig-designermetahub onboarded this repo on the author's behalf.
If you own github.com/axiaoge2/Apple-Hig-Designer on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
124
Last commit
last month
Latest release
published
- #claude-skill
About this skill
Pulled from SKILL.md at publish time.
A professional-grade frontend design skill that enables Claude Code to create interfaces following Apple's Human Interface Guidelines (HIG), achieving the quality standards of Apple's design team.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.ff17b91· last month
Kind-specific
31Skill: SKILL.md present
found at SKILL.md · frontmatter source: SKILL.md
Skill: body content present
1,591 words · 12,403 chars · 37 sections · 11 code blocks
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrentff17b91warnlast month
Contents
Apple-Hig-Designer
Apple-Hig-Designer is used to create interfaces that conform to Apple Hig principles and blend with various styles.
📸 Basic effect demonstration:
Single page design
"Creating iOS Page Transition Animations"

"Design a Mac-style chat page for web use."

📸Style fusion design:
"Please use your apple-hig-designer skills to choose a suitable framework and develop a complete responsive front-end project that incorporates a luxury brand aesthetic."
Vercel: https://fashion-editorial.vercel.app/
🎯 Overview
This apple-hig-designer enables you to design professional web and mobile interfaces that follow Apple's Human Interface Guidelines. It provides comprehensive knowledge about:
- SF Pro Typography system
- Apple System Colors with light/dark mode support
- 8pt Grid Spacing System
- Component Patterns (buttons, cards, inputs, etc.)
- Animation Guidelines with Apple-standard easing curves
📦 Installation
Method 1: User-level Installation (Recommended)
Copy the skill to your Claude Code skills directory:
# Windows
xcopy /E /I "apple-hig-designer" "%USERPROFILE%\.claude\skills\apple-hig-designer"
# macOS / Linux
cp -r apple-hig-designer ~/.claude/skills/
Method 2: Project-level Installation
Copy to your project's .claude/skills directory:
mkdir -p .claude/skills
cp -r apple-hig-designer .claude/skills/
🚀 Usage
After installation, Claude Code will automatically activate this skill when you perform the following actions:
Basic usage: Please tell Claude Code that you want to use apple-hig-designer.
Example
- "Design an Apple-style..."
- "Create a HIG-compliant..."
- "iOS-style components"
Advanced usage: Integrate apple-hig-designer with other styles, using apple-hig-designer as the basic design framework.
Example
"Using your apple-hig-designer skills and a cyberpunk aesthetic, could you help me develop a robot showcase page?"
"Using apple-hig-designer skills to blend other styles, how would you recommend a style for developing a blog-themed website?"
📁 File Structure
apple-hig-designer/
├── SKILL.md # Main skill definition
├── REFERENCE.md # Detailed HIG reference documentation
├── README.md # English documentation
├── README_CN.md # Chinese documentation
├── LICENSE # MIT License
└── resources/
├── components.jsx # React component examples
├── design-tokens.css # CSS custom properties
└── ui-patterns.md # UI pattern documentation
🎨 Features
| Feature | Description |
|---|---|
| Typography | SF Pro font system with proper size thresholds |
| Colors | Complete Apple system color palette |
| Spacing | 8pt grid system implementation |
| Components | Buttons, cards, inputs, glass panels |
| Animations | Apple-standard cubic-bezier easing |
| Accessibility | WCAG AA compliant, reduced motion support |
| Dark Mode | Full light/dark mode support |
📚 Resources
🤝 Contributing
Contributions are welcome! Feel free to submit Issues and Pull Requests.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
Reviews
No reviews yet. Be the first.
Related
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
mh install skills/apple-hig-designer