xclaude-plugin
iOS build, test, simulator, and UI automation workflows
All Skills in This Repository (8)
Pure Emerald Level Indicatorsaccessibility-testing
Automate WCAG-compliant accessibility testing for iOS apps with MCP tools.
ui-automation-workflows
Automate iOS simulator UI interactions via IDB accessibility queries.
simulator-workflows
Automate iOS simulator and app lifecycle operations via execute_simulator_command.
crash-debugging
Symbolicate iOS crash logs with dSYM files to identify root causes.
performance-profiling
Profile iOS apps with Instruments to identify CPU, memory, network, and energy bottlenecks.
ios-testing-patterns
Run XCTest and XCUITest suites and analyze failures for flaky tests.
state-management
Implement deterministic caching and progressive disclosure in xc-plugin workflows.
xcode-workflows
Build, test, and debug iOS projects using MCP-driven xcodebuild operations.
Frequently Asked Questions
FAQPage SchemaHow to install xclaude-plugin?โผ
Run `npx skills add conorluddy/xclaude-plugin --all -g -y` in your terminal to install all skills globally.
How to automate iOS builds and tests?โผ
The plugin exposes Xcode build, clean, and test operations as structured commands your agent can run directly, returning parsed errors and results instead of raw logs.
Can it control iOS simulators?โผ
Yes. It handles the full simulator lifecycle including boot, install, launch, screenshots, and push notification testing through simple operations.
Does it support UI automation without screenshots?โผ
Yes. It uses an accessibility-first approach that queries the accessibility tree, making UI automation 3-4x faster and more reliable than screenshot-based methods.
What do I need to run xclaude-plugin?โผ
You need macOS 13+ with Xcode 15+, Node.js 18+, and optionally Facebook's IDB for advanced UI automation.
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