From ios-dev
SwiftUI プレビュー・Swift REPL・Apple ドキュメント検索。Xcode ネイティブ MCP 経由でのみ利用可能。「preview」「SwiftUI preview」「プレビュー」「REPL」「playground」「Swift 実行」「Apple docs」「ドキュメント検索」などのキーワードで自動適用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/ios-dev:ios-preview-replThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Xcode ネイティブ MCP サーバー(`xcrun mcpbridge`)経由でのみ利用可能な機能群。
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 で使用) |
npx claudepluginhub no-problem-dev/claude-code-plugins --plugin ios-devSearches 277K+ Apple developer documentation pages offline for Swift, SwiftUI, UIKit, Foundation, Combine APIs, HIG, sample code, and Swift Evolution proposals.
Queries SwiftUI documentation from local reference files covering views, layouts, navigation, @State/@Binding/@Observable, view modifiers, NavigationStack, and iOS 16+ features.
Captures screenshots of SwiftUI #Preview blocks using axe CLI. Visualize View appearance, check layouts, and verify visual changes.