axiom-xcode-debugging

Community

Diagnose and fix Xcode environment issues fast.

Authorharivansh-afk
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps developers quickly identify and resolve environment-related issues that block Xcode builds and simulator runs, reducing time spent on symptoms rather than root causes.

Core Features & Use Cases

  • Environment-first diagnostics: checks Derived Data size, zombie xcodebuild processes, and simulator states before code changes.
  • Guided remediation: provides deterministic steps to fix common failures like BUILD FAILED, Unable to boot simulator, and No such module.
  • Verification workflow: guides you to re-run builds and tests to confirm fixes in real scenarios.

Quick Start

  • Run mandatory environment checks: ps aux | grep -E "xcodebuild|Simulator" | grep -v grep; du -sh ~/Library/Developer/Xcode/DerivedData; xcrun simctl list devices
  • Restart and reset simulators if needed: xcrun simctl shutdown all; xcrun simctl erase all; killall -9 Simulator
  • Rebuild and verify: xcodebuild -scheme YourScheme -destination 'platform=iOS Simulator,name=iPhone 14'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: axiom-xcode-debugging
Download link: https://github.com/harivansh-afk/claude-code-vertical/archive/main.zip#axiom-xcode-debugging

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.