📱
QualityPython

iOS Simulator

by conorluddy

iOS Simulator is a Quality skill for Claude Code, published by conorluddy in ios-simulator-skill.

1.2K stars86 forkson conorluddy/ios-simulator-skillAdded 2026/08/20Repository updated 2026/06/18
agentagentic-aiai-agentsclaudeclaude-aiclaude-codeclaude-skillsclaudecodeclaudeskillsdxiosiossimulatormcpmcp-toolspythonsimulatorskillstestingtoolingxcode
Install in seconds
Install iOS Simulator
Copy iOS Simulator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/conorluddy/ios-simulator-skill/tree/main/ios-simulator-skill/skills/ios-simulator-skill ~/.claude/skills/ios-simulator-skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/conorluddy/ios-simulator-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
ios-simulator-skill/skills/ios-simulator-skill/SKILL.md in conorluddy/ios-simulator-skill
Installs to
~/.claude/skills/ios-simulator-skill
Collection
The only skill cataloged from this repository
Category
Quality1354 skills

What iOS Simulator does

iOS Simulator provides 29 production-ready scripts for iOS app testing, building, and automation. It enables semantic UI navigation, accessibility testing, and simulator lifecycle management for AI agents.

iOS Simulator is cataloged under Quality on DirSkills. iOS Simulator comes from a repository tagged agent, agentic-ai, ai-agents, claude and claude-ai.

Documentation

README

iOS Simulator Skill

Build, test, and automate iOS applications using accessibility-driven navigation and structured data instead of pixel coordinates.

Quick Start

# 1. Check environment
bash scripts/sim_health_check.sh

# 2. Launch app
python scripts/app_launcher.py --launch com.example.app

# 3. Map screen to see elements
python scripts/screen_mapper.py

# 4. Tap button
python scripts/navigator.py --find-text "Login" --tap

# 5. Enter text
python scripts/navigator.py --find-type TextField --enter-text "user@example.com"

All scripts support --help for detailed options and --json for machine-readable output.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about iOS Simulator

  • How does iOS Simulator compare to other Quality skills?

    iOS Simulator ranks #736 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of iOS Simulator against them. Open each page to compare what they document and how they install.