Skip to content

bradwindy/using-xcode-cli-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

using-xcode-cli

A Claude Code skill for building and managing iOS/macOS apps using native Xcode CLI tools (xcodebuild, xcrun simctl).

What This Skill Does

Teaches Claude to work with Xcode projects through direct command-line interfaces:

  • Build apps for iOS simulators, devices, and macOS
  • Manage simulators (boot, shutdown, create, erase)
  • Install and launch apps in simulators
  • Capture screenshots and record video
  • Run tests (unit and UI tests)
  • Stream logs from running apps

Installation

Option 1: Direct Git Installation

/plugin install --git https://github.com/bradwindy/using-xcode-cli-skill

Option 2: Marketplace Installation

First add the marketplace:

/plugin marketplace add bradwindy/using-xcode-cli-skill

Then install the plugin:

/plugin install using-xcode-cli@using-xcode-cli-marketplace

Option 3: Local Development

git clone https://github.com/bradwindy/using-xcode-cli-skill.git
/plugin marketplace add ./using-xcode-cli-skill
/plugin install using-xcode-cli@using-xcode-cli-marketplace

Requirements

  • macOS with Xcode installed
  • Claude Code CLI
  • jq (optional, for JSON parsing)

License

MIT

Credits

Based on xcode-build-skill by pzep1.

About

Claude Code skill for iOS/macOS development with native Xcode CLI tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •