Guidelines for efficient Xcode MCP tool usage via mcporter CLI. 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. Use this skill whenever working with Xcode projects, iOS/macOS builds, SwiftUI previews, or Apple platform development.
--- name: xcode-mcp-for-pi-agent description: mcporter CLI를 통한 효율적인 Xcode MCP 도구 사용 지침. 이 스킬은 표준 도구 대신 Xcode MCP 도구를 언제 사용해야 하는지 이해하는 데 사용되어야 합니다. Xcode MCP는 많은 토큰을 소비합니다. 빌드, 테스트, 시뮬레이터, 미리보기 및 SourceKit 진단에만 사용하십시오. 파일 읽기/쓰기/grep 작업에는 절대 사용하지 마십시오. Xcode 프로젝트, iOS/macOS 빌드, SwiftUI 미리보기 또는 Apple 플랫폼 개발 작업을 할 때마다 이 스킬을 사용하십시오. --- # Xcode MCP 사용 지침...