README.md

February 17, 2026 ยท View on GitHub

Apple-Hig-Designer

Apple HIG Claude Code License

Apple-Hig-Designer is used to create interfaces that conform to Apple Hig principles and blend with various styles.

English | ็ฎ€ไฝ“ไธญๆ–‡


๐Ÿ“ธ Basic effect demonstration:

Single page design

"Creating iOS Page Transition Animations"

Page Transitions

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

macOS Chat

๐Ÿ“ธ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/ image

๐ŸŽฏ 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

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

FeatureDescription
TypographySF Pro font system with proper size thresholds
ColorsComplete Apple system color palette
Spacing8pt grid system implementation
ComponentsButtons, cards, inputs, glass panels
AnimationsApple-standard cubic-bezier easing
AccessibilityWCAG AA compliant, reduced motion support
Dark ModeFull 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.