android-emulator-harne…
Bring up an Android app in a headless emulator on Linux/WSL and drive it for automated integration testing, the Android analog of Playwright for web. Boots an…
Diagnose and recover from failures when building, running, or driving an app on the iOS Simulator. A living catalog organized by layer: build failures (xcodebuild, CocoaPods, signing, codegen), runtime failures split into app-runtime vs Expo-runtime (the red error overlay), and
$ npx -y skills add simiancraft/simiancraft-skills --skill ios-simulator-triage --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ios-simulator-triageContext preview
The summary Claude sees to decide when to auto-load this skill.
Diagnose and recover from failures when building, running, or driving an app on the iOS Simulator. A living catalog organized by layer: build failures (xcodebuild, CocoaPods, signing, codegen), runtime failures split into app-runtime vs Expo-runtime (the red error overlay), and
name: ios-simulator-triage description: >- Diagnose and recover from failures when building, running, or driving an app on the iOS Simulator. A living catalog organized by layer: build failures (xcodebuild, CocoaPods, signing, codegen), runtime failures split into app-runtime vs Expo-runtime (the red error overlay), and automation failures that emit no error (element not found in the accessibility tree, stuck flow). Each layer names where its logs live. Used alongside ios-simulator and expo-ios-simulator when something breaks. Project-agnostic. status: complete sources: - "xcrun simctl help (launch --console/--stdout/--stderr, spawn, diagnose, get_app_container) and axe --help; each reference carries the per-command provenance" - https://developer.apple.com/documentation/os/logging
Classify first (which layer failed), then recover. Most fixes live in the sibling skills; this skill routes you to them and supplies the logging tools that turn a symptom into a cause.
failure** -> `references/build-failures.md`.
`references/runtime-failures.md`, split into app-native and Expo / React-Native because the logs and the fixes differ.
`references/automation-failures.md`.
Every layer has a log that names the cause; guessing without it wastes a cycle. `references/logging.md` is the cross-cutting tool, indexed by layer: the unified log (`simctl spawn booted log stream`), the app's stdout and stderr (`simctl launch --console`), crash reports, the diagnostic bundle (`simctl diagnose`), and the Metro terminal for the JS layer.
the cause outright.
Apple); a prior-art skill is never a source.
Happy-path driving -> **ios-simulator** and **expo-ios-simulator**. What makes an app addressable -> **mobile-accessibility**.
Claude Code skills for the full arc of a change: farm to table, with receipts. Curated Claude Code skills and agents from simiancraft. Most skill collections are grab bags. This one has a spine: it carries a change through its whole life.
Repo: simiancraft/simiancraft-skills
Bring up an Android app in a headless emulator on Linux/WSL and drive it for automated integration testing, the Android analog of Playwright for web. Boots an…
Specialization of android-emulator-harness for CAMERA / segmentation testing: get a real PERSON in front of the emulator camera so MediaPipe / ML Kit selfie…
Shrink a media asset to the smallest bytes that still serve its purpose, keyed on asset kind (raster, vector, animation, video, audio, model, document, font)…
Read and use the Expo / React Native in-app developer tools: the developer menu (reload, go home, performance monitor, element inspector, Open DevTools, and…
Run and drive an Expo / React Native app on the iOS Simulator. Pick an execution mode (Expo Go, dev client, Storybook-mobile, web-on-mobile), build and install…
Plans self-destruct when shipped (the Inspector Gadget Rule). Use this skill to draft tactical, hand-off-ready planning docs with a 150-word Goal cap, atomic…