Guidelines for efficient Xcode MCP tool usage. This skill should be used to understand when to use Xcode MCP tools vs standard tools. Xcode MCP consumes many tokens - use only for build, test, simulator, preview, and SourceKit diagnostics. Never use for file read/write/grep operations.
name: xcode-mcp description: Xcode MCP 工具高效使用指南。此技能应用于理解何时使用 Xcode MCP 工具而非标准工具。Xcode MCP 消耗大量令牌——仅用于构建、测试、模拟器、预览和 SourceKit 诊断。切勿用于文件读/写/grep 操作。 # Xcode MCP 使用指南 Xcode MCP 工具消耗大量令牌。此技能定义了何时使用 Xcode MCP 以及何时优先使用标准工具。 ## 完成 Xcode MCP 以...