apple-doc-research
2
总安装量
2
周安装量
#65911
全站排名
安装命令
npx skills add https://github.com/vladimirbrejcha/ios-ai-skills --skill apple-doc-research
Agent 安装分布
opencode
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
Skill 文档
Apple Docs Research
Overview
Use this skill to answer Apple platform coding and research questions by querying the Apple Developer Documentation and WWDC catalog via the apple-docs MCP tools. This skill replaces general web browsing for Apple-specific sources.
Workflow
- Clarify the target: Identify platform (iOS/macOS/etc.), framework, API, or WWDC topic. Ask a brief question if the scope is unclear.
- Select the right tool path:
- API or framework lookup:
search_apple_docsâget_apple_doc_contentfor details. - Framework exploration:
list_technologiesâsearch_framework_symbols. - Availability / deployment targets:
get_platform_compatibility. - Related APIs / alternatives:
get_related_apisorfind_similar_apis. - WWDC sessions:
list_wwdc_videosorsearch_wwdc_contentâget_wwdc_video. - Recent updates / release notes:
get_documentation_updates.
- API or framework lookup:
- Synthesize: Summarize findings, include version/platform constraints, and provide code or guidance grounded in the retrieved docs.
- If no result: Say what was searched, broaden with adjacent frameworks or WWDC content, then report gaps clearly.
Output Expectations
- Always use apple-docs MCP tools as the authoritative source for Apple docs and WWDC content.
- Prefer official Apple documentation content and WWDC sessions over thirdâparty sources.
- When user asks for âlatestâ or âmost recent,â use
get_documentation_updatesor current WWDC year filters rather than assumptions. *** End Patch} />]