From ios-dev
iOS プロジェクトのスキーム・ターゲット・シミュレータ・ビルド設定を XcodeBuildMCP 経由で表示。「scheme」「target」「simulator」「destination」「bundle ID」「build settings」「スキーム一覧」「ターゲット一覧」「シミュレータ一覧」「ビルド設定」などのキーワードで自動適用。
npx claudepluginhub no-problem-dev/claude-code-plugins --plugin ios-devThis skill uses the workspace's default tool permissions.
プロジェクトの構成情報を XcodeBuildMCP 経由で取得する。
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.
プロジェクトの構成情報を 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>"
)