AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Apple Docs

skill-choshimwy-agentdevelopmentskills-apple-docs · by ChoshimWy

Apple 官方文档检索辅助技能。只在需要查询 Apple Developer Documentation、框架 API、平台可用性、WWDC 视频或示例工程时使用;不要把它当作默认主开发、重构、调试或构建技能。

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-choshimwy-agentdevelopmentskills-apple-docs

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-choshimwy-agentdevelopmentskills-apple-docs)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Apple Docs? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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-debugging for runtime diagnosis.
  • Escalate to xcode-build for 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-debugging for runtime investigation.
  • Use xcode-build for build and release setup.
  • Use this Skill as supporting evidence for other Apple-platform Skills.
  • Use apple-orchestration to 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.