npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

apple-web-design-skill

v0.1.0

Published

Install the Apple Web Design Codex skill with npx.

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-skill

This installs the skill to:

~/.codex/skills/apple-web-design

If you use a custom Codex home, set CODEX_HOME:

CODEX_HOME=/path/to/codex npx apple-web-design-skill

Or pass an explicit target:

npx apple-web-design-skill --target ~/.codex/skills/apple-web-design

Manual Install

Clone the repository into your Codex skills directory:

git clone https://github.com/klaybloom/apple-web-design-skill.git ~/.codex/skills/apple-web-design

If you already have a local copy, update it with:

cd ~/.codex/skills/apple-web-design
git pull

Usage

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 instructions
  • references/apple-principles.md - Apple HIG and Liquid Glass principle notes with official links
  • references/web-adaptation.md - web-specific adaptation guidance
  • references/motion-guidelines.md - motion defaults for common Apple-inspired web UI
  • references/audit-playbook.md - structured audit categories and verdicts
  • references/plan-template.md - self-contained plan template for handoff-ready implementation
  • agents/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