axiom-xclog-ref

Installation
SKILL.md

xclog Reference (iOS Simulator Console Capture)

xclog captures iOS simulator console output by combining simctl launch --console (print/debugPrint/NSLog) with log stream --style json (os_log/Logger). Single binary, no dependencies.

Binary Location

${CLAUDE_PLUGIN_ROOT}/bin/xclog

When to Use

  • Runtime crashes — capture what the app logged before crashing
  • Silent failures — network calls, data operations that fail without UI feedback
  • Debugging print() output — see what the app is printing to stdout/stderr
  • os_log analysis — structured logging with subsystem, category, and level filtering
  • Automated log capture--timeout and --max-lines for bounded collection

Critical Best Practices

Installs
49
GitHub Stars
957
First Seen
Mar 16, 2026
axiom-xclog-ref — charleswiltgen/axiom