From apple-skills
Provides indexes of Apple developer docs for iOS/macOS frameworks like SwiftUI, UIKit, XCTest, HealthKit, Combine, SwiftData. Browse APIs, find doc paths, decide what to fetch.
npx claudepluginhub vabole/apple-skills --plugin apple-skillsThis skill uses the workspace's default tool permissions.
This skill provides indexes of Apple framework documentation. Use these to:
Searches 300,000+ offline Apple developer docs for SwiftUI, UIKit, Foundation APIs, HIG, samples, and Swift evolution proposals in iOS/macOS/visionOS development.
Queries Apple Developer Documentation, APIs, frameworks like SwiftUI and UIKit, platform compatibility, and WWDC videos (2014-2025) with transcripts.
Provides UIKit API reference for iOS/macOS apps, querying views, controllers, controls, tables, Auto Layout, gestures, navigation, and SwiftUI hosting from local docs.
Share bugs, ideas, or general feedback.
This skill provides indexes of Apple framework documentation. Use these to:
| Framework | File | Size | Topics |
|---|---|---|---|
| SwiftUI | ../swiftui/swiftui-overview.md | 907KB | Views, modifiers, navigation, state |
| XCTest | xctest-index.md | 55KB | Testing, assertions, expectations |
| XCUIAutomation | xcuiautomation-index.md | 58KB | UI testing, elements, queries |
| UIKit | ../uikit/uikit-overview.md | 1.8MB | Views, controllers, controls, scenes |
| HealthKit | healthkit-index.md | 312KB | Health data, workouts, records |
| Combine | combine-index.md | 153KB | Publishers, subscribers, operators |
| SwiftData | swiftdata-index.md | 86KB | Models, containers, queries |
| Observation | observation-index.md | 3KB | @Observable macro |
# See what's in HealthKit
cat healthkit-index.md | head -100
# Search for specific topic
grep -i "workout" healthkit-index.md
grep -i "navigation" ../swiftui/swiftui-overview.md
Index files list all available documentation pages. Each entry shows the path:
- [HKWorkout](/documentation/healthkit/hkworkout)
- [NavigationStack](/documentation/swiftui/navigationstack)
SKILL.md frontmatter to find likely skill directories, then grep their local .md files before fetching. This is faster and uses less context than fetching new docs from the internet.sosumi.ai Markdown mirror.For example, /documentation/healthkit/hkworkout maps to https://sosumi.ai/documentation/healthkit/hkworkout.
If the local indexes don't include the framework you need, use the framework's sosumi.ai index:
https://sosumi.ai/documentation/{framework}
For example, https://sosumi.ai/documentation/foundation provides a Markdown index you can search for Foundation paths.
If the Markdown mirror is unavailable and your environment can parse JSON, Apple's public DocC index endpoint is:
https://developer.apple.com/tutorials/data/index/{framework}
The useful path tree is under interfaceLanguages.swift[0].children.