コンテンツにスキップ
Zenn Dev Mtfum Articles Ios Agentic Coding

iOSアプリ開発に役立つAgentic Coding集

  • URL: https://zenn.dev/mtfum/articles/ios_agentic_coding
  • 日付: 2026-06-23
  • Tier: Tier 3
  • 要旨: iOS アプリ開発で AI エージェントを活用するためのツール集。Xcode MCP(mcpbridge)でローカル完結の Xcode 接続、Xcode 27 の Apple 公式 Agent Skills、Swift-Agent-Skills キュレーション、sosumi.ai などのドキュメント最適化サービスを整理。

詳細

iOS アプリ開発の Agentic Coding ツール・リソース集。Xcode MCP(mcpbridge)は Xcode 26.3 導入・27 で本番対応の MCP サーバーで、Claude Code/Cursor/Codex などが Xcode プロセスに直接接続。macOS 26 Tahoe + Apple Silicon 必須で API キー・クラウドリレー不要のローカル完結。ファイル操作 9・ビルドテスト 5・診断 6 の計 20 ツールを提供し、RenderPreview は SwiftUI プレビュー画像を返すため UI 検証をエージェントに任せられる。セットアップは claude mcp add –transport stdio xcode – xcrun mcpbridge。Xcode 27(WWDC26)には Apple 公式 Agent Skills(swiftui-specialist、uikit-app-modernization、test-modernizer など)がバンドルされ SKILL.md 形式で xcrun agent skills export で抽出可能。フレームワーク知識補完が目的でプロジェクト固有規約には非対応。その他 Xcode 27 変更点は Device Hub(シミュレータ統合)、オンデバイスコード補完(Neural Engine・外部送信なし)、サードパーティ AI 統合、Agent Client Protocol(認可レイヤー)。Paul Hudson 氏管理の Swift-Agent-Skills は人間執筆のみのキュレーションリポジトリ(SwiftUI/SwiftData/Concurrency/Testing/Accessibility など)。sosumi.ai は Apple Developer Documentation を llms.txt 形式でエージェント向け最適化配信、llm.codes はドキュメントの LLM 向け変換解説。