Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

macos-expertmacOS expert 搜索

Agent Skill

macos-expert 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

264

周安装

11

GitHub Stars

公开资料未说明

下载量

88
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:macos-expert(macOS expert 搜索)
来源仓库:https://github.com/detailobsessed/agent-skills
仓库路径:skills/macos-expert
安装命令:
npx skills add https://github.com/detailobsessed/agent-skills --skill macos-expert
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/detailobsessed/agent-skills --skill macos-expert

简介

macos-expert 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于研究检索类任务,可结合来源仓库和原始 README 核验具体用法。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和是否触发联网或文件读写。
  • 建议在使用前检查维护状态和实际功能,避免依赖未经验证的自动化行为。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

macos-expert

Use this skill to keep macOS work native, modern, and source-backed.

When to use

  • Building, reviewing, or refactoring a macOS app with SwiftUI, AppKit, or both
  • Designing windows, toolbars, sidebars, menus, commands, or keyboard shortcuts for macOS
  • Implementing document-based apps, file import/export, open/save panels, or Quick Look
  • Working with drag and drop, clipboard, undo/redo, or context menus
  • Adding or auditing VoiceOver, keyboard navigation, focus, contrast, or motion accessibility
  • Choosing between SwiftData, Core Data, UserDefaults, or file-based persistence
  • Bridging AppKit and SwiftUI with NSHostingView, NSViewRepresentable, or coordinators
  • Configuring sandboxing, entitlements, security-scoped bookmarks, or App Groups
  • Building menu bar apps with MenuBarExtra or NSStatusItem
  • Setting up login items, extensions, signing, notarization, or distribution
  • Reviewing whether a macOS app feels native or carries iOS anti-patterns

Recommended companion tools

Using Sosumi alongside this skill is highly recommended. Sosumi provides direct access to Apple Developer documentation and Human Interface Guidelines as Markdown, making it easy to verify APIs, symbols, and platform behavior referenced in this skill against current official sources.

Source priority

Use sources in this order:

  1. Apple Human Interface Guidelines and Apple Developer documentation
  2. Reference files in this skill

If a named API, symbol, modifier, entitlement, or platform behavior is uncertain, verify it against current official Apple documentation before presenting it as fact.

Start with references/official-sources.md if you need the verification workflow or the canonical Apple source map.

Core workflow

  1. Classify the task: design review, implementation, migration, bug fix, architecture, or distribution
  2. Identify the minimum macOS version, primary UI framework, and whether the app is document-based, window-based, or menu-bar-first
  3. Load the reference files that match the task instead of reading everything
  4. Prefer standard macOS behaviors before inventing custom UI or app flow
  5. Call out version constraints, fallback paths, and trade-offs explicitly
  6. Distinguish design guidance from API guidance

Load the right references

  • Read references/designing-for-macos.md for macOS-first product and UX decisions

- *Triggers: design review, native feel, platform expectations, Mac vs iPad patterns, layout density*

  • Read references/windows-navigation.md for windows, toolbars, sidebars, sheets, popovers, inspectors, and full-screen behavior

- *Triggers: WindowGroup, DocumentGroup, NavigationSplitView, NSWindow, NSToolbar, NSSplitViewController, toolbar, sidebar, inspector, sheet, popover, full-screen, window resize*

  • Read references/menus-commands-input.md for menu bar structure, commands, shortcuts, undo/redo, clipboard, pointer, keyboard, and drag-and-drop expectations

- *Triggers: menu bar, NSMenu,.commands, CommandGroup, keyboard shortcut, ⌘, undo, redo, copy, paste, context menu, drag and drop,.draggable,.dropDestination, NSDraggingSource, Dock menu*

  • Read references/file-management-documents.md for open/save/import/export, document workflows, file access, Quick Look, and Finder-facing behavior

- *Triggers: DocumentGroup, FileDocument, ReferenceFileDocument, NSDocument, NSOpenPanel, NSSavePanel,.fileImporter,.fileExporter, UTType, Quick Look, Finder, open panel, save panel, recent documents*

  • Read references/accessibility.md for VoiceOver, keyboard navigation, focus, contrast, motion, and testing

- *Triggers: VoiceOver, accessibility,.accessibilityLabel, NSAccessibility, focus, keyboard navigation, contrast, reduce motion, assistive technology*

  • Read references/swiftui-macos.md for modern SwiftUI patterns specific to macOS

- *Triggers: SwiftUI on macOS, NavigationSplitView, Table, MenuBarExtra, Settings,.searchable, @FocusState, Observation, scene, SwiftUI commands, SwiftUI toolbar*

  • Read references/appkit-and-bridging.md for AppKit-heavy work and AppKit-SwiftUI integration

- *Triggers: AppKit, NSHostingView, NSHostingController, NSViewRepresentable, NSViewControllerRepresentable, coordinator, bridging, responder chain, NSTableView, NSOutlineView*

  • Read references/persistence-and-data.md for SwiftData, Core Data, document data, settings, and migration choices

- *Triggers: SwiftData, Core Data, @Query, ModelActor, FetchDescriptor, @AppStorage, UserDefaults, persistence, migration, schema, database*

  • Read references/platform-capabilities-distribution.md for sandboxing, bookmarks, extensions, menu bar apps, login items, signing, notarization, and distribution

- *Triggers: sandbox, entitlement, security-scoped bookmark, App Group, SMAppService, login item, MenuBarExtra, NSStatusItem, extension, Finder Sync, XPC, notarization, Developer ID, Hardened Runtime, Mac App Store, distribution*

Non-negotiables

  • Prefer Apple-standard windows, toolbars, menus, commands, shortcuts, dialogs, and file flows
  • Do not import iOS interaction patterns onto macOS without a clear Mac-specific reason
  • Treat accessibility as a default requirement, not a polish pass
  • Treat keyboard support, context menus, drag and drop, and undo/redo as core Mac affordances
  • If custom UI replaces a standard control, preserve discoverability, keyboard support, and accessibility semantics
  • Avoid version-specific or newly announced platform claims unless verified against current official docs

Common anti-patterns

  • Hiding core actions behind a single overflow menu instead of using the menu bar and toolbar
  • Giant touch-sized controls that waste space on desktop
  • No keyboard navigation, no shortcuts, or no context menus
  • Replacing standard window chrome or toolbar behavior without a strong reason
  • Building custom file pickers instead of using system open/save panels
  • Treating drag and drop as optional in workflows where files or lists are central
  • Importing iOS tab bars, bottom sheets, or navigation stacks where Mac-native sidebars, inspectors, or split views belong

Response expectations

  • For reviews, explain what is non-native, why it matters on macOS, and the simplest native fix
  • For implementation guidance, prefer native Apple APIs over third-party abstractions unless there is a strong reason not to
  • For architecture questions, keep the answer proportional to app size and deployment target
  • For file and sandbox questions, address both user experience and entitlement/security implications

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude

33.22%
按下载量换算29

Codex

31.91%
按下载量换算28

Cursor

17.69%
按下载量换算16

Gemini CLI

8.68%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills