apple-dev-docs

Retrieve Apple developer docs, WWDC transcripts, and framework references via semantic search.

115|9|Updated Jul 20, 2025
One-click install
npx skills add https://github.com/BingoWon/apple-rag-mcp --skill apple-dev-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-dev-docs
Source: https://github.com/BingoWon/apple-rag-mcp/tree/main/skills/apple-dev-docs
Command: npx skills add https://github.com/BingoWon/apple-rag-mcp --skill apple-dev-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides fast, authoritative access to Apple's official developer documentation, WWDC transcripts, and framework references using semantic retrieval, reducing time spent chasing sources and validating details.

Core Features & Use Cases

  • Semantic search across Apple Developer Documentation, WWDC transcripts, and framework references to surface precise information.
  • Context-aware fetch of full content by URL to deliver complete documentation in the chat.
  • Use Case: When building an iOS app, quickly obtain API references for SwiftUI components and platform guidelines to inform implementation.

Quick Start

Ask your AI to fetch the relevant Apple developer content for a specific API, framework, or platform.

Frequently Asked Questions about apple-dev-docs

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

FAQPage Schema
How do I search Apple developer documentation and WWDC transcripts directly in my chat?

You can search Apple developer documentation and WWDC transcripts by asking your AI to fetch content, which uses semantic RAG to surface authoritative API references and framework guidelines directly in the chat.

What is semantic RAG for retrieving Swift framework references?

Semantic RAG for Swift framework references is a retrieval approach that applies context-aware search across Apple developer docs to deliver precise, authoritative information for your development questions.

Can I fetch full content for a specific Apple API reference by URL?

Yes, you can fetch full content by URL to retrieve complete Apple API references and documentation, providing the complete text of the specified resource directly within your conversation.

Do I need an MCP server to access Apple platform guidelines through semantic search?

Yes, accessing Apple platform guidelines through semantic search requires the apple-rag-mcp MCP server, which supports the search and fetch operations needed to retrieve and present relevant content.

Does semantic retrieval work for finding SwiftUI component details when building iOS apps?

Yes, semantic retrieval works for SwiftUI components, allowing you to quickly obtain API references and platform guidelines to inform your iOS app implementation and resolve framework questions.