apple-dev-docs

apple-dev-docs is a skill for Claude Code, Codex from BingoWon/apple-rag-mcp. It costs 89 tokens per session (1,258 once invoked), scanned A, original, MIT.

A search tool for Apple's official developer documentation, framework references, and WWDC session transcripts. WWDC is Apple's annual event for developers.

In plain words
What is it for?
Finding guidance about iOS, macOS, watchOS, tvOS, visionOS, Swift, Xcode, and Apple frameworks.
Why use it?
It gives Apple-platform questions an authoritative source instead of relying on memory or unofficial explanations.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/bingowon/apple-rag-mcp/apple-dev-docs
Any agent
npx skills add BingoWon/apple-rag-mcp --skill apple-dev-docs
Clone the repo
git clone --depth 1 https://github.com/BingoWon/apple-rag-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apple-dev-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/bingowon/apple-rag-mcp/apple-dev-docs.svg)](https://agentmods.dev/skills/bingowon/apple-rag-mcp/apple-dev-docs)
Your own site
<a href="https://agentmods.dev/skills/bingowon/apple-rag-mcp/apple-dev-docs"><img src="https://agentmods.dev/badge/skills/bingowon/apple-rag-mcp/apple-dev-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,258 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00089 $0.01258
Opus 5 $0.00044 $0.00629
Sonnet 5 $0.00018 $0.00252
Haiku 4.5 $0.00009 $0.00126

Measured 5d ago against content hash 9304c00b1976, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

apple-dev-docs scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

fetch(url: string)
skills/apple-dev-docs/SKILL.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Apple Developer Documentation

Provide authoritative guidance from Apple's official developer documentation and WWDC sessions using the apple-rag-mcp MCP server. Prioritize MCP tools over web search for Apple development questions.

Quick start

  • Use search to find relevant documentation and WWDC content.
  • Use fetch to retrieve the complete, cleaned content of a specific page by URL.
  • Always prefer MCP tools over web search for Apple-related questions.

Tool reference

search

search(query: string, result_count?: number)
  • queryMust be in English. Focus on technical concepts, API names, framework names, and version numbers. Avoid dates and temporal language.
  • result_count — Number of results (1–10, default 4). Use higher values for broad topics, lower for specific APIs.

fetch

fetch(url: string)

Retrieve the full cleaned content of an Apple developer documentation page or WWDC video transcript by its URL.

Workflow

  1. Identify scope: Determine which Apple framework, API, or platform the question targets.
  2. Search: Run search with a precise English query using framework and API names.
  3. Evaluate results: Check each result's completeness indicator:
    • ✅ Complete Document — Full content, use directly.
    • 📄 Part X of Y — Partial content. Run fetch(url) to get the complete document.
    • 📄 Parts merged — Multiple sections merged. Run fetch(url) if you need the full document.
  4. Fetch when needed: Use fetch for any result that is partial, or when Additional Related Documentation URLs look relevant.
  5. Answer with citations: Reference the source URL so the user can verify.

Query best practices

Good queries — focus on technical terms and API names:

  • SwiftUI NavigationStack path binding
  • Core Data CloudKit sync NSPersistentCloudKitContainer
  • visionOS RealityKit entity component system
  • StoreKit 2 Transaction.currentEntitlements
  • UIKit UICollectionView compositional layout

Read the full file on GitHub · 145 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 145 lines · 89 tokens per session scan A 9304c00b1976

Subscribe to this mod's changes

apple-dev-docs is a skill published in the GitHub repository BingoWon/apple-rag-mcp (117 stars, last pushed 3d ago), licensed MIT. It adds 89 tokens to every session and 1,258 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

asc-shots-pipeline

Orchestrate iOS screenshot automation with xcodebuild/simctl for build-run, AXe for UI actions, JSON settings and plan files, Koubou-based framing (asc screenshots frame), and screenshot upload (asc screenshots upload). Use when users ask for automated screenshot capture, AXe-driven simulator flows, frame composition…

rorkai/app-store-connect-cli-skills · 79 tokens

asc-app-create-ui

Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.

rorkai/app-store-connect-cli-skills · 39 tokens

asc-workflow

Define, validate, run, resume, and audit repo-local multi-step automations with current asc workflow and .asc/workflow.json, including step outputs and safe release/TestFlight workflows.

rorkai/app-store-connect-cli-skills · 43 tokens

asc-crash-triage

Triage TestFlight crashes, beta feedback, and performance diagnostics using asc. Use when the user asks about TF crashes, TestFlight crash reports, beta tester feedback, app hangs, disk writes, launch diagnostics, or wants a crash summary for a build or app.

rorkai/app-store-connect-cli-skills · 60 tokens

asc-id-resolver

Resolve App Store Connect IDs (apps, builds, app and digital-goods versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.

rorkai/app-store-connect-cli-skills · 39 tokens

implementation-guide

Generates detailed implementation guide with pseudo-code and step-by-step development instructions. Creates IMPLEMENTATIONGUIDE.md from PRD, Architecture, and UX specs. Use when creating development roadmap.

rshankras/claude-code-apple-skills · 40 tokens