/apple-docs-index
Index of Apple developer documentation for iOS, macOS, and related frameworks. Use when looking up what APIs exist in a framework, browsing available documentation, or deciding what docs to fetch. Covers SwiftUI, UIKit, Core Animation (QuartzCore), XCTest, HealthKit, Combine,
$ npx -y skills add Prisma-Labs-Dev/apple-skills --skill apple-docs-index --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/apple-docs-index
Context preview
The summary Claude sees to decide when to auto-load this skill.
Index of Apple developer documentation for iOS, macOS, and related frameworks. Use when looking up what APIs exist in a framework, browsing available documentation, or deciding what docs to fetch. Covers SwiftUI, UIKit, Core Animation (QuartzCore), XCTest, HealthKit, Combine,
SKILL.md
apple-docs-index.SKILL.mdname: apple-docs-index
user-invocable: true
description: Index of Apple developer documentation for iOS, macOS, and related frameworks. Use when looking up what APIs exist in a framework, browsing available documentation, or deciding what docs to fetch. Covers SwiftUI, UIKit, Core Animation (QuartzCore), XCTest, HealthKit, Combine, SwiftData, and more.
Apple Documentation Index
This skill provides indexes of Apple framework documentation. Use these to:
- Browse available APIs in a framework
- Find the path to specific documentation
- Decide what detailed docs to download
Available Indexes
| 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 | | Core Animation | `../core-animation/core-animation-index.md` | 80KB | CALayer, CAAnimation, CATransaction, layer subclasses | | 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 |
How to Use
1. Browse an Index
# 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
2. Find Documentation Paths
Index files list all available documentation pages. Each entry shows the path:
- [HKWorkout](/documentation/healthkit/hkworkout)
- [NavigationStack](/documentation/swiftui/navigationstack)
3. Fetch More Detailed Docs
1. Check whether the detailed page is already available in one of your installed Apple skills. 2. Use skill names, descriptions, or `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. 3. If no installed skill has the page, use the same path with the `sosumi.ai` Markdown mirror.
For example, `/documentation/healthkit/hkworkout` maps to `https://sosumi.ai/documentation/healthkit/hkworkout`.
4. Browse Missing Framework Indexes
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`.
Read more
name: apple-docs-index user-invocable: true description: Index of Apple developer documentation for iOS, macOS, and related frameworks. Use when looking up what APIs exist in a framework, browsing available documentation, or deciding what docs to fetch. Covers SwiftUI, UIKit, Core Animation (QuartzCore), XCTest, HealthKit, Combine, SwiftData, and more.
Apple Documentation Index
This skill provides indexes of Apple framework documentation. Use these to:
- Browse available APIs in a framework
- Find the path to specific documentation
- Decide what detailed docs to download
Available Indexes
| 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 | | Core Animation | `../core-animation/core-animation-index.md` | 80KB | CALayer, CAAnimation, CATransaction, layer subclasses | | 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 |
How to Use
1. Browse an Index
# 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
2. Find Documentation Paths
Index files list all available documentation pages. Each entry shows the path:
- [HKWorkout](/documentation/healthkit/hkworkout) - [NavigationStack](/documentation/swiftui/navigationstack)
3. Fetch More Detailed Docs
1. Check whether the detailed page is already available in one of your installed Apple skills. 2. Use skill names, descriptions, or `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. 3. If no installed skill has the page, use the same path with the `sosumi.ai` Markdown mirror.
For example, `/documentation/healthkit/hkworkout` maps to `https://sosumi.ai/documentation/healthkit/hkworkout`.
4. Browse Missing Framework Indexes
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`.
Apple development skills for Claude Code, Codex, and other coding agents — current iOS 26+ APIs, SwiftUI, UIKit, Liquid Glass, Human Interface Guidelines, and practical workflow guides.
Repo: Prisma-Labs-Dev/apple-skills
Other skills on prisma-labs-dev-apple-skills.
- /appintents
API reference: App Intents. Query for Siri, Shortcuts, Spotlight integration, exposing app functionality.
Open skill - /apple-aso
Optimize Apple App Store metadata in store.config.json for ASO (App Store Optimization). Use when working with store.config.json, App Store keywords, titles, subtitles, descriptions, or localizing app metadata. Helps maximize app visibility and downloads.
Open skill - /backgroundtasks
API reference: BackgroundTasks. Query for BGTaskScheduler, app refresh, background processing.
Open skill - /combine
API reference: Combine. Query for publishers, subscribers, operators, async data streams.
Open skill - /core-animation
API reference: Core Animation (QuartzCore). Query for CALayer, CAAnimation, CABasicAnimation, CAKeyframeAnimation, CASpringAnimation, CATransaction, CAShapeLayer, CAGradientLayer, CAEmitterLayer, CATransform3D, CADisplayLink.
Open skill - /corehaptics
API reference: Core Haptics. Query for CHHapticEngine, haptic patterns, tactile feedback.
Open skill

