Agent skill
ios-simulator-reset
Nuclear option - reset simulator and rebuild from scratch
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ios-simulator-reset
SKILL.md
iOS Simulator Full Reset
When things are really broken, start fresh:
- Shutdown all simulators:
xcrun simctl shutdown all
- Clean build artifacts:
make clean
rm -rf ~/Library/Developer/Xcode/DerivedData/Leavn-*
- Reset simulator (optional - destructive):
# Delete and recreate simulator
xcrun simctl delete [DEVICE_ID]
xcrun simctl create "Leavn Fresh" "iPhone 16 Pro"
- Fresh build:
make sim-build
- Install and launch:
make sim-run
Use this when:
- "It works in Xcode but not via make"
- Persistent runtime errors that don't make sense
- Simulator state is corrupted
- Nothing else works
Return status of each step.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?