xcode-build-skill
Build, test, and automate iOS apps via native Xcode commands
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install xcode-build-skill?โผ
Run `npx skills add pzep1/xcode-build-skill --all -g -y` in your terminal to install the skill globally.
How to build iOS apps without an MCP server?โผ
This skill teaches your agent to use Apple's native xcodebuild and xcrun simctl commands directly, so no external MCP server or extra dependencies are required.
How to automate iOS UI testing reliably?โผ
It uses Apple's XCUITest framework to tap, type, and swipe by targeting elements semantically through accessibility identifiers instead of fragile screen coordinates.
Does xcode-build-skill work with Claude Code?โผ
Yes. It follows the universal SKILL.md standard and runs in Claude Code, Cursor, Codex, and other compatible agent environments on macOS with Xcode installed.
Can I manage iOS simulators from the command line?โผ
Yes. The skill covers listing, booting, and shutting down simulators, plus installing apps, launching them, and capturing screenshots or logs with simctl.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core