ios-mcp-routing
Installation
SKILL.md
iOS MCP routing (Argent vs XcodeBuildMCP)
Decide the primary tool by task class. Prefer one owner per phase. Combine only at clean handoff points (usually: XcodeBuildMCP builds → Argent verifies).
0. Availability check (once per session)
- XcodeBuildMCP — MCP tools present (
XcodeBuildMCP__*) and/orcommand -v xcodebuildmcp. - Argent — MCP tools present (
argent__*) and/orcommand -v argent. - If only one is available, use it within its strengths; do not invent the missing one.
- If neither is available, fall back to shell (
xcodebuild,xcrun simctl,adb) and say so.
Load this skill before defaulting to either stack for Apple platform work.