apple-xcode-hybrid-orchestrator
2
总安装量
2
周安装量
#68626
全站排名
安装命令
npx skills add https://github.com/gaelic-ghost/apple-dev-skills --skill apple-xcode-hybrid-orchestrator
Agent 安装分布
amp
2
cline
2
opencode
2
cursor
2
kimi-cli
2
codex
2
Skill 文档
Apple Xcode Hybrid Orchestrator
Use this skill as the entrypoint for Apple and Swift tasks.
Workflow
- Classify intent:
- session/workspace
- read/search
- build/test/run
- packaging/toolchain
- docs lookup
- mutation request
- Route execution:
- Use
$xcode-mcp-first-executorfirst for anything supported by Xcode MCP. - If MCP is unavailable, times out, or lacks needed capability, hand off to
$apple-swift-cli-fallbackimmediately.
- Apply docs policy:
- Use
$apple-dev-safety-and-docsfor Dash local-first docs routing and advisory cooldown handling.
- Apply mutation safety:
- If request can touch Xcode-managed scope, use
$apple-dev-safety-and-docshard 2-step consent gate before any direct filesystem fallback.
Required Policy
- Always prefer Xcode MCP when it can perform the action.
- Fallback to official tooling automatically when MCP path is blocked.
- On fallback, include concise MCP setup guidance only if cooldown allows.
- Never perform direct mutation in Xcode-managed scope unless safety policy conditions are satisfied.
References
references/workflow-policy.mdreferences/mcp-setup-advisory.mdreferences/skills-discovery.md
Scripts
scripts/advisory_cooldown.py