debugger-agent

Installation
SKILL.md

iOS Debugger Agent

Overview

Build and run iOS projects on a booted simulator, interact with the UI, and capture logs for debugging.

Prerequisites

  • Xcode installed with command-line tools
  • A booted iOS simulator (check with xcrun simctl list devices)
  • Project with .xcodeproj or .xcworkspace

Core Workflow

1) Discover the booted simulator

xcrun simctl list devices | grep -E "Booted"
Related skills
Installs
21
GitHub Stars
8
First Seen
Feb 19, 2026