From ios-dev
SwiftUI プレビュー・Swift REPL・Apple ドキュメント検索。Xcode ネイティブ MCP 経由でのみ利用可能。「preview」「SwiftUI preview」「プレビュー」「REPL」「playground」「Swift 実行」「Apple docs」「ドキュメント検索」などのキーワードで自動適用。
npx claudepluginhub no-problem-dev/claude-code-plugins --plugin ios-devThis skill uses the workspace's default tool permissions.
Xcode ネイティブ MCP サーバー(`xcrun mcpbridge`)経由でのみ利用可能な機能群。
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Xcode ネイティブ MCP サーバー(xcrun mcpbridge)経由でのみ利用可能な機能群。
XcodeBuildMCP では提供されない機能のため、別系統として維持。
Xcode ネイティブ MCP が登録済みであること:
claude mcp add xcode -- xcrun mcpbridge
ToolSearch("select:mcp__xcode__RenderPreview")
RenderPreview(filePath: "/path/to/ContentView.swift", previewName: "ContentView")
ToolSearch("select:mcp__xcode__ExecuteSnippet")
ExecuteSnippet(code: "let x = 42\nprint(x * 2)")
ToolSearch("select:mcp__xcode__DocumentationSearch")
DocumentationSearch(query: "URLSession async")
「Xcode ネイティブ MCP が利用できません」と通知し、セットアップ手順を案内:
claude mcp add xcode -- xcrun mcpbridge| 機能 | XcodeBuildMCP | Xcode ネイティブ MCP |
|---|---|---|
| SwiftUI プレビュー | - | RenderPreview |
| REPL 実行 | - | ExecuteSnippet |
| ドキュメント検索 | - | DocumentationSearch |
| ビルド / テスト | build_sim / test_sim | - (ios-dev-workflow で使用) |