conorluddyconorluddyCommunity·1 Agent Skills Included

ios-simulator-skill

Build, test, and automate iOS apps with AI-friendly simulator scripts

Automates iOS app building, testing, and simulator control through 29 ready-made scripts. Replaces fragile pixel-coordinate tapping with semantic UI navigation based on accessibility data. Cuts AI token usage by 96% with concise default output and on-demand detail drill-down. Covers builds, gestures, accessibility audits, permissions, push notifications, and device lifecycle.
npx skills add conorluddy/ios-simulator-skill --all -g -y
Available:

Explains the repository architecture, script categories, and output conventions so the AI agent can pick and run the right iOS simulator script for each task.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ios-simulator-skill?

Run `npx skills add conorluddy/ios-simulator-skill --all -g -y` in your terminal to install the full skill globally.

How to automate iOS simulator testing with AI?

The skill gives your AI agent 29 scripts for building apps, tapping elements by meaning, running gestures, and auditing accessibility, all with concise machine-readable output.

Why use accessibility trees instead of screenshots?

Accessibility data costs about 10 tokens versus 1,600-6,300 for screenshots, and finding elements by label is far more reliable than tapping fixed pixel coordinates.

Does ios-simulator-skill work with Claude Code?

Yes. It follows the standard SKILL.md format and loads directly in Claude Code and other compatible AI coding agents.

What do I need to run ios-simulator-skill?

You need macOS 12 or later, Xcode Command Line Tools, and Python 3. IDB and Pillow are optional extras for interactive and visual features.

Related Repositories in Software Engineering

View All in Software Engineering