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
Interactive Customization Flow
- Load current effective customization settings first:
uv run python scripts/customization_config.py effective
- Ask targeted customization questions:
- Use
references/customization-flow.mdto drive knob-by-knob questions. - Confirm desired behavior changes and safety constraints.
- Map requested changes to implementation files:
- Update
SKILL.md,references/*, and any runtime script files listed inreferences/customization-flow.md.
- Persist durable customization state:
- Start from
customization.template.yamldefaults. - Apply approved overrides with
uv run python scripts/customization_config.py apply --input <yaml-file>. - Durable path:
~/.config/gaelic-ghost/apple-dev-skills/<skill-name>/customization.yaml. - Optional override root:
APPLE_DEV_SKILLS_CONFIG_HOME.
- Report resulting effective configuration:
- Re-run
uv run python scripts/customization_config.py effectiveand summarize final active settings. - If the user asks to remove customization state, run
uv run python scripts/customization_config.py reset.
Use references/customization-flow.md for skill-specific knobs, file mapping, guardrails, validation checks, and example requests.
Weekly Installs
8
Repository
gaelic-ghost/ap…v-skillsGitHub Stars
3
First Seen
Feb 28, 2026
Security Audits
Installed on
cline8
gemini-cli8
github-copilot8
codex8
kimi-cli8
cursor8