# Macos

> 用于 macOS 平台规范问题：当用户要做桌面端菜单栏、工具栏、窗口、多窗口、快捷键、指针行为、Mac Catalyst 或原生桌面交互规则时使用。Prefer `swiftui-expert-skill` when the task is SwiftUI 实现细节而不是 Mac 平台行为；Combine with it when Mac 平台规则需要落到 SwiftUI 代码实现。

- Skill: `hebertzhu/macos` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hebertzhu/macos`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hebertzhu/macos/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: hebertzhu (https://skillmd.com/u/hebertzhu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hebertzhu/macos

---


# macos

## Intent
- 用于 macOS 平台规范问题：当用户要做桌面端菜单栏、工具栏、窗口、多窗口、快捷键、指针行为、Mac Catalyst 或原生桌面交互规则时使用。Prefer `swiftui-expert-skill` when the task is SwiftUI 实现细节而不是 Mac 平台行为；Combine with it when Mac 平台规则需要落到 SwiftUI 代码实现。

## Default operating pattern
1. Identify the target platform, form factor, and native system constraints.
2. Choose native patterns before inventing custom behavior.
3. Translate platform rules into implementable UI, architecture, or code guidance.
4. Check accessibility, ergonomics, lifecycle, and integration edges.
5. Return a concrete implementation path instead of vague platform advice.

## Pack fit
- Included in: `platform-apps`
- Keep examples generic, privacy-safe, and portable across hosts.

## Boundary
- Do not collapse Mac desktop questions into generic web-navigation advice.

