worktree-ios-dev
Installation
SKILL.md
Worktree iOS Dev
Use worktree-ios-dev-tool for every non-interactive iOS build or simulator task. Keep xcodebuildmcp-cli for debugging, UI automation, and log streaming.
Decision
- Build / test / run / clean / package test / wipe derived data →
worktree-ios-dev-tool <verb>(top-level). - Project lifecycle (init, inspect config, doctor) →
worktree-ios-dev-tool proj <verb>. - Simulator lifecycle (pick, boot, shutdown, list, recreate, remove, cleanup, du, prune) →
worktree-ios-dev-tool sim <verb>. - Debug sessions, breakpoints, log streaming, UI automation (tap / swipe / screenshot), archive, export IPA, TestFlight →
xcodebuildmcp-cliskill. - Never use
swift testfor local Swift packages — useworktree-ios-dev-tool test-packageinstead.
One-time machine setup
uv tool install --editable /abs/path/to/worktree-ios-dev-tool/worktree_ios_dev_tool
Requires uv on PATH and ~/.local/bin on PATH.