Help us improve
Share bugs, ideas, or general feedback.
From ios-dev
iOS プロジェクトのスキーム・ターゲット・シミュレータ・ビルド設定を XcodeBuildMCP 経由で表示。「scheme」「target」「simulator」「destination」「bundle ID」「build settings」「スキーム一覧」「ターゲット一覧」「シミュレータ一覧」「ビルド設定」などのキーワードで自動適用。
npx claudepluginhub no-problem-dev/claude-code-plugins --plugin ios-devHow this skill is triggered — by the user, by Claude, or both
Slash command
/ios-dev:ios-project-infoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
プロジェクトの構成情報を XcodeBuildMCP 経由で取得する。
Builds and runs iOS/macOS apps with xcodebuild and xcrun simctl. Manages simulators, compiles Swift, runs UI/unit tests, captures logs/screenshots, automates interactions.
Guides Xcode build workflows for iOS projects using execute_xcode_command tool. Covers builds, tests, cleans, schemes, xcodebuild output interpretation, and error troubleshooting.
Builds, installs, launches iOS apps on simulator using XcodeBuildMCP. Captures screenshots and logs to verify UI, check for crashes, and test key screens.
Share bugs, ideas, or general feedback.
プロジェクトの構成情報を XcodeBuildMCP 経由で取得する。
xbm-project-setup サブエージェントに委譲し、コンテキストを隔離する。
Agent(
subagent_type: "ios-dev:xbm-project-setup",
prompt: "以下のプロジェクトの情報を取得してください。\nプロジェクトパス: <path>\n取得内容: <schemes / simulators / build settings / bundle id / all>"
)
開発セッションの開始時にデフォルトを設定し、以降のビルド・テストでパラメータ省略を可能にする:
Agent(
subagent_type: "ios-dev:xbm-project-setup",
prompt: "以下のプロジェクトのセッションデフォルトを設定してください。\nプロジェクトパス: <path>\nスキーム: <scheme>\nシミュレータ: <name>"
)