search-macos26-docs

Installation
SKILL.md

Search macOS 26 Docs

Use the local Xcode macOS SDK as the source of truth for macOS 26 APIs. Prefer this skill before web search when the task asks what is available in the current SDK, how a SwiftUI/AppKit symbol is declared, what availability it has, or whether a macOS 26 API exists.

Quick Start

Build or refresh the cached symbol graphs:

python3 "$HOME/.codex/skills/search-macos26-docs/scripts/build_cache.py"

Search SwiftUI, SwiftUICore, and AppKit symbol docs:

python3 "$HOME/.codex/skills/search-macos26-docs/scripts/search_symbols.py glass button style
python3 "$HOME/.codex/skills/search-macos26-docs/scripts/search_symbols.py window toolbar --macos26
python3 "$HOME/.codex/skills/search-macos26-docs/scripts/search_symbols.py NSHostingScene --module SwiftUI --module AppKit --limit 12
Installs
19
GitHub Stars
191
First Seen
Jul 5, 2026
search-macos26-docs — pproenca/dot-skills