apple-docs-index

Index Apple framework documentation and retrieve detailed content from sosumi-like endpoints.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/annurdien/skills --skill apple-docs-index-annurdien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-docs-index
Source: https://github.com/annurdien/skills/tree/main/apple-docs-index
Command: npx skills add https://github.com/annurdien/skills --skill apple-docs-index-annurdien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Indexes and exposes Apple framework documentation to help developers discover available APIs and documentation paths.

Core Features & Use Cases

  • Framework indexes for SwiftUI, XCTest, HealthKit, Combine, SwiftData, XCUIAutomation, Observation, and more.
  • Find documentation paths and navigate to the exact pages you need.
  • Download or retrieve full documentation content on demand to support in-context reference.

Quick Start

Build a request to locate a framework index, then fetch the detailed docs for that topic as needed.

Frequently Asked Questions about apple-docs-index

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

FAQPage Schema
How do I browse Apple framework documentation for SwiftUI and HealthKit?

You can browse Apple framework documentation by retrieving per-framework index files to discover available APIs and navigate documentation paths for SwiftUI, HealthKit, and other iOS frameworks.

What is the best way to locate specific API documentation paths for XCTest?

The best way to locate XCTest API documentation paths is by querying the framework index to discover available APIs, then fetching the detailed reference content on demand when needed.

Can I retrieve full documentation content for Combine and SwiftData frameworks on demand?

Yes, you can retrieve full documentation content for Combine and SwiftData on demand by fetching detailed reference material from documentation endpoints after locating the specific topic path.

Does this documentation indexing approach work with macOS frameworks like XCUIAutomation?

Yes, this documentation indexing approach works across iOS and macOS frameworks, including XCUIAutomation and Observation, allowing developers to quickly browse and lookup topics.

How do I navigate Apple developer docs when I only know the framework name?

To navigate Apple developer docs from a framework name, retrieve the per-framework index file to expose available documentation paths, then fetch the exact pages you need for detailed reference.