If you're building iOS apps and want Claude to drive the full build, install, and test cycle on the simulator, this is your bridge to XcodeBuildMCP. It handles the entire workflow: checking simulator availability, building your project, installing to a device, launching the app, and capturing screenshots and logs for verification. The setup assumes you've already got Xcode and command-line tools configured, plus the XcodeBuildMCP server connected. It's essentially automation glue for repetitive simulator tasks, which gets useful when you're iterating on UI flows or debugging iOS-specific behavior without leaving your conversation with Claude. Comes from the compound-engineering-plugin collection at Every.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill test-xcode