Ios Debugger Agent
Debug iOS apps remotely using Xcode's features via this Dagba agent, streamlining development workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dagba-ios-debugger-agent npx -- -y @trustedskills/dagba-ios-debugger-agent
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dagba-ios-debugger-agent": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dagba-ios-debugger-agent"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The dagba-ios-debugger-agent allows AI agents to interact with and debug iOS applications. It facilitates running commands within an Xcode environment, inspecting application state, and analyzing crash logs. This skill provides a programmatic interface for debugging iOS apps without manual Xcode interaction.
When to use it
- Troubleshooting App Crashes: Analyze crash reports and execute debugging steps to identify the root cause of app crashes in production or testing environments.
- Automated Testing: Integrate debugging capabilities into automated test suites for iOS applications, allowing for more comprehensive testing.
- Remote Debugging: Debug iOS apps running on remote devices without requiring physical access to those devices.
- Investigating User-Reported Issues: Reproduce and debug issues reported by users directly within the Xcode environment.
Key capabilities
- Xcode command execution
- Application state inspection
- Crash log analysis
- Remote device debugging support
Example prompts
- "Run
xcrun simctl list devicesto show available simulators." - "Analyze the latest crash report for build version 1.2.3."
- "Execute command 'po myVariable' in Xcode debugger."
Tips & gotchas
Requires an active Xcode environment and a connected iOS device or simulator. The agent’s effectiveness depends on proper Xcode configuration and access permissions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.