Agent skill
apple-xcode-hybrid-orchestrator
Orchestrate Apple and Swift development workflows with an Xcode MCP-first policy and automatic fallback to official Apple and Swift CLI tooling. Use when tasks involve Xcode, SwiftPM, build or test execution, toolchain checks, docs lookup, or mutation-risk decisions across mixed MCP and CLI environments.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/apple-xcode-hybrid-orchestrator
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?