nexus-labs-automation/mobile-observability
108 stars · Last commit 2026-01-29
Claude Code plugin for mobile app observability: crash reporting, performance monitoring, and instrumentation for iOS, Android, and React Native
README preview
# Mobile Observability Plugin Teaches Claude how to instrument mobile apps correctly — what to measure, what context to attach, and what mistakes to avoid. ## The Problem Most mobile teams instrument poorly: - **Too little** — Can't debug production issues - **Too much** — Noise, cost, battery drain - **Wrong context** — Errors without enough data to act on This plugin teaches Claude to capture both **user intent** (what they tried to do) and **system state** (device conditions, errors, performance) so you can answer *"Why did this fail, and for whom?"* ## Installation ```bash claude plugin marketplace add calube/mobile-observability claude plugin install mobile-observability ```