Install
$ agentstack add skill-choshimwy-agentdevelopmentskills-apple-docs ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Apple 官方文档检索
Purpose
Retrieve Apple official documentation facts for APIs, platform availability, WWDC content, and sample-code references to support other Apple-platform Skills.
中文说明
该 Skill 是 Apple 官方文档检索辅助 Skill,只负责提供官方事实依据,不承担主实现或构建职责。
When to Use
- 需要确认 Apple 官方 API 定义、可用性、废弃替代方案。
- 需要查询 SwiftUI、UIKit、Foundation、AppKit 等框架的官方说明。
- 需要追溯 WWDC 会话、示例工程或技术总览。
- 用户明确要求“查 Apple 官方文档”或需要最新官方依据时。
When Not to Use
- 任务核心是写或改 iOS/macOS 业务代码时。
- 任务核心是运行时排障、重构、构建配置或测试编写时。
Agent Rules
- Distinguish official documentation facts from inference.
- Always include platform and minimum OS version when availability matters.
- Prefer the narrowest query that answers the task.
- If official evidence is insufficient, state the gap explicitly instead of guessing.
- Distinguish Apple Developer Documentation from a local Xcode-exported expertise packet. The packet may guide implementation, but disputed or time-sensitive API/availability claims still require official documentation evidence.
- Do not copy exported Apple Skill bodies into repository references. Return source identity/hash and route the ready packet to the owning implementation/build/automation Skill.
Inputs
{
"query": "required",
"framework": "optional",
"platform": "optional",
"need_availability": true,
"need_wwdc": false,
"official_expertise": "ready packet | absent"
}
Outputs
{
"status": "completed | partial | blocked",
"official_facts": [],
"availability_notes": [],
"wwdc_refs": [],
"sample_code_refs": [],
"known_gaps": [],
"next_action": "implementation-skill | apple-debugging | xcode-build | blocked"
}
Exit Conditions
completed: official facts and relevant availability notes are explicit.partial: some official evidence exists but important gaps remain.blocked: query cannot be resolved from available official sources in the current environment.
Escalation Rules
- Escalate to implementation Skills when the next step becomes code changes.
- Escalate to
apple-debuggingfor runtime diagnosis. - Escalate to
xcode-buildfor build, signing, archive, or CI tasks.
Token Budget
- Do not paste large doc bodies.
- Prefer short fact bullets, availability notes, and direct references.
- Only load detailed references when the task needs them.
Relationship to Other Skills
- Use implementation Skills for actual code changes.
- Use
apple-debuggingfor runtime investigation. - Use
xcode-buildfor build and release setup. - Use this Skill as supporting evidence for other Apple-platform Skills.
- Use
apple-orchestrationto inspect and route local Xcode official expertise; this Skill does not own the federation adapter.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ChoshimWy
- Source: ChoshimWy/AgentDevelopmentSkills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.