conorluddyconorluddyCommunityยท8 Agent Skills Included

xclaude-plugin

iOS build, test, simulator, and UI automation workflows

Automates iOS development tasks including Xcode builds, test execution, simulator control, and UI interaction. Eliminates manual xcodebuild commands, verbose build logs, and repetitive simulator setup through structured, token-efficient operations. Covers crash debugging, accessibility testing, performance profiling, and flaky test detection to speed up the entire iOS development cycle.
npx skills add conorluddy/xclaude-plugin --all -g -y
Available:

Explains the plugin's modular MCP server architecture and instructs the agent on which servers and skills to use for each iOS development workflow.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’