Claude Skill

conorluddy/ios-simulator-skill

Enhance Claude's iOS development capabilities with this simulator skill. Build, run, and interact with iOS apps efficiently without consuming token or context budget.

Overview

Stars383
Forks16
LanguagePython
Last pushed2026-01-16
Last synced2026-06-13
View on GitHub

Repository

Ownerconorluddy
Repositoryios-simulator-skill
Full nameconorluddy/ios-simulator-skill
Repo ID1,078,249,898

Install this Skill

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

Registry

Typemcp_server
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-13
Platforms
ClaudeMCP
Capabilities
pdfmemoryimageterminalworkflowagentagentic-aiai-agentsclaudeclaude-ai
Detected files
README.mdpyproject.tomltests
Install methods
  • git clone https://github.com/conorluddy/ios-simulator-skill.git ~/.claude/skills/ios-simulator-skill
  • git clone https://github.com/conorluddy/ios-simulator-skill.git .claude/skills/ios-simulator-skill

Summary

An iOS Simulator Skill for ClaudeCode that enhances Claude's ability to build, run, and interact with iOS applications without consuming token or context budget.

Chinese description

Claude Skill:IOS模拟器技能。利用它来优化Claude构建、运行和与您的应用交互的能力,无需占用任何可用的令牌/上下文预算。

Key features

  • Optimizes Claude's iOS app building and running
  • Enables interaction with iOS applications
  • Operates without using token/context budget
  • Designed for ClaudeCode integration
  • Python-based implementation

Use cases

  • iOS application development assistance
  • Automated testing of iOS apps
  • Development workflow optimization
  • Claude-powered iOS project management
  • Simulator-based app interaction

README excerpt

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/conorluddy/ios-simulator-skill) # iOS Simulator Skill for Claude Code Production-ready skill for building, testing, and automating iOS apps. 27 scripts optimized for both human developers and AI agents. ## Xcode Build + Simulator Automation This skill covers both sides of iOS development: - **Xcode builds** via `xcodebuild` — compile, test, and parse results with progressive error disclosure - **Simulator interaction** via `xcrun simctl` and `idb` — semantic UI navigation, accessibility testing, device lifecycle If you only need Xcode build tooling without the simulator scripts, see the plugin version: [xclaude-plugin](https://github.com/conorluddy/xclaude-plugin) ## Installation ### Via Plugin Marketplace (Recommended) In Claude Code: ``` /plugin marketplace add conorluddy/ios-simulator-skill /plugin install ios-simulator-skill@conorluddy ``` ### Via Git Clone ```bash # Personal installation git clone https://github.com/conorluddy/ios-simulator-skill.git ~/.claude/skills/ios-simulator-skill # Project installation git clone https://github.com/conorluddy/ios-simulator-skill.git .claude/skills/ios-simulator-skill ``` Restart Claude Code. The skill loads automatically. ### Prerequisites - macOS 12+ - Xcode Command Line Tools (`xcode-select --install`) - Python 3 - IDB (optional, for interactive features: `brew tap facebook/fb && brew install idb-companion`) - Pillow (optional, for visual diffs: `pip3 install pillow`) ## Features ### Xcode Build with Progressive Disclosure The `build_and_test.py` script wraps `xcodebuild` with token-efficient output. A build returns a single summary line with an xcresult ID: ``` Build: SUCCESS (0 errors, 3 warnings) [xcresult-20251018-143052] ``` The

Topics

Explore more

Data from GitHub. Synced on 2026-06-13