apple-web-design-skill
v0.1.0
Published
Install the Apple Web Design Codex skill with npx.
Maintainers
Readme
Apple Web Design Skill
Apple-inspired web UI review and refactor guidance for Codex skills.
This skill translates Apple Human Interface Guidelines and Liquid Glass ideas into practical web design decisions for blogs, portfolios, dashboards, product UIs, and content-heavy sites.
It is not an official Apple resource. It links to Apple's official documentation and adapts those principles for browser-based interfaces.
What It Helps With
- Reviewing a web project for Apple-inspired hierarchy, spacing, typography, materials, motion, and accessibility
- Applying Liquid Glass ideas without turning the entire page into blur
- Separating content, controls, and background layers
- Keeping long-form reading surfaces stable and legible
- Planning code changes that preserve existing functionality
- Producing structured audits and implementation plans with clear validation criteria
Install
Install with npx:
npx apple-web-design-skillThis installs the skill to:
~/.codex/skills/apple-web-designIf you use a custom Codex home, set CODEX_HOME:
CODEX_HOME=/path/to/codex npx apple-web-design-skillOr pass an explicit target:
npx apple-web-design-skill --target ~/.codex/skills/apple-web-designManual Install
Clone the repository into your Codex skills directory:
git clone https://github.com/klaybloom/apple-web-design-skill.git ~/.codex/skills/apple-web-designIf you already have a local copy, update it with:
cd ~/.codex/skills/apple-web-design
git pullUsage
Ask Codex to use the skill explicitly:
用 $apple-web-design 审查这个项目,让它保持 Apple-inspired 的统一设计风格Use the mode that matches the work:
用 $apple-web-design audit 审查这个网站,不改源码用 $apple-web-design plan 给这个网站写一份可执行改造计划用 $apple-web-design implement 按计划修改代码并运行验证If no mode is provided, the skill infers it from the request. Review-style requests run as audit, planning requests run as plan, and direct change requests run as implement.
For combined planning and implementation work:
用 $apple-web-design 给这个网站出一份改造计划,并按计划修改代码Relationship to Motion Skills
This skill owns website-level Apple-inspired design: page hierarchy, content readability, materials, typography, responsive behavior, accessibility, and code-change boundaries.
It includes practical motion defaults for common web UI such as buttons, popovers, drawers, reduced motion, and glass chrome. Complex gesture physics, momentum, rubber-banding, and animation-only code review are better handled by a motion-specific skill.
Files
SKILL.md- main skill instructionsreferences/apple-principles.md- Apple HIG and Liquid Glass principle notes with official linksreferences/web-adaptation.md- web-specific adaptation guidancereferences/motion-guidelines.md- motion defaults for common Apple-inspired web UIreferences/audit-playbook.md- structured audit categories and verdictsreferences/plan-template.md- self-contained plan template for handoff-ready implementationagents/openai.yaml- display metadata
Official References
- Apple Human Interface Guidelines: https://developer.apple.com/design/human-interface-guidelines
- Apple Design Resources: https://developer.apple.com/design/resources/
- Liquid Glass overview: https://developer.apple.com/documentation/technologyoverviews/liquid-glass
