Claude Skill

conorluddy/ios-simulator-skill

通过此模拟器技能增强Claude的iOS开发能力。高效构建、运行和与iOS应用交互,无需消耗令牌或上下文预算。

概览

Stars383
Forks16
语言Python
最后更新2026-01-16
最近同步2026-06-13
前往 GitHub

仓库信息

拥有者conorluddy
仓库ios-simulator-skill
完整名称conorluddy/ios-simulator-skill
Repo ID1,078,249,898

安装这个 Skill

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

Registry 信息

类型mcp_server
质量分75/100
验证状态readme_parsed
最近验证2026-06-13
平台
ClaudeMCP
能力
pdfmemoryimageterminalworkflowagentagentic-aiai-agentsclaudeclaude-ai
识别文件
README.mdpyproject.tomltests
安装方式
  • 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

项目简介

Claude Skill:iOS模拟器技能,用于增强Claude构建、运行和与iOS应用交互的能力,无需占用任何令牌或上下文预算。

英文描述

An IOS Simulator Skill for ClaudeCode. Use it to optimise Claude's ability to build, run and interact with your apps, without using up any of the available token/context budget.

要点

  • 优化Claude的iOS应用构建和运行
  • 支持与iOS应用程序交互
  • 运行时不占用令牌/上下文预算
  • 专为ClaudeCode集成设计
  • 基于Python实现

使用场景

  • iOS应用程序开发辅助
  • iOS应用自动化测试
  • 开发工作流程优化
  • Claude驱动的iOS项目管理
  • 基于模拟器的应用交互

README 摘要

[![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

话题

探索更多

数据来自 GitHub,同步时间:2026-06-13