apple-docs-index

Resolve Apple framework API documentation paths from local index files.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Roy-wonji/claude-config --skill apple-docs-index-roy-wonji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-docs-index
Source: https://github.com/Roy-wonji/claude-config/tree/main/skills/apple-skills/skills/apple-docs-index
Command: npx skills add https://github.com/Roy-wonji/claude-config --skill apple-docs-index-roy-wonji

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about apple-docs-index

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Apple API documentation paths for SwiftUI and UIKit offline?

To find Apple API documentation paths offline, use a local framework index to look up symbols across SwiftUI, UIKit, HealthKit, and other Apple frameworks, then map the doc entry to its corresponding documentation path.

Can I resolve HealthKit symbol documentation paths without an internet connection?

Yes, you can resolve HealthKit symbol documentation paths without an internet connection by using local framework index markdown files as the source of truth to locate the correct documentation entries.

What is the best way to fetch missing Apple framework documentation pages locally?

The best way to fetch missing Apple framework documentation pages locally is to check your installed skills index, then fall back to mirror URLs like sosumi.ai or DocC index endpoints when the needed page is unavailable.

Does the offline Apple documentation index cover XCTest and XCUIAutomation frameworks?

Yes, the offline Apple documentation index covers XCTest and XCUIAutomation frameworks, providing local searchable index files for these testing frameworks alongside SwiftUI, UIKit, Combine, SwiftData, and Observation.

How do I browse SwiftData and Combine API symbols when the local index is unavailable?

When the local index for SwiftData and Combine API symbols is unavailable, you can fall back to DocC index endpoints or resolve documentation paths to mirror URLs like sosumi.ai to retrieve the needed pages.

What should I do if my Apple documentation path resolution returns the wrong SwiftUI symbol?

If your Apple documentation path resolution returns the wrong SwiftUI symbol, review the local framework index markdown files to ensure the doc entry matches the correct type, then use the mirror URL fallback for missing pages.