$npx skillfedfor your agent

ios-debugger-agent

ios-debugger-agent automates the process of building, launching, and running your current iOS project on an active simulator instance. This skill eliminates repetitive setup steps, letting you focus on development rather than tooling. Ideal for developers seeking faster iteration cycles during iOS app testing and debugging.

ios-debugger-agent automates building, launching, and running your current iOS project on a booted simulator. The skill handles the repetitive setup steps, letting you focus on development rather than tooling. It streamlines the entire process from compilation through execution on your active simulator instance.

AI-generated summary based on this skill's SKILL.md

3,861 204 MITupdated by Dimillian

Decision gist · record as of 2026-03-29

ios-debugger-agent automates building, launching, and running your current iOS project on a booted simulator. The skill handles the repetitive setup steps, letting you focus on development rather than tooling. It streamlines the entire process from compilation through execution on your active simulator instance.

manual: git clone https://github.com/Dimillian/Skills → cp -r Skills/ios-debugger-agent ~/.claude/skills/ios-debugger-agent
ios-debugger-agent/SKILL.md · version 86c2aa60

Use it when

  • Yes.
  • ios-debugger-agent runs your current iOS scheme on an already-booted simulator.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

Dimillian/Skills/ios-debugger-agent · repository language: Shell

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I debug an iOS app on simulator with ios-debugger-agent?

ios-debugger-agent automates building, launching, and running your current iOS project on a booted simulator. The skill handles the repetitive setup steps, letting you focus on development rather than tooling. It streamlines the entire process from compilation through execution on your active simulator instance.

Can ios-debugger-agent interact with simulator UI elements?

Yes. ios-debugger-agent supports full simulator UI interaction: tap buttons, type text into fields, swipe and scroll through content, and capture screenshots. These capabilities let you automate testing workflows and verify app behavior without manual interaction.

How to test iOS app on booted simulator using this tool?

ios-debugger-agent runs your current iOS scheme on an already-booted simulator. It compiles your project, launches the app, and provides access to simulator controls. You can then interact with the UI, inspect state, and capture output—all without leaving your development environment.

What debugging features does ios-debugger-agent provide?

ios-debugger-agent inspects app state, view hierarchy, and runtime behavior. It captures and analyzes console logs and app output, helping you diagnose issues quickly. You can also retrieve the app bundle ID and troubleshoot build or simulator configuration problems.

Can I take screenshots and inspect on-screen state in iOS simulator?

Yes. ios-debugger-agent captures screenshots of your iOS simulator and lets you inspect the on-screen state and view hierarchy. These tools help you verify UI rendering, validate layouts, and diagnose visual or behavioral issues during testing.

What license does ios-debugger-agent use?

ios-debugger-agent is released under the MIT license, making it free to use, modify, and distribute in both open-source and commercial projects.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

iOS Debugger Agent

Overview

Use XcodeBuildMCP to build and run the current project scheme on a booted iOS simulator, interact with the UI, and capture logs. Prefer the MCP tools for simulator control, logs, and view inspection.

Core Workflow

Follow this sequence unless the user asks for a narrower action.

1) Discover the booted simulator
  • Call mcp__XcodeBuildMCP__list_sims and select the simulator with state Booted.
  • If none are booted, ask the user to boot one (do not boot automatically unless asked).
2) Set session defaults
  • Call mcp__XcodeBuildMCP__session-set-defaults with:
  • projectPath or workspacePath (whichever the repo uses)
  • scheme for the current app
  • simulatorId from the booted device
  • Optional: configuration: "Debug", useLatestOS: true
3) Build + run (when requested)
  • Call

(truncated - see the full file via the links below)

File tree — 2 files
ios-debugger-agent/SKILL.md
ios-debugger-agent/agents/openai.yaml

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Build, launch, and run current iOS project on booted simulator”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

ce-test-xcode
by EveryInc · EveryInc/compound-engineering-plugin

ce-test-xcode streamlines iOS development by automating simulator-based testing, screenshot generation, and log aggregation in a single workflow. Built for engineers who need faster iteration cycles, this skill reduces manual testing overhead and captures the artifacts you need for debugging and validation.

MITupdated Jul 2026
★ 23,544repo stars
Rev Ios Dump
by P4nda0s · P4nda0s/reverse-skills

Rev Ios Dump uses Frida to extract decrypted iOS application binaries from jailbroken devices, bypassing FairPlay DRM encryption for security research. The skill automates the process of dumping live app memory and producing analysis-ready IPA files compatible with disassemblers like IDA and Ghidra.

no license declared → metadata onlyupdated May 2026
★ 1,743repo stars
xcode-build
by pzep1 · pzep1/xcode-build-skill

xcode-build equips your agent with direct access to Xcode's command-line utilities for iOS and macOS development. Control app builds, simulator management, and project workflows without intermediary servers—leveraging xcodebuild and xcrun simctl for native platform integration.

MITupdated Feb 2026
★ 135repo stars
Ios Mcp Routing
by andreev-danila · andreev-danila/skills

This skill enables iOS applications to efficiently route Model Context Protocol (MCP) messages and coordinate request handling across device components. It provides the infrastructure needed to manage bidirectional communication patterns and ensure reliable message delivery in mobile environments.

no license declared → metadata onlyupdated Jul 2026
★ 24repo stars
simulator-utils
by Prisma-Labs-Dev · Prisma-Labs-Dev/apple-skills

simulator-utils streamlines iOS development by automating screenshot capture and resizing within the simulator environment. Perfect for testing UI consistency across different device configurations and verifying API compatibility without manual image processing. Works seamlessly with Claude Code and other coding agents to accelerate your iOS workflow.

MITupdated Jul 2026
★ 291repo stars
axiom-run-tests
by CharlesWiltgen · CharlesWiltgen/Axiom

axiom-run-tests equips AI coding assistants with specialized capabilities for executing and debugging Apple platform tests. It surfaces actionable diagnostics when XCUITests fail, helping you identify root causes and fix issues faster without manual investigation overhead.

MITupdated Jul 2026
★ 1,095repo stars

More skills qa-testing-ios (MIT)

Tags
simulator-controlxcode-integrationapp-diagnosticsui-inspectionruntime-debugginglog-capturegesture-automationbuild-workflowios-testing