Apple Design Skill
Description
Cross-platform UI/UX design reviewer based on Apple HIG. Works with Flutter, Tauri, Electron, React Native. Compatible with Claude Code, Cursor, Codex.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Apple Design Skill
Cross-platform UI/UX design reviewer grounded in Apple's Human Interface Guidelines (HIG), adapted as universal design rules for **mobile** and **desktop** apps.
Works with any framework: **Flutter**, **Tauri**, **Electron**, **React Native**, **SwiftUI**, **UIKit**.
What It Does
- Design Review — Systematic audit against 53 design guideline documents covering color, typography, layout, accessibility, motion, gestures, and more
- Design Improvement — Prioritized, actionable fixes with framework-specific implementation guidance
- Specialized Modes — App icon review, accessibility audit, dark mode review, Liquid Glass / glassmorphism review, generative AI UX review
- Cross-Platform — All guidelines generalized from iOS → mobile, macOS → desktop; references Apple-specific APIs only in a translation table
Quick Start
Claude Code
claude install-skill /path/to/apple-design-skill
Or clone and install:
git clone https://github.com/dickwu/apple-design-skill.git
claude install-skill ./apple-design-skill
Cursor
Add this repo as a context source. Two options:
**Option A — `.cursor/rules`**
Create `.cursor/rules/apple-design.mdc` in your project:
---
description: Apple HIG design review and improvement
globs: ["**/*.dart", "**/*.tsx", "**/*.jsx", "**/*.vue", "**/*.svelte", "**/*.swift"]
---
@import https://raw.githubusercontent.com/dickwu/apple-design-skill/main/SKILL.md
**Option B — Project Rules**
- Open Cursor Settings → Rules
- Add a new rule, paste the content of
SKILL.md - Under "Reference Files", add the
references/directory
Then ask Cursor: *"Review my UI design against Apple HIG guidelines"*
Codex (OpenAI)
Add as a custom instruction or system prompt source:
- Clone this repo into your project or reference it as a submodule:
git submodule add https://github.com/dickwu/apple-design-skill.git .design-rules
- In your Codex instructions
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://