What problem does it solve?
You need fast answers about what APIs exist in an Apple framework and where to find the exact documentation, but searching the internet or browsing scattered pages is slow and unreliable.
Core Features & Use Cases
- Framework API indexing: Provides local, searchable index files for multiple Apple frameworks so you can quickly navigate to relevant sections and pages.
- Path resolution for documentation: Lets you map a doc entry (e.g., SwiftUI/UIKit/HealthKit types) to the corresponding documentation path.
- Targeted doc fetching workflow: Helps you decide what to retrieve next by checking whether the needed page already exists in your installed skills, and then using a fallback mirror when it doesn’t.
- Index coverage: Includes indexes for SwiftUI, UIKit, XCTest, XCUIAutomation, HealthKit, Combine, SwiftData, and Observation.
Quick Start
Use the apple-docs-index skill to look up the correct Apple documentation path for the SwiftUI type NavigationStack by reviewing the SwiftUI index and then fetching the detailed page for the matching entry if it is missing locally.